https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99447

--- Comment #25 from Jan Hubicka <hubicka at ucw dot cz> ---
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99447
> 
> --- Comment #23 from Jan Hubicka <hubicka at ucw dot cz> ---
> > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99447
> > 
> > --- Comment #21 from Matthias Klose <doko at debian dot org> ---
> > building with trunk 20210330 using these parameters didn't succeed:
> > 
> > make[1]: Entering directory '/packages/tmp/guymager-0.8.12'
> > g++ -c -pipe -g -O2 -ffile-prefix-map=/packages/tmp/guymager-0.8.12=.
> > -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat
                ^^^ this is interesting differnce, I will give it a try.
                It did not occured to me you are using fat lto objects
                (which is not very good idea in general since
                nm/ranlib/ar gets confused by it)
Honza
> > -Werror=format-security --param ggc-min-expand=0 ggc-min-heapsize=0
>                                                    ^^^ missing --param here
> (which may be my mistake in earlier comment, sorry for htat)
> 
> Honza
> 
> -- 
> You are receiving this mail because:
> You are the assignee for the bug.
> You are on the CC list for the bug.

Reply via email to