[Bug c++/80096] [7 Regression] [c++1z] ICE with auto template parameter

2017-03-20 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80096 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/80096] [7 Regression] [c++1z] ICE with auto template parameter

2017-03-20 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80096 --- Comment #4 from Jason Merrill --- Author: jason Date: Mon Mar 20 20:36:54 2017 New Revision: 246292 URL: https://gcc.gnu.org/viewcvs?rev=246292=gcc=rev Log: PR c++/80096 - ICE with C++17 non-type auto. * pt.c (tsubst):

[Bug c++/80096] [7 Regression] [c++1z] ICE with auto template parameter

2017-03-20 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80096 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/80096] [7 Regression] [c++1z] ICE with auto template parameter

2017-03-20 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80096 --- Comment #3 from Marek Polacek --- G++ 6: w.C:1:10: error: ‘auto’ parameter not permitted in this context template struct A ^~~~ w.C:6:4: note: invalid template non-type parameter A<0> a; ^

[Bug c++/80096] [7 Regression] [c++1z] ICE with auto template parameter

2017-03-20 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80096 Marek Polacek changed: What|Removed |Added Target Milestone|--- |7.0 Summary|[c++1z] ICE with