OSDN Git Service

fortran/
[pf3gnuchains/gcc-fork.git] / gcc / timevar.c
index a1a1763..0927384 100644 (file)
@@ -293,7 +293,7 @@ timevar_push_1 (timevar_id_t timevar)
       unused_stack_instances = unused_stack_instances->next;
     }
   else
-    context = xmalloc (sizeof (struct timevar_stack_def));
+    context = XNEW (struct timevar_stack_def);
 
   /* Fill it in and put it on the stack.  */
   context->timevar = tv;