mirror of git://gcc.gnu.org/git/gcc.git
* gcc.dg/tree-ssa/attr-alias.c: Remove brackets in template.
From-SVN: r199821
This commit is contained in:
parent
894460a754
commit
cf28fab6bc
|
|
@ -1,3 +1,7 @@
|
||||||
|
2013-06-07 Jan Hubicka <jh@suse.cz>
|
||||||
|
|
||||||
|
* gcc.dg/tree-ssa/attr-alias.c: Remove brackets in template.
|
||||||
|
|
||||||
2013-06-07 Tobias Burnus <burnus@net-b.de>
|
2013-06-07 Tobias Burnus <burnus@net-b.de>
|
||||||
|
|
||||||
PR fortran/57549
|
PR fortran/57549
|
||||||
|
|
|
||||||
|
|
@ -21,8 +21,8 @@ main()
|
||||||
/* calls to test1 and test2 can be inlined and optmized away. Calls
|
/* calls to test1 and test2 can be inlined and optmized away. Calls
|
||||||
to test and test4 are overwritable. */
|
to test and test4 are overwritable. */
|
||||||
|
|
||||||
/* { dg-final { scan-tree-dump-times "test (" 2 "optimized" } } */
|
/* { dg-final { scan-tree-dump-times " test " 1 "optimized" } } */
|
||||||
/* { dg-final { scan-tree-dump-times "test4 (" 1 "optimized" } } */
|
/* { dg-final { scan-tree-dump-times " test4 " 1 "optimized" } } */
|
||||||
/* { dg-final { scan-tree-dump-not "test1 (" "optimized" } } */
|
/* { dg-final { scan-tree-dump-not " test1 " "optimized" } } */
|
||||||
/* { dg-final { scan-tree-dump-not "test2 (" "optimized" } } */
|
/* { dg-final { scan-tree-dump-not " test2 " "optimized" } } */
|
||||||
/* { dg-final { cleanup-tree-dump "optimized" } } */
|
/* { dg-final { cleanup-tree-dump "optimized" } } */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue