Compiling Hexagon target with GCC 6 produces "error: should have been
declared inside" due to GCC PR c++/69657 which was merged.
Properly wrapping operator<<() definitions within the namespace llvm
fixes the issue.
Author: domagoj.stolfa
Paths
| Differential D17281
[Hexagon] Fix compilation error with GCC 6 ClosedPublic Authored by rivanvx on Feb 15 2016, 3:25 PM.
Details Summary Compiling Hexagon target with GCC 6 produces "error: should have been Properly wrapping operator<<() definitions within the namespace llvm Author: domagoj.stolfa
Diff Detail Event Timelinerivanvx updated this object. This revision is now accepted and ready to land.Feb 16 2016, 9:42 AM Closed by commit rL261220: [Hexagon] Fix compilation error with GCC 6 (authored by kparzysz). · Explain WhyFeb 18 2016, 8:14 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 48019 lib/Target/Hexagon/BitTracker.cpp
|