Fix gcc.dg/tree-ssa/20030728-1.c expected output [was Re: new FAILs on HEAD]

Jeffrey A Law law@redhat.com
Tue Mar 8 17:13:00 GMT 2005


			
On Tue, 2005-03-08 at 08:55 +0100, Michael Ritzert wrote:
> If you directly receive this mail, your name is tagged to one of the ChangeLog
> entries. A copy is also mailed to gcc-regressions.
> 
> The build system:
> Fedora Core release 3 (Heidelberg)
> i686
> i686-pc-linux-gnu
> configure flags: --enable-threads=posix --prefix=/opt/gcc/install/HEAD --enable-__cxa_atexit --with-system-zlib --enable-languages=c,ada,c++,f95,java,objc
> 
> These new FAILs appeared since the last run:
> 
> FAIL: gcc.dg/tree-ssa/20030728-1.c scan-tree-dump-times  = 0 3
This test should have been updated as part of Andrew Pinski's PHI-OPT
changes.  I've made the appropriate changes (attached).


Jeff
-------------- next part --------------
        * gcc.dg/tree-ssa/20030728-1.c: Update to account for recent
        PHI-OPT changes.

Index: gcc.dg/tree-ssa/20030728-1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/tree-ssa/20030728-1.c,v
retrieving revision 1.3
diff -c -p -r1.3 20030728-1.c
*** gcc.dg/tree-ssa/20030728-1.c	7 Jun 2004 17:53:03 -0000	1.3
--- gcc.dg/tree-ssa/20030728-1.c	8 Mar 2005 17:09:22 -0000
*************** objects_must_conflict_p (t1, t2)
*** 41,47 ****
    return foo (t2 ? get_alias_set (t2) : 0);
  }
  
! /* There should be three assignments of variables to the value zero.  */
! /* { dg-final { scan-tree-dump-times " = 0" 3 "optimized"} } */
   
  
--- 41,47 ----
    return foo (t2 ? get_alias_set (t2) : 0);
  }
  
! /* There should be two assignments of variables to the value zero.  */
! /* { dg-final { scan-tree-dump-times " = 0" 2 "optimized"} } */
   
  


More information about the Gcc-regression mailing list