[Bug middle-end/119537] ICE with [[gnu::assume]] vs computed goto
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119537 Andrew Pinski changed: What|Removed |Added Keywords||stmt-expr --- Comment #1 from Andrew Pi