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] PR 15339


Hi,

thus this is what I have tested for c++/15339. By the way, I figured out why yesterday I got stupidly confused about DECL_TEMPLATE_INFO: at this point, for a member function template, newdecl does *not* have DECL_TEMPLATE_INFO set, only olddecl does. Consistently, I adjusted all the code in the condition to work on olddecl. Tested x86_64-linux.

Thanks,
Paolo.

//////////////////

Attachment: CL_15339
Description: Text document

Attachment: patch_15339
Description: Text document


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