Bug 106999 - Doesn't build with GCC 4.7+
Summary: Doesn't build with GCC 4.7+
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: ANGLE (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Allan Sandfeld Jensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-16 03:04 PST by Allan Sandfeld Jensen
Modified: 2013-01-16 03:53 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.67 KB, patch)
2013-01-16 03:06 PST, Allan Sandfeld Jensen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Allan Sandfeld Jensen 2013-01-16 03:04:48 PST
ExpressionParser.y has an attempt to fix a "maybe uninitialized" warning which causes pedantic build failures in GCC 4.7+. Unfortunately the check has a typo and doesn't work.
Comment 1 Allan Sandfeld Jensen 2013-01-16 03:06:54 PST
Created attachment 182950 [details]
Patch
Comment 2 Csaba Osztrogonác 2013-01-16 03:16:18 PST
Comment on attachment 182950 [details]
Patch

r=me
Comment 3 WebKit Review Bot 2013-01-16 03:52:57 PST
Comment on attachment 182950 [details]
Patch

Clearing flags on attachment: 182950

Committed r139867: <http://trac.webkit.org/changeset/139867>
Comment 4 WebKit Review Bot 2013-01-16 03:53:00 PST
All reviewed patches have been landed.  Closing bug.