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++ PATCHes for c++/61022 and 72801, variadic template issues


In 61022, we were stripping the pack expansion from a template
argument for considering what kind of argument it is, and then
forgetting to put it back in the case of an unbound class template.

In 72801, we were doing unification wrong when trying to find partial
specialization bindings because we weren't considering template
arguments from an instantiation of the enclosing class template.

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

Attachment: 61022.diff
Description: Text document

Attachment: 72801.diff
Description: Text document


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