https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119814
Patrick Palka changed:
What|Removed |Added
CC||ppalka at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119814
Alfred Agrell changed:
What|Removed |Added
See Also||https://github.com/llvm/llv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119814
--- Comment #2 from Andrew Pinski ---
Interesting take the following:
```
void a(...);
template
bool b1()
{ return requires (void (*v)(...)) { v(v(1)); }; }
bool c() { return b1(); }
```
Clang and GCC both say this returns 1 but MSVC retu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119814
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|