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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2018-03-20 00:00:00         |2021-7-22

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note this has nothing to do with the __builtin decl either, It can be repoduced
with:
void a();
void a(short);
bool f(double);
template <int> decltype(f) b { int(&(&a) >) }

Reply via email to