[Bug c++/99625] GCC does not detect narrowing in aggregate initialization

2025-06-10 Thread peppe at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99625 --- Comment #6 from Giuseppe D'Angelo --- Related to this: https://github.com/cplusplus/CWG/issues/686

[Bug libstdc++/113060] std::variant converting constructor/assignment is non-conforming after P2280?

2025-06-10 Thread peppe at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113060 --- Comment #10 from Giuseppe D'Angelo --- LEWG has forwaded P3146 to LWG; I've implemented Jiang An's idea in https://forge.sourceware.org/gcc/gcc-TEST/pulls/51 .

[Bug libstdc++/119496] _Temporary_buffer::requested_size is not a reserved name

2025-06-05 Thread peppe at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119496 Giuseppe D'Angelo changed: What|Removed |Added CC||peppe at gcc dot gnu.org --- Commen

[Bug c++/119850] New: #pragma GCC diagnostic ignored "-Wstrict-overflow" is ignored

2025-04-17 Thread peppe at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119850 Bug ID: 119850 Summary: #pragma GCC diagnostic ignored "-Wstrict-overflow" is ignored Product: gcc Version: 14.2.1 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/119488] 25_algorithms/stable_sort/constexpr.cc test fails (error: non-constant condition for static assertion)

2025-03-27 Thread peppe at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119488 Giuseppe D'Angelo changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |peppe at gcc dot gnu.org

[Bug libstdc++/119488] 25_algorithms/stable_sort/constexpr.cc test fails (error: non-constant condition for static assertion)

2025-03-27 Thread peppe at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119488 --- Comment #7 from Giuseppe D'Angelo --- (In reply to Sam James from comment #5) > (In reply to Giuseppe D'Angelo from comment #4) > > Hi, > > > > Apologies for the testsuite regression; I think this is fixed now in trunk > > by r15-8971-g6acf