Bug 57231 - Sun Studio Supports alignment macros
Summary: Sun Studio Supports alignment macros
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-28 07:27 PDT by Ben Taylor
Modified: 2011-03-29 01:37 PDT (History)
1 user (show)

See Also:


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 Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Taylor 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.
Comment 1 Ben Taylor 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.
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2011-03-29 01:37:53 PDT
All reviewed patches have been landed.  Closing bug.