This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Attempt to fix the gcc build failure
ClosedPublic

Authored by rmaprath on Sep 12 2016, 2:41 PM.

Details

Reviewers
aizatsky
Summary

This looks like to be caused by a bug in the gcc pre-processor in some older versions of gcc (saw it on 4.8.3) [1].

Attempt to fix it by making the patch a bit more verbose.

[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63662

Diff Detail

Event Timeline

rmaprath updated this revision to Diff 71055.Sep 12 2016, 2:41 PM
rmaprath retitled this revision from to [libcxx] Attempt to fix the gcc build failure.
rmaprath updated this object.
rmaprath added a reviewer: aizatsky.
aizatsky accepted this revision.Sep 12 2016, 2:42 PM
aizatsky edited edge metadata.

Thanks.

This revision is now accepted and ready to land.Sep 12 2016, 2:42 PM
rmaprath closed this revision.Sep 13 2016, 3:29 AM