[PATCH, committed] Fix testsuite/22624

Richard Guenther rguenther@suse.de
Mon Jul 25 14:26:00 GMT 2005


Committed as obvious after testing.

Richard.


+ 2005-07-25  Richard Guenther  <rguenther@suse.de>
+ 
+ 	PR testsuite/22624
+ 	* gcc.dg/tree-ssa/flatten-2.c: Fix label patterns.
+ 


Index: gcc.dg/tree-ssa/flatten-2.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/tree-ssa/flatten-2.c,v
retrieving revision 1.2
diff -c -3 -p -r1.2 flatten-2.c
*** gcc.dg/tree-ssa/flatten-2.c	21 Jul 2005 08:02:21 -0000	1.2
--- gcc.dg/tree-ssa/flatten-2.c	25 Jul 2005 14:24:45 -0000
*************** void __attribute__((flatten)) doublesubc
*** 72,76 ****
    doublesubcycle1();
  }
  
! /* { dg-final { scan-assembler "cycle.\[: \t\n\]" } } */
! /* { dg-final { scan-assembler-not "indirect.\[: \t\n\]" } } */
--- 72,76 ----
    doublesubcycle1();
  }
  
! /* { dg-final { scan-assembler "cycle\[123\]\[: \t\n\]" } } */
! /* { dg-final { scan-assembler-not "indirect\[12\]\[: \t\n\]" } } */



More information about the Gcc-patches mailing list