https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123340

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase:
```
template <int>
void foo() {
    ({ static_assert(false, ""); });
}
```

Reply via email to