[Bug c++/119274] New: [15 Regression] False positive array-bounds warning

2025-03-13 Thread larsbj at gullik dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119274 Bug ID: 119274 Summary: [15 Regression] False positive array-bounds warning Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug c++/118928] New: [15 Regression] ICE in cxx_eval_constant_expression, at cp/constexpr.cc:8694

2025-02-18 Thread larsbj at gullik dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118928 Bug ID: 118928 Summary: [15 Regression] ICE in cxx_eval_constant_expression, at cp/constexpr.cc:8694 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: n

[Bug tree-optimization/107927] vector::push_back gives array bounds warning with optimization and undefined sanitizer

2022-11-30 Thread larsbj at gullik dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107927 --- Comment #3 from Lars Gullik Bjønnes --- I cannot send you the unreduced preprocessed code and I have failed at creating a small snippet that produces the error. This is the compiler output though. Something might be gleaned from that. In f

[Bug libstdc++/107927] New: vector::push_back gives array bounds warning with optimization and undefined sanitizer

2022-11-29 Thread larsbj at gullik dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107927 Bug ID: 107927 Summary: vector::push_back gives array bounds warning with optimization and undefined sanitizer Product: gcc Version: 12.2.1 Status: UNCONFIRMED