This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix PR 15555


Bah.  Forgot the testsuite tweak needed because of the new alias pass.


Diego.

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

Index: gcc.dg/tree-ssa/20031015-1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/tree-ssa/20031015-1.c,v
retrieving revision 1.3
diff -d -c -p -r1.3 20031015-1.c
*** gcc.dg/tree-ssa/20031015-1.c	10 Jun 2004 21:41:08 -0000	1.3
--- gcc.dg/tree-ssa/20031015-1.c	9 Jul 2004 15:28:17 -0000
***************
*** 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" } */
  
  struct s { int a; };
  
--- 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-alias1-vops" } */
  
  struct s { int a; };
  
*************** main(void)
*** 13,16 ****
    return 0;
  }
  
! /* { dg-final { scan-tree-dump-times "V_MAY_DEF" 2 "alias" } } */
--- 13,16 ----
    return 0;
  }
  
! /* { dg-final { scan-tree-dump-times "V_MAY_DEF" 2 "alias1" } } */



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]