diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-10 19:40:34 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-10 19:40:34 +0000 |
commit | 7a4fa2a11409c1ee75e543791f8e21ace9a0829e (patch) | |
tree | 654cc2d25b2b6e08c5b5f9f8bf645624b16c5bab /gcc/ChangeLog | |
parent | a8a6348a8558a023523f656fbbaf6e53e6d05f57 (diff) | |
download | gcc-7a4fa2a11409c1ee75e543791f8e21ace9a0829e.tar.gz |
Fix miscompilation of testcase 20021010-1.c for v850 target with -O -mv850e.
* cse.c (fold_rtx): Don't perform associative optimization for DIV and
UDIV.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58026 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2ec22582d7a..8206b2d76e6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-10-10 Jim Wilson <wilson@redhat.com> + + * cse.c (fold_rtx): Don't perform associative optimization for DIV and + UDIV. + 2002-10-10 David Edelsohn <edelsohn@gnu.org> * config/rs6000/aix52.h: New file. |