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 > -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