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