OSDN Git Service

* dwarf2out.c (add_bound_info): Also ignore COND_EXPR.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Oct 2000 17:35:18 +0000 (17:35 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Oct 2000 17:35:18 +0000 (17:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36968 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/dwarf2out.c

index 06f53bc..207595e 100644 (file)
@@ -1,5 +1,7 @@
 Fri Oct 20 13:33:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
+       * dwarf2out.c (add_bound_info): Also ignore COND_EXPR.
+
        * combine.c (struct undo): Change int to unsigned int.
        (do_SUBST_INT): Args are unsigned int.
        (make_extraction, force_to_mode): Use proper type when forming mask.
index b362a1e..689027f 100644 (file)
@@ -8105,6 +8105,7 @@ add_bound_info (subrange_die, bound_attr, bound)
     case MAX_EXPR:
     case VAR_DECL:
     case COMPONENT_REF:
+    case COND_EXPR:
       /* ??? These types of bounds can be created by the Ada front end,
         and it isn't clear how to emit debug info for them.  */
       break;