Commit f87c2375 by Jan Hubicka Committed by Jan Hubicka

Fix dg failure

	* g++.dg/lto/inline-crossmodule-1_0.C: fix template.

From-SVN: r278897
parent 2679730b
2019-11-30 Jan Hubicka <hubicka@ucw.cz>
* g++.dg/lto/inline-crossmodule-1_0.C: fix template.
2019-12-02 Richard Biener <rguenther@suse.de> 2019-12-02 Richard Biener <rguenther@suse.de>
PR tree-optimization/92742 PR tree-optimization/92742
......
...@@ -5,7 +5,7 @@ int a::key () ...@@ -5,7 +5,7 @@ int a::key ()
{ {
return 0; return 0;
} }
/* { dg-final { scan-wpa-ipa-times "Inlined ret1" 1 "inlined" } } */ /* { dg-final { scan-wpa-ipa-dump-times "Inlined ret1" 1 "inlined" } } */
/* { dg-final { scan-wpa-ipa-times "Inlined ret2" 1 "inlined" } } */ /* { dg-final { scan-wpa-ipa-dump-times "Inlined ret2" 1 "inlined" } } */
/* { dg-final { scan-wpa-ipa-times "Inlined key\[^\\n\]*(cross module)" 1 "inlined" } } */ /* { dg-final { scan-wpa-ipa-dump-times "Inlined key\[^\\n\]*(cross module)" 1 "inlined" } } */
/* { dg-final { scan-wpa-ipa-times "(cross module)" 1 "inlined" } } */ /* { dg-final { scan-wpa-ipa-dump-times "(cross module)" 1 "inlined" } } */
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