[Bug c++/113582] New: incorrect warning about unused label

2024-01-24 Thread nmmm at nmmm dot nu via Gcc-bugs
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++

[Bug c++/113582] incorrect warning about unused label

2024-01-24 Thread nmmm at nmmm dot nu via Gcc-bugs
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:

[Bug c++/113687] New: -Warray-bounds is not emitted inside class method

2024-01-31 Thread nmmm at nmmm dot nu via Gcc-bugs
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

[Bug c++/115557] New: initializing reference property inside template context - error is not recognized

2024-06-20 Thread nmmm at nmmm dot nu via Gcc-bugs
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