]> gcc.gnu.org Git - gcc.git/commitdiff
* dwarf2out.c (add_bound_info): Also ignore COND_EXPR.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Fri, 20 Oct 2000 17:35:18 +0000 (17:35 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 20 Oct 2000 17:35:18 +0000 (13:35 -0400)
From-SVN: r36968

gcc/ChangeLog
gcc/dwarf2out.c

index 06f53bc0f3dd29bc83676c82607e0a30315112a8..207595eb229b95f79ee4aafb0a47102116c09a23 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 b362a1ec7d17a0674a58f38e9d7130342835aeda..689027f2ecd9564eb5427ce29556759afa6367d7 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;
This page took 0.083391 seconds and 5 git commands to generate.