This is the mail archive of the gcc-bugs@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]

[Bug c++/78282] [6/7 Regression] Overload resolution failure, in parameter pack expansion, inside a template class


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

--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Mon Feb 20 06:06:39 2017
New Revision: 245594

URL: https://gcc.gnu.org/viewcvs?rev=245594&root=gcc&view=rev
Log:
        PR c++/78282 - auto template and pack expansion

        * pt.c (find_parameter_packs_r): Don't walk into the type of
        templates other than template template-parameters.

Added:
    trunk/gcc/testsuite/g++.dg/cpp1y/auto-fn36.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c

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