re PR tree-optimization/41919 (optimized code with -O2 or -O3 gives strange result)

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

	PR tree-optimization/41919
	* tree-vrp.c (test_for_singularity): Properly compare values.

	* gcc.c-torture/execute/pr41919.c: New testcase.

From-SVN: r153893
This commit is contained in:
Richard Biener 2009-11-04 10:35:04 +00:00
parent 0cf7986c82
commit 92fcbf95c1

View file

@ -1,3 +1,8 @@
2009-11-04 Richard Guenther <rguenther@suse.de>
PR tree-optimization/41919
* tree-vrp.c (test_for_singularity): Properly compare values.
2009-11-04 Revital Eres <eres@il.ibm.com>
* tree-vect-data-refs.c (vect_enhance_data_refs_alignment):