Commit bc80e846 by Nathan Sidwell Committed by Nathan Sidwell

[PR c++/83667] Fix tree_dump ICE

https://gcc.gnu.org/ml/gcc-patches/2018-01/msg00218.html
	PR c++/83667
	* g++.dg/ipa/pr83667.C: Fix regex, require alias.

From-SVN: r256254
parent 41baa38b
2018-01-04 Nathan Sidwell <nathan@acm.org>
PR c++/83667
* g++.dg/ipa/pr83667.C: Fix regex, require alias.
2018-01-04 Jakub Jelinek <jakub@redhat.com> 2018-01-04 Jakub Jelinek <jakub@redhat.com>
PR debug/83666 PR debug/83666
......
/* { dg-options "-fdump-ipa-inline" } */ // { dg-require-alias "" }
// c++/83667 ICE dumping a static thunk // { dg-options "-fdump-ipa-inline" }
// c++/83667 ICE dumping a static thunk when TARGET_USE_LOCAL_THUNK_ALIAS_P
struct a struct a
{ {
...@@ -20,4 +22,4 @@ struct c : a, b ...@@ -20,4 +22,4 @@ struct c : a, b
c c; c c;
// { dg-final { scan-ipa-dump "summary for void c::\\*.LTHUNK0" "inline" } } // { dg-final { scan-ipa-dump "summary for void c::\[^\\n\]*THUNK0" "inline" } }
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