OSDN Git Service

* gcc.dg/tree-ssa/20031015-1.c: Adjust expected dump file name.
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Jul 2004 15:29:46 +0000 (15:29 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Jul 2004 15:29:46 +0000 (15:29 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84381 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/20031015-1.c

index 23889e2..22a69a2 100644 (file)
@@ -1,3 +1,7 @@
+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
index 74109e1..5f09696 100644 (file)
@@ -1,7 +1,7 @@
 /* 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" } } */