Bug 128729

Summary: Code cleanup: remove gcc<4.7 guards.
Product: WebKit Reporter: Tamas Gergely <tgergely.u-szeged>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, benjamin, cmarcelo, commit-queue, dbates, oliver, zherczeg
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch none

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.