[Bug c++/98043] New: (Regression) ICE in verify_gimpl due to bitpacked enum class (amd64)

2020-11-28 Thread BenWiederhake.GitHub at gmx dot de via Gcc-bugs
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

[Bug c++/98043] [8/9/10 Regression] ICE ‘verify_gimple’ failed since r5-3726-g083e891e69429f93b958f6c18e2d52f515bae572

2020-12-07 Thread BenWiederhake.GitHub at gmx dot de via Gcc-bugs
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?

[Bug c++/98043] [8/9/10 Regression] ICE ‘verify_gimple’ failed since r5-3726-g083e891e69429f93b958f6c18e2d52f515bae572

2020-12-08 Thread BenWiederhake.GitHub at gmx dot de via Gcc-bugs
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.

[Bug c++/108366] New: [12/13 Regression] Spurious stringop overflow, possibly alias-related

2023-01-10 Thread BenWiederhake.GitHub at gmx dot de via Gcc-bugs
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

[Bug tree-optimization/108366] [12/13 Regression] Spurious stringop overflow, possibly alias-related

2023-01-10 Thread BenWiederhake.GitHub at gmx dot de via Gcc-bugs
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

[Bug tree-optimization/108366] [12/13 Regression] Spurious stringop overflow, possibly alias-related

2023-01-10 Thread BenWiederhake.GitHub at gmx dot de via Gcc-bugs
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