re PR c++/90173 (ICE: Segmentation fault (in strip_declarator_types))
authorJakub Jelinek <jakub@redhat.com>
Sat, 27 Apr 2019 21:56:17 +0000 (23:56 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 27 Apr 2019 21:56:17 +0000 (23:56 +0200)
PR c++/90173
* g++.dg/cpp1z/class-deduction66.C: Use dg-do compile instead of
dg-do run.

From-SVN: r270626

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp1z/class-deduction66.C

index 15b3e13..6ceb81c 100644 (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
index 7ed119d..3a5d8aa 100644 (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 { };