> Following recent discussions of variable_size, this patch stops the C
> front end from using the global pending_sizes list, instead using the
> existing grokdeclarator support for tracking size expressions in the
> one case where pending sizes were still needed.  c_variable_size is
> replaced by a call to save_expr.

Thanks for doing this.

> It way well be possible after this patch to eliminate the pending_sizes list
> and associated functions and the dont_save_pending_sizes_p field, but I
> don't plan to work on that. 

The corresponding patch has been written and tested on top of yours.  The next 
step will be to clean up things related to global_bindings_p.

-- 
Eric Botcazou

Reply via email to