Minor patch to dwarf2out.c

Richard Kenner kenner@vlsi1.ultra.nyu.edu
Fri Oct 20 10:36:00 GMT 2000


Ada will now use one more possible tree code in bound values.

Fri Oct 20 13:33:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>

	* dwarf2out.c (add_bound_info): Also ignore COND_EXPR.

*** dwarf2out.c	2000/10/18 12:49:47	1.211
--- dwarf2out.c	2000/10/20 15:01:17
*************** add_bound_info (subrange_die, bound_attr
*** 8106,8109 ****
--- 8106,8110 ----
      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.  */


More information about the Gcc-patches mailing list