[Bug preprocessor/79106] wrong source line printed in diagnostics for a translation unit

2019-12-09 Thread lucas.bader at sap dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79106 Lucas Bader changed: What|Removed |Added CC||lucas.bader at sap dot com --- Comment #7

[Bug libstdc++/92577] Undefined behavior when using std::map with a noexcept allocator

2019-11-19 Thread lucas.bader at sap dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92577 --- Comment #3 from Lucas Bader --- Thanks for the clarification. I know that the standard quotes refer to new and I added them under the impression that an allocator is allowed to return nullptr from its allocate function. This would make the ca

[Bug libstdc++/92577] New: Undefined behavior when using std::map with a noexcept allocator

2019-11-19 Thread lucas.bader at sap dot com
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: lucas.bader at sap dot com Target Milestone: --- Created attachment 47296 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47296&action=edit minimal code example Us