Re: [C++ Patch] PR 61857

2014-09-23 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 61857

2014-09-23 Thread Paolo Carlini
Hi, in this C++14 rejects valid issue, we reject the testcase with "‘x’ was not declared in this scope", because in cp_parser_initializer_list we tentatively try to parse what follows the '[' as a cp_parser_constant_expression. As far as I can see, we can easily solve the issue with the appro