Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: antonio.di.monaco at sap dot com
Target Milestone: ---
Since commit aaa26bf496a646778ac861aed124d960b5bf549f, "c++: Use constexpr to
avoid wrong -Wsign-compare (PR90691)", GCC 10 fails to compile the foll
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92300
--- Comment #2 from Antonio Di Monaco ---
Well, I tried, but nothing changes.
assert(a.insert(std::make_pair< const int, int >(1, 1)).second);
assert(a.insert(std::make_pair< const int, int >(2, 2)).second);
assert(!a.insert(std::make_pair
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78595
Antonio Di Monaco changed:
What|Removed |Added
CC||antonio.di.monaco at sap dot
com
: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: antonio.di.monaco at sap dot com
Target Milestone: ---
Created attachment 47142
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47142&action=edit
code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88386
--- Comment #2 from Antonio Di Monaco ---
Thanks for your feedback.
We'll disable split-dwarf option when LTO is enabled, thus making the output
consistent.
Nevertheless, I agree with your solution, if DWOs make no sense when LTO is
enabled, sp
Priority: P3
Component: lto
Assignee: unassigned at gcc dot gnu.org
Reporter: antonio.di.monaco at sap dot com
CC: marxin at gcc dot gnu.org
Target Milestone: ---
Created attachment 45168
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45