https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98043
Bug ID: 98043
Summary: (Regression) ICE in verify_gimpl due to bitpacked enum
class (amd64)
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98043
--- Comment #7 from Ben Wiederhake ---
A testcase got added in PR 98043. Yay!
The testcase contains a `default:` in the switch-case statement. Wasn't it the
case that the bug got triggered by a *lack* of `default:` case?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98043
--- Comment #9 from Ben Wiederhake ---
I totally forgot to say it:
Thanks for fixing it so quickly! :D
When I saw https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97634 I was afraid it
would suffer a slow death – but nope, fixed within a few days.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108366
Bug ID: 108366
Summary: [12/13 Regression] Spurious stringop overflow,
possibly alias-related
Product: gcc
Version: 12.2.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108366
--- Comment #1 from Ben Wiederhake ---
Preprocessed file see attachments, and output as generated by -v -save-temps
here:
$ g++ -v -o foo -O2 -std=c++20 -save-temps repro.cpp
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108366
--- Comment #2 from Ben Wiederhake ---
Created attachment 54242
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54242&action=edit
precompiled file as generated by -save-temps