https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91002
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|tree-optimization |c++ Depends on| |16994 Summary|ICE in make_ssa_name_fn, at |ICE in make_ssa_name_fn, at |tree-ssanames.c:271 |tree-ssanames.c:271 with | |VLA type in | |reinterpret_cast --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- char(*)[foo()] is a VLA type which is a GCC extension. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16994 [Bug 16994] [meta-bug] VLA and C++