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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needs-reduction             |rejects-valid

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Reduced test-case:

$ cat qt.ii
class a {
  template <typename b> a(b());
  template <typename b> a(b(__attribute__((fastcall)) c)());
};

Reply via email to