OSDN Git Service

* function.c (put_var_into_stack): If old RTL was ADDRESSOF, update
[pf3gnuchains/gcc-fork.git] / boehm-gc / new_hblk.c
index d904aed..1aa2c7a 100644 (file)
@@ -247,6 +247,7 @@ int kind;
            ABORT("HBLK SZ inconsistency");
         }
 #   endif
+  if (GC_debugging_started) clear = TRUE;
 
   /* Allocate a new heap block */
     h = GC_allochblk(sz, kind, 0);