This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

C++ PATCH for c++/77339, ICE with invalid use of alias template


Here, we were seeing that A<X>:: is a template specialization, so we
tried to treat it as entering the scope of A<X>.  But since A is an
alias template, that doesn't make sense.  Fixed by not considering
alias templates for this treatment.

Tested x86_64-pc-linux-gnu, applying to trunk.

Attachment: 77339.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]