Re: [C++ Patch] PR 18126
OK. Jason
[C++ Patch] PR 18126
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