[C++ Patch] PR 32080

2012-05-24 Thread Paolo Carlini
Hi, the issue here is that we don't diagnose jumps into the try of a function-try-block. The reason is quite simple: from cp_parser_function_try_block we call cp_parser_ctor_initializer_opt_and_function_body which calls cp_parser_function_body, which always passes false to

Re: [C++ Patch] PR 32080

2012-05-24 Thread Jason Merrill
OK. Jason