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++/79519, ICE with deleted template friend


A while back I fixed =delete of namespace-scope friend functions, but
that led to this ICE.  Fixed by recognizing that =delete is also a
definition in the place that checks for inappropriate definitions of
friend functions.

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

Attachment: 79519.diff
Description: Text document


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