From: Jim Wilson Date: Tue, 12 Dec 2000 21:23:33 +0000 (-0800) Subject: Fix for ia64-linux miscompilation of glibc nan tests. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4d4182e92ffd299917c868fd88b530a43a1a4ea0;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6e178bf0a86..ea0ea44219e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-12-12 Jim Wilson + + * rtlanal.c (may_trap_p): Check operand modes of LE, LT, GE, and GT. + 2000-12-12 Alexandre Oliva * configure.in: Simplify language enabling/disabling code.