Skip to content

Commit

Permalink
2009-04-09 Richard Guenther <rguenther@suse.de>
Browse files Browse the repository at this point in the history
	PR testsuite/39696
	* ssa-ccp-25.c: Adjust pattern.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145839 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
rguenth committed Apr 9, 2009
1 parent 7cab648 commit f002720
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-25.c
Original file line number Diff line number Diff line change
Expand Up @@ -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" } } */

0 comments on commit f002720

Please sign in to comment.