On 05/06/2012 04:06 PM, Fabien Chêne wrote:
+      if (late_enum_values)
+          VEC_safe_push (tree, gc, late_enum_values, decl);

I would think you could walk the TYPE_VALUES list directly, rather than copy it into a temporary VEC.

Jason

Reply via email to