Commit 1c9676e2 by Jan Hubicka Committed by Jan Hubicka

re PR testsuite/92520 (new test case gcc/testsuite/gcc.dg/ipa/inline-9.c in r278220 is unresolved)

	PR testsuite/92520
	* gcc.dg/ipa/inline-9.c: Fix template.

From-SVN: r278279
parent 53dd3bcc
2019-11-15 Jan Hubicka <hubicka@ucw.cz>
PR testsuite/92520
* gcc.dg/ipa/inline-9.c: Fix template.
2019-11-15 Joseph Myers <joseph@codesourcery.com>
* gcc.dg/c2x-attr-fallthrough-2.c,
......
/* { dg-options "-Os -fdump-ipa-inline" } */
/* { dg-options "-Os -fdump-ipa-inline-details" } */
int foo (void);
int test(int a)
{
......@@ -20,4 +20,4 @@ main()
for (int i=0;i<100;i++)
test(i);
}
/* { dg-final { scan-tree-dump "Inlined 1 calls" "inline" } } */
/* { dg-final { scan-ipa-dump "Inlined 1 calls" "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