http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49540
--- Comment #5 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-06-27 15:28:31 UTC --- (In reply to comment #2) > Thus, in some way, the repeat count must come back. One possibility is to > handle the special case /<array_size>*<value>/, which is equivalent to a > scalar > initialization. I think that should cover the most common case. Vaguely related to the latter: PR 49278, which is about mixing (default) initialization of DT with DATA initialization.