diff options
author | Dorit Nuzman <dorit@il.ibm.com> | 2007-09-07 15:00:11 +0000 |
---|---|---|
committer | Dorit Nuzman <dorit@gcc.gnu.org> | 2007-09-07 15:00:11 +0000 |
commit | 71f4a02318f4dad261ad8c8e9f77cd36e83f46e3 (patch) | |
tree | eb44856e6a9b109989f0270786b08e7349ebe9dc /gcc/ChangeLog | |
parent | ccf64c833ffaa36f74940afcdaef57a688bb4dcf (diff) | |
download | gcc-71f4a02318f4dad261ad8c8e9f77cd36e83f46e3.tar.gz |
re PR tree-optimization/33299 (miscompilation with gfortran -O2 -ffast-math -ftree-vectorize)
PR tree-optimization/33299
* tree-vect-transform.c (vect_create_epilog_for_reduction): Update uses
for all relevant loop-exit phis, not just the first.
From-SVN: r128242
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a63a9e9748d..52dd1492603 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2007-09-07 Dorit Nuzman <dorit@il.ibm.com> + + PR tree-optimization/33299 + * tree-vect-transform.c (vect_create_epilog_for_reduction): Update uses + for all relevant loop-exit phis, not just the first. + 2007-09-07 Richard Guenther <rguenther@suse.de> PR middle-end/33330 |