[Bug middle-end/119537] ICE with [[gnu::assume]] vs computed goto

2025-03-29 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119537 --- Comment #2 from Sam James --- Clang crashes on this variant from the thread too: ``` #include int main() { goto *&&x; typeof(({x: puts("hi");}) ) nope; } ```

[Bug middle-end/119537] ICE with [[gnu::assume]] vs computed goto

2025-03-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119537 Andrew Pinski changed: What|Removed |Added Keywords||stmt-expr --- Comment #1 from Andrew Pi