Bug 57231

Summary: Sun Studio Supports alignment macros
Product: WebKit Reporter: Ben Taylor <bentaylor.solx86>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Other   
Attachments:
Description Flags
Proposed patch which compiles correctly in qt-4.7.2 with webkit enabled on Solaris 10 with SS12 C++ compiler none

Ben Taylor
Reported 2011-03-28 07:27:35 PDT
Sun Studio 12 CC supports alignment macros, but JavaScriptCore/wtf/Vector.h does not have support for SUNCC for the alignment macros, and therefore errors out.
Attachments
Proposed patch which compiles correctly in qt-4.7.2 with webkit enabled on Solaris 10 with SS12 C++ compiler (1.27 KB, patch)
2011-03-28 07:40 PDT, Ben Taylor
no flags
Ben Taylor
Comment 1 2011-03-28 07:40:21 PDT
Created attachment 87141 [details] Proposed patch which compiles correctly in qt-4.7.2 with webkit enabled on Solaris 10 with SS12 C++ compiler Add support to JavaScriptCore/wtf/Vector.h for SUNCC since Sun Studio 12 CC supports alignment macros.
WebKit Commit Bot
Comment 2 2011-03-29 01:37:49 PDT
Comment on attachment 87141 [details] Proposed patch which compiles correctly in qt-4.7.2 with webkit enabled on Solaris 10 with SS12 C++ compiler Clearing flags on attachment: 87141 Committed r82212: <http://trac.webkit.org/changeset/82212>
WebKit Commit Bot
Comment 3 2011-03-29 01:37:53 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.