re PR testsuite/39696 (gcc.dg/tree-ssa/ssa-ccp-25.c scan-tree-dump doesn't work on Linux/ia32)

2009-04-09  Richard Guenther  <rguenther@suse.de>

	PR testsuite/39696
	* ssa-ccp-25.c: Adjust pattern.

From-SVN: r145839
This commit is contained in:
Richard Guenther 2009-04-09 13:36:57 +00:00 committed by Richard Biener
parent dd8cfe3ae8
commit 0a5ec800d7
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-04-09 Richard Guenther <rguenther@suse.de>
PR testsuite/39696
* ssa-ccp-25.c: Adjust pattern.
2009-04-09 Janus Weil <janus@gcc.gnu.org>
PR fortran/36704

View File

@ -8,7 +8,7 @@ int foo(int i)
return *(p + i);
}
/* { dg-final { scan-tree-dump "&a\\\[D\\\." "ccp1" } } */
/* { dg-final { scan-tree-dump "= a\\\[D\\\." "forwprop1" } } */
/* { dg-final { scan-tree-dump "&a\\\[\[iD\]\\\." "ccp1" } } */
/* { dg-final { scan-tree-dump "= a\\\[\[iD\]\\\." "forwprop1" } } */
/* { dg-final { cleanup-tree-dump "ccp1" } } */
/* { dg-final { cleanup-tree-dump "forwprop1" } } */