From 7a4fa2a11409c1ee75e543791f8e21ace9a0829e Mon Sep 17 00:00:00 2001 From: wilson Date: Thu, 10 Oct 2002 19:40:34 +0000 Subject: 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 --- gcc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/ChangeLog') 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 + + * cse.c (fold_rtx): Don't perform associative optimization for DIV and + UDIV. + 2002-10-10 David Edelsohn * config/rs6000/aix52.h: New file. -- cgit v1.2.1