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

Patrick Palka <ppalka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=109679
           Keywords|                            |ice-on-valid-code

--- Comment #3 from Patrick Palka <ppalka at gcc dot gnu.org> ---
Shorter reduction demonstrating an ICE:

$ cat 114600.h # other files same as before
namespace std {
  template<class T> struct A { int n; };
  template<class T> A<T> f();
  namespace __swappable_details { using std::f; }
}

internal compiler error: in finish_member_declaration, at cp/semantics.cc:3771

Reply via email to