Bug 172974 - struct does not accept initializer-form if member has initializers in GCC 4.9
Summary: struct does not accept initializer-form if member has initializers in GCC 4.9
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-06 07:08 PDT by Yusuke Suzuki
Modified: 2017-06-06 10:58 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.15 KB, patch)
2017-06-06 07:10 PDT, Yusuke Suzuki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2017-06-06 07:08:21 PDT
struct does not accept initializer-form if member has initializers in GCC 4.9
Comment 1 Yusuke Suzuki 2017-06-06 07:10:56 PDT
Created attachment 312070 [details]
Patch
Comment 2 Carlos Garcia Campos 2017-06-06 07:15:07 PDT
Comment on attachment 312070 [details]
Patch

LGTM, thanks!
Comment 3 WebKit Commit Bot 2017-06-06 07:54:00 PDT
Comment on attachment 312070 [details]
Patch

Clearing flags on attachment: 312070

Committed r217829: <http://trac.webkit.org/changeset/217829>
Comment 4 WebKit Commit Bot 2017-06-06 07:54:02 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Geoffrey Garen 2017-06-06 10:58:41 PDT
Thanks!