re PR c++/90173 (ICE: Segmentation fault (in strip_declarator_types))

PR c++/90173
	* g++.dg/cpp1z/class-deduction66.C: Use dg-do compile instead of
	dg-do run.

From-SVN: r270626
This commit is contained in:
Jakub Jelinek 2019-04-27 23:56:17 +02:00 committed by Jakub Jelinek
parent cf0b6451a9
commit a5d1cfeaf2
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2019-04-27 Jakub Jelinek <jakub@redhat.com>
PR c++/90173
* g++.dg/cpp1z/class-deduction66.C: Use dg-do compile instead of
dg-do run.
2019-04-27 Uroš Bizjak <ubizjak@gmail.com>
PR target/89261

View File

@ -1,5 +1,5 @@
// PR c++/90173
// { dg-do run { target c++17 } }
// { dg-do compile { target c++17 } }
template <typename T> struct A { };