[Bug c++/106152] New: New ICE compiling template expressions

2022-06-30 Thread byteslice at airmail dot cc via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106152 Bug ID: 106152 Summary: New ICE compiling template expressions Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug tree-optimization/105420] Bogus -Warray-bounds with non-compile time-constant variable

2022-04-29 Thread byteslice at airmail dot cc via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105420 --- Comment #2 from Liam White --- Created attachment 52906 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52906=edit Preprocessed source The first attachment is automatically and manually reduced from the following source: ResultCode

[Bug tree-optimization/105423] Bogus -Werror=maybe-uninitialized with definitely initialized variable

2022-04-29 Thread byteslice at airmail dot cc via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105423 --- Comment #2 from Liam White --- My bad, use -std=c++20 as well for this example. Then you should reproduce the issue.

[Bug middle-end/105424] Bogus -Wstringop-overread with non-overread condition

2022-04-28 Thread byteslice at airmail dot cc via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105424 --- Comment #3 from Liam White --- Compile with c++ -std=gnu++20 -O1 -Werror=stringop-overread to reproduce.

[Bug middle-end/105424] Bogus -Wstringop-overread with non-overread condition

2022-04-28 Thread byteslice at airmail dot cc via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105424 Liam White changed: What|Removed |Added Attachment #52897|0 |1 is obsolete|

[Bug c++/105424] New: Bogus -Wstringop-overread with non-overread condition

2022-04-28 Thread byteslice at airmail dot cc via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105424 Bug ID: 105424 Summary: Bogus -Wstringop-overread with non-overread condition Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/105423] New: Bogus -Werror=maybe-uninitialized with definitely initialized variable

2022-04-28 Thread byteslice at airmail dot cc via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105423 Bug ID: 105423 Summary: Bogus -Werror=maybe-uninitialized with definitely initialized variable Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/105420] New: Bogus -Warray-bounds with non-compile time-constant variable

2022-04-28 Thread byteslice at airmail dot cc via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105420 Bug ID: 105420 Summary: Bogus -Warray-bounds with non-compile time-constant variable Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal