Re: [C++ Patch] PR 18126

2013-05-17 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 18126

2013-05-16 Thread Paolo Carlini
Hi, in this old issue Joseph pointed out that the C++ parser doesn't accept the GNU Extension 'sizeof compound-literal' and provided indications about the way to approach it. Indeed, I found very easy to use in cp_parser_sizeof_operand the same approach adopted in cp_parser_cast_expression (m