summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2009-10-13 22:04:28 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2009-10-13 22:04:28 +0000
commitbacadbd11dd7686aa85b3f8bdb9634bfc3e6663c (patch)
tree820b3d0e695dd9a981574da8c15dde1211a0b064 /gcc
parent01fe3b16a844650b7c04bcc9b616911885601dea (diff)
downloadgcc-bacadbd11dd7686aa85b3f8bdb9634bfc3e6663c.tar.gz
* dwarf2out.c (mem_loc_descriptor): Accept UNGT as well.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152733 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/dwarf2out.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a1108fca627..85660d7c5e9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-13 Eric Botcazou <ebotcazou@adacore.com>
+
+ * dwarf2out.c (mem_loc_descriptor): Accept UNGT as well.
+
2009-10-13 Richard Henderson <rth@redhat.com>
PR tree-optimization/41377
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index a8d0048e17f..1e47e7a1704 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -13381,6 +13381,7 @@ mem_loc_descriptor (rtx rtl, enum machine_mode mode,
case ORDERED:
case UNEQ:
case UNGE:
+ case UNGT:
case UNLE:
case UNLT:
case LTGT: