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++/80096] [7 Regression] [c++1z] ICE with auto template parameter


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

--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Mon Mar 20 20:36:54 2017
New Revision: 246292

URL: https://gcc.gnu.org/viewcvs?rev=246292&root=gcc&view=rev
Log:
        PR c++/80096 - ICE with C++17 non-type auto.

        * pt.c (tsubst): Delay tsubst of type of template non-type
        parameter.

Added:
    trunk/gcc/testsuite/g++.dg/cpp1z/nontype-auto10.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]