https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84229
--- Comment #9 from Jan Hubicka <hubicka at ucw dot cz> --- > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84229 > > --- Comment #8 from rguenther at suse dot de <rguenther at suse dot de> --- > On Mon, 26 Feb 2018, hubicka at gcc dot gnu.org wrote: > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84229 > > > > --- Comment #7 from Jan Hubicka <hubicka at gcc dot gnu.org> --- > > I am not sure it is really fixed. We no longer ICE, howeverw we need > > backporting to release branches and also I think we miss fortification > > whenever > > we fail to inline (that is with -Os). I have some patches to inline more of > > these fortify wrappers, but still not all of them. > > The fortify wrappers are all extern inline __attribute__((gnu_inline)). > The glibc ones, that is. Well, the bug did reproduce for me on firefox build where we did not early inline fortify wrapper for open and later we tried to be smart to clone it for common parameters. Honza