Commit 559b79cf by Diego Novillo Committed by Diego Novillo

* gcc.dg/tree-ssa/20031015-1.c: Adjust expected dump file name.

From-SVN: r84381
parent d642571f
2004-07-09 Diego Novillo <dnovillo@redhat.com>
* gcc.dg/tree-ssa/20031015-1.c: Adjust expected dump file name.
2004-07-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* gfortran.dg/dg.exp: Don't use wildcard for suffixes, also check
......
/* With tree-ssa, gcc.dg/20000724-1.c failed because we missed
a VOP of x in the asm statement. */
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-alias-vops" } */
/* { dg-options "-O1 -fdump-tree-alias1-vops" } */
struct s { int a; };
......@@ -13,4 +13,4 @@ main(void)
return 0;
}
/* { dg-final { scan-tree-dump-times "V_MAY_DEF" 2 "alias" } } */
/* { dg-final { scan-tree-dump-times "V_MAY_DEF" 2 "alias1" } } */
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