2009-11-04 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Nov 2009 10:35:04 +0000 (10:35 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Nov 2009 10:35:04 +0000 (10:35 +0000)
PR tree-optimization/41919
* tree-vrp.c (test_for_singularity): Properly compare values.

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153893 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 30553dc..c705fa3 100644 (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):