Bug 128729 - Code cleanup: remove gcc<4.7 guards.
Summary: Code cleanup: remove gcc<4.7 guards.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-13 01:44 PST by Tamas Gergely
Modified: 2014-02-13 09:55 PST (History)
7 users (show)

See Also:


Attachments
patch (5.60 KB, patch)
2014-02-13 02:16 PST, Tamas Gergely
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tamas Gergely 2014-02-13 01:44:51 PST
Remove GCC_VERSION_AT_LEAST guards (and guarded code if possible) when it checks for pre-4.7 versions. According to bug 127049, 4.7 is the minimum supported gcc version.
Comment 1 Tamas Gergely 2014-02-13 02:16:54 PST
Created attachment 224053 [details]
patch

clang is also seen as gcc. I think it causes no problem in these situations.
Comment 2 WebKit Commit Bot 2014-02-13 09:55:41 PST
Comment on attachment 224053 [details]
patch

Clearing flags on attachment: 224053

Committed r164032: <http://trac.webkit.org/changeset/164032>
Comment 3 WebKit Commit Bot 2014-02-13 09:55:43 PST
All reviewed patches have been landed.  Closing bug.