* gcc.dg/tree-ssa/attr-alias.c: Remove brackets in template.

From-SVN: r199821
This commit is contained in:
Jan Hubicka 2013-06-07 19:07:54 +02:00 committed by Jan Hubicka
parent 894460a754
commit cf28fab6bc
2 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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" } } */