[Bug lto/88386] New: LTRANS DWO files are not removed when using LTO + Split Dwarf

2018-12-06 Thread antonio.di.monaco at sap dot com
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

[Bug lto/88386] LTRANS DWO files are not removed when using LTO + Split Dwarf

2018-12-06 Thread antonio.di.monaco at sap dot com
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

[Bug libstdc++/92300] New: Useless allocator call in std::map, when insert does not perform any insertion.

2019-10-31 Thread 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

[Bug libstdc++/78595] Unnecessary copies in _Rb_tree

2019-10-31 Thread antonio.di.monaco at sap dot com
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

[Bug libstdc++/92300] Useless allocator call in std::map, when insert does not perform any insertion.

2019-10-31 Thread antonio.di.monaco at sap dot com
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

[Bug c/94116] New: GCC regression - unexpected AST of kind lrotate_expr

2020-03-10 Thread antonio.di.monaco at sap dot com
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