https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70273
Richard Henderson <rth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |rth at gcc dot gnu.org --- Comment #8 from Richard Henderson <rth at gcc dot gnu.org> --- (In reply to Richard Biener from comment #2) > Looks like FE constructor cloning "breaks" this by not having the new flag > set before gimplification. During review you were concerned about placing decls on the local_decl list before BIND_EXPR lowering. This ICE implies that the FE is putting decls on that list even before gimplification?