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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2024-10-29
           Keywords|                            |error-recovery,
                   |                            |ice-on-invalid-code
             Status|UNCONFIRMED                 |NEW
            Version|unknown                     |15.0

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
t.ii:5:25: error: friend declaration of ‘decltype(auto) g0<>(A<U>)’ specifies
default arguments and isn’t a definition [-Wtemplate-body]
    5 |   friend decltype(auto) X::g0<>(A<U> = 0);
      |                         ^
t.ii:6:1: internal compiler error: Segmentation fault
    6 | };
      | ^

Reply via email to