Re: [C++ Patch] PR 60211 (take 2)

2015-02-13 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 60211 (take 2)

2015-02-13 Thread Paolo Carlini
Hi, this a second take, fixing the problem the way preferred by Jason in the audit trail. Tested x86_64-linux. Thanks, Paolo. /cp 2015-02-13 Paolo Carlini PR c++/60211 * parser.c (cp_parser_pragma): Diagnose PRAGMA_IVDEP at pragma_external

[C++ Patch] PR 60211

2015-02-05 Thread Paolo Carlini
Hi, in this (mild) ICE on invalid 4.9/5 regression things go wrong in various ways when we try to use cp_parser_iteration_statement at top-level. I think the simplest thing to do is just returning early, then cp_parser_declaration will emit an appropriate diagnostic (the same produced when th