On 06/04/2014 02:08 PM, Paolo Carlini wrote:
/* An array of character type can be initialized from a - brace-enclosed string constant. - - FIXME: this code is duplicated from reshape_init. Probably - we should just call reshape_init here? */
It strikes me as odd that we get here before we strip the parens. What if we moved the paren code up out of store_init_value to check_initializer before the call to maybe_deduce_size_from_array_init?
Jason