http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58984

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Well, there is if (*size_p) which should have been if (size_p) obviously,
redoing bootstrap now with that fix.

Reply via email to