Bug 149401 - Remove old GCC cruft from wtf/StdLibExtras.h
Summary: Remove old GCC cruft from wtf/StdLibExtras.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-21 05:05 PDT by Csaba Osztrogonác
Modified: 2015-09-21 17:05 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.86 KB, patch)
2015-09-21 05:07 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff
Patch (1.29 KB, patch)
2015-09-21 05:11 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-09-21 05:05:37 PDT
http://trac.webkit.org/browser/trunk/Source/WTF/wtf/StdLibExtras.h#L35

As far as I know Apple uses only clang long long time ago, GCC 4.0.1 must be a cruft.
Comment 1 Csaba Osztrogonác 2015-09-21 05:07:51 PDT
Created attachment 261646 [details]
Patch
Comment 2 Csaba Osztrogonác 2015-09-21 05:11:00 PDT
Created attachment 261647 [details]
Patch

not for landding, but for testing if nobody uses this code path
Comment 3 Alex Christensen 2015-09-21 16:18:41 PDT
Comment on attachment 261646 [details]
Patch

Yep, Apple doesn't use GCC 4.0.1 any more.  Let's get rid of this.
Comment 4 WebKit Commit Bot 2015-09-21 17:05:36 PDT
Comment on attachment 261646 [details]
Patch

Clearing flags on attachment: 261646

Committed r190090: <http://trac.webkit.org/changeset/190090>
Comment 5 WebKit Commit Bot 2015-09-21 17:05:41 PDT
All reviewed patches have been landed.  Closing bug.