https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68927
Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jvdelisle at gcc dot gnu.org --- Comment #4 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- -fdump-tree-original : integer(kind=4) stat.4; if (p.data == 0B) { stat.4 = 1; } else { __builtin_free (p.data); stat.4 = 0; } We are not testing for "was it previously allocated". It seems that maybe the frontend should check target to see if it is so.