diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2004-12-18 07:55:42 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2004-12-18 07:55:42 +0000 |
commit | 9f70d2bc3ae689e9fe86cd1ebd07d7b51a785e2b (patch) | |
tree | 2b690f3b251c1444c16804e71fd3a29ca5c237a2 /gcc/ChangeLog | |
parent | bc6d19abb1155efe6938d3e96c409f4c10269bee (diff) | |
download | gcc-9f70d2bc3ae689e9fe86cd1ebd07d7b51a785e2b.zip gcc-9f70d2bc3ae689e9fe86cd1ebd07d7b51a785e2b.tar.gz gcc-9f70d2bc3ae689e9fe86cd1ebd07d7b51a785e2b.tar.bz2 |
re PR rtl-optimization/16968 (loop optimizer miscompilation)
PR rtl-optimization/16968
* loop.c (scan_loop): Stop scanning the loop for movable
insns as soon as an optimization barrier is encountered.
From-SVN: r92348
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 127880a..a98a1d7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2004-12-18 Eric Botcazou <ebotcazou@libertysurf.fr> + + PR rtl-optimization/16968 + * loop.c (scan_loop): Stop scanning the loop for movable + insns as soon as an optimization barrier is encountered. + 2004-12-17 Zack Weinberg <zack@codesourcery.com> PR 18897 |