http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51738
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason at gcc dot gnu.org
--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-01-03
00:18:20 UTC ---
Uhm, is it simply that cp_parser_postfix_open_square_expression doesn't handle:
postfix-expression [ braced-init-list ]
or I'm misreading the C++11 grammar vs our parser?