[Bug c++/71451] [5/6/7/8 Regression] ICE on invalid C++11 code on x86_64-linux-gnu: in dependent_type_p, at cp/pt.c:22599

2017-05-25 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71451

--- Comment #5 from paolo at gcc dot gnu.org  ---
Author: paolo
Date: Thu May 25 22:28:54 2017
New Revision: 248473

URL: https://gcc.gnu.org/viewcvs?rev=248473=gcc=rev
Log:
2017-05-25  Paolo Carlini  

PR c++/71451
* g++.dg/cpp0x/variadic170.C: New.

Added:
trunk/gcc/testsuite/g++.dg/cpp0x/variadic170.C
Modified:
trunk/gcc/testsuite/ChangeLog

[Bug c++/71451] [5/6/7/8 Regression] ICE on invalid C++11 code on x86_64-linux-gnu: in dependent_type_p, at cp/pt.c:22599

2017-05-24 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71451

Paolo Carlini  changed:

   What|Removed |Added

 CC||paolo.carlini at oracle dot com

--- Comment #4 from Paolo Carlini  ---
This seems already fixed in trunk. I guess we can as well add the testcase
there and of course keep the bug open.