mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-09 17:11:20 +08:00
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:
parent
cf0b6451a9
commit
a5d1cfeaf2
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
// PR c++/90173
|
||||
// { dg-do run { target c++17 } }
|
||||
// { dg-do compile { target c++17 } }
|
||||
|
||||
template <typename T> struct A { };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user