Skip to content

Commit

Permalink
2007-11-19 Richard Guenther <rguenther@suse.de>
Browse files Browse the repository at this point in the history
	PR tree-optimization/34099
	* tree-ssa-ccp.c (likely_value): Exclude all but PLUS_EXPR,
	MINUS_EXPR and POINTER_PLUS_EXPR from handling as UNDEFINED
	if only one operand is undefined.

	* gcc.c-torture/execute/pr34099-2.c: New testcase.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130290 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
rguenth committed Nov 19, 2007
1 parent 05a936a commit 73b0c6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2007-11-19 Richard Guenther <rguenther@suse.de>

PR tree-optimization/34
* gcc.c-torture/execute/pr34099-2.c: New testcase.

2007-11-19 Tobias Burnus <burnus@net-b.de>

PR fortran/34079
Expand Down

0 comments on commit 73b0c6f

Please sign in to comment.