* gcc.dg/ipa/pr63569.c: Fix template.
From-SVN: r221371
This commit is contained in:
parent
386adbf7c4
commit
2e5554fde3
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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" } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue