Re: [PATCH] Fix PR c++/21113
Applied, thanks. Jason
[PATCH] Fix PR c++/21113
Hi, This patch fixes c++/21113 which reports that the C++ frontend does not forbid jumps into the scope of identifiers with variably-modified types. The patch simply augments decl_jump_unsafe() to disallow jumping into blocks that initialize variably-modified decls. I bootstrapped and regtested