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

eczbek.void at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eczbek.void at gmail dot com

--- Comment #2 from eczbek.void at gmail dot com ---
Reduced: https://godbolt.org/z/6P6vqqsf9

```
void f(auto... x) {
        [...y = x] noexcept((... && noexcept(y))) {};
}

int main() {
        f();
}
```

Reply via email to