[Bug c++/117827] New: Incorrect destructor calls after array-new-expression

2024-11-28 Thread daniel.grunwald at gmail dot com via Gcc-bugs
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: daniel.grunwald at gmail dot com Target Milestone: --- Created attachment 59736 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59736&action=edit Test code Starting with gcc-12, the following

[Bug libstdc++/71545] New: Incorrect irreflexive comparison debug check in std::lower_bound

2016-06-15 Thread daniel.grunwald at gmail dot com
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: daniel.grunwald at gmail dot com Target Milestone: --- Compile the following with `g++-6 -D_GLIBCXX_DEBUG` and run the resulting program: #include #include #include #include