* gcc.dg/ipa/pr63569.c: Fix template.

From-SVN: r221371
This commit is contained in:
Jan Hubicka 2015-03-12 04:48:59 +01:00 committed by Jan Hubicka
parent 386adbf7c4
commit 2e5554fde3
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2015-03-10 Jan Hubicka <hubicka@ucw.cz>
* gcc.dg/ipa/pr63569.c: Fix template.
2015-03-11 Sandra Loosemore <sandra@codesourcery.com>
* g++.dg/ipa/pr64146.C: Require fpic support.

View file

@ -27,6 +27,5 @@ int h(int t, int *a)
return f(t, a) + g(t, a);
}
/* { dg-final { scan-ipa-dump "different operand volatility" "icf" } } */
/* { dg-final { scan-ipa-dump "Equal symbols: 0" "icf" } } */
/* { dg-final { cleanup-ipa-dump "icf" } } */