On 05/26/2011 08:30 PM, Paolo Carlini wrote:
...also, not returning error_mark_node unconditionally, means a better diagnostic, without redundant "array bound is not an integer constant before...".Just noticed that outside a template, we do indeed emit the additional "array bound is not an integer constant before..." message. If we want it, I have just to return error_mark_node unconditionally. Just let me know.
Paolo.