dwarf2out.c: loc_descriptor_from_tree -- handle COMPOUND_EXPR

Richard Kenner kenner@vlsi1.ultra.nyu.edu
Fri Nov 2 08:43:00 GMT 2001


Mon Nov 12 05:18:42 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>

	* dwarf2out.c (loc_descriptor_from_tree, case COMPOUND_EXPR): New case.

*** dwarf2out.c	2001/11/11 11:25:16	1.327
--- dwarf2out.c	2001/11/12 10:01:42
*************** loc_descriptor_from_tree (loc, addressp)
*** 7924,7927 ****
--- 7924,7930 ----
        break;
  
+     case COMPOUND_EXPR:
+       return loc_descriptor_from_tree (TREE_OPERAND (loc, 1), addressp);
+ 
      case NOP_EXPR:
      case CONVERT_EXPR:



More information about the Gcc-patches mailing list