[Bug c++/84767] [6/7/8 Regression] ICE with pointer to VLA
msebor at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Mar 9 00:33:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84767
--- Comment #2 from Martin Sebor <msebor at gcc dot gnu.org> ---
At the point the "Local declaration from a different function" error is issued
in verify_expr(t) where t is PARAM_DECL for the argument to A's ctor, context
is: <function_decl 0x7fffefc31000 __ct ...> while cfun->decl is <function_decl
0x7fffefc31200 __ct_base ...>.
More information about the Gcc-bugs
mailing list