Re: [PATCH] Fix PR c++/21113

2014-04-04 Thread Jason Merrill
Applied, thanks. Jason

[PATCH] Fix PR c++/21113

2014-04-03 Thread Patrick Palka
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