Commit a5d1cfea by Jakub Jelinek Committed by Jakub Jelinek

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
parent cf0b6451
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> 2019-04-27 Uroš Bizjak <ubizjak@gmail.com>
PR target/89261 PR target/89261
......
// PR c++/90173 // PR c++/90173
// { dg-do run { target c++17 } } // { dg-do compile { target c++17 } }
template <typename T> struct A { }; template <typename T> struct A { };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment