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

Volker Reichelt <reichelt at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[11/12 Regression]          |[11/12 Regression] ICE with
                   |[concepts] ICE with         |multiple friend
                   |multiple friend             |declarations
                   |declarations                |

--- Comment #1 from Volker Reichelt <reichelt at gcc dot gnu.org> ---
Actually the same ICE happens with regular templates (without the "-fconcepts")
flag:

=========================================
struct A
{
  template<int> friend void foo();
  template<int> friend void foo() {}
};
=========================================

Reply via email to