https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113582
Bug ID: 113582
Summary: incorrect warning about unused label
Product: gcc
Version: 13.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113582
--- Comment #1 from Nikolay Mihaylov ---
If you move the pragma outside the templated function, no warning is shown:
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-label"
template
void do_something(){
start:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113687
Bug ID: 113687
Summary: -Warray-bounds is not emitted inside class method
Product: gcc
Version: 13.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115557
Bug ID: 115557
Summary: initializing reference property inside template
context - error is not recognized
Product: gcc
Version: 14.1.1
Status: UNCONFIRMED
Seve