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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2025-07-31
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I think GCC is incorrect here.

GCC does correctly parse and correct reject:
```
char *p = new (std::nothrow_t(int)) char;
```
Into a function type.

Reply via email to