https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85218
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |WONTFIX --- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> --- CFG: Released 0 names, 0.00%, removed 0 holes main () { int c[1]; int b[1]; int D.1904; int _3; <bb 2> : b[0] = 0; <bb 3> : _3 = 1; b ={v} {CLOBBER}; <bb 4> : <L4>: return _3; } so there's no body due to folding.