https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119642
Bug ID: 119642
Summary: [15 regression] diagnostic push has no effect because
of unmatched pop in bits/formatfwd.h
Product: gcc
Version: 15.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118671
Bug ID: 118671
Summary: [15 regression] ICE in
output_constructor_regular_field at, varasm.cc
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117121
Bug ID: 117121
Summary: [15 regression] heap-buffer-overflow in
ranges::{copy,move}_backward for 1-element ranges
Product: gcc
Version: 15.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114013
--- Comment #3 from Enrico Seiler ---
For -O0 and -O1, this also does not link:
template int value;
template <> inline int value<1>;
void bar(int) { bar(value<1>); }
https://godbolt.org/z/Wxv7PE8ob
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109737
Bug ID: 109737
Summary: [13/14] Hitting unreachable code when using
std::string::assign with iterators
Product: gcc
Version: 13.1.0
Status: UNCONFIRMED
Severit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107636
--- Comment #1 from Enrico Seiler ---
The `#define`s can also be omitted. Then the error will occur when compiling
with -std=c++23
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107636
Bug ID: 107636
Summary: [13 regression] r13-3761-ga239a63f868e29 breaks build
on powerpc64le with __float128 support
Product: gcc
Version: 13.0
Status: UNCONFIRMED