[PATCH][tuples] Revert some testcases back to trunk version

Richard Guenther rguenther@suse.de
Tue Jul 15 09:57:00 GMT 2008


Applied to the branch.

Richard.

2008-07-15  Richard Guenther  <rguenther@suse.de>

	* gcc.dg/tree-ssa/pr30375.c: Revert back to trunk version.
	* gcc.dg/tree-ssa/ssa-dse-10.c: Likewise.

Index: testsuite/gcc.dg/tree-ssa/pr30375.c
===================================================================
*** testsuite/gcc.dg/tree-ssa/pr30375.c	(revision 137815)
--- testsuite/gcc.dg/tree-ssa/pr30375.c	(working copy)
*************** void test_signed_msg_encoding(void)
*** 22,26 ****
      f();
  }
  
! /* { dg-final { scan-tree-dump-times "signInfo = \\\[constructor\\] {}" 1 "dse1" } } */
  /* { dg-final { cleanup-tree-dump "dse*" } } */
--- 22,26 ----
      f();
  }
  
! /* { dg-final { scan-tree-dump-times "signInfo = {}" 1 "dse1" } } */
  /* { dg-final { cleanup-tree-dump "dse*" } } */
Index: testsuite/gcc.dg/tree-ssa/ssa-dse-10.c
===================================================================
*** testsuite/gcc.dg/tree-ssa/ssa-dse-10.c	(revision 137815)
--- testsuite/gcc.dg/tree-ssa/ssa-dse-10.c	(working copy)
*************** void func_encode(void)
*** 1519,1523 ****
      test_encodeCRLDistPoints(0x00000001);
  }
  
! /* { dg-final { scan-tree-dump-times " xxxinfo = \\\[constructor\\] {}" 1 "dse1"} } */
  /* { dg-final { cleanup-tree-dump "dse\[1-2\]" } } */
--- 1519,1523 ----
      test_encodeCRLDistPoints(0x00000001);
  }
  
! /* { dg-final { scan-tree-dump-times " xxxinfo = {}" 1 "dse1"} } */
  /* { dg-final { cleanup-tree-dump "dse\[1-2\]" } } */



More information about the Gcc-patches mailing list