aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>2000-12-12 13:23:33 -0800
committerJim Wilson <wilson@gcc.gnu.org>2000-12-12 13:23:33 -0800
commit4d4182e92ffd299917c868fd88b530a43a1a4ea0 (patch)
treeb15d2f45d24786ce729675226f800d2313db04b5
parent734508eae57528457d34df6762c38ded3843bfa5 (diff)
downloadgcc-4d4182e92ffd299917c868fd88b530a43a1a4ea0.zip
gcc-4d4182e92ffd299917c868fd88b530a43a1a4ea0.tar.gz
gcc-4d4182e92ffd299917c868fd88b530a43a1a4ea0.tar.bz2
Fix for ia64-linux miscompilation of glibc nan tests.
* rtlanal.c (may_trap_p): Check operand modes of LE, LT, GE, and GT. From-SVN: r38210
-rw-r--r--gcc/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6e178bf..ea0ea44 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2000-12-12 Jim Wilson <wilson@redhat.com>
+
+ * rtlanal.c (may_trap_p): Check operand modes of LE, LT, GE, and GT.
+
2000-12-12 Alexandre Oliva <aoliva@redhat.com>
* configure.in: Simplify language enabling/disabling code.