------- Additional Comments From lars dot sonchocky-helldorf at hamburg dot de 2004-12-18 05:38 ------- please note (I might not have stated this clearly enough in comment #4):
the bootstrap doesn't fail if: '-fomit-frame-pointer' is omitted (by specifying BOOT_CFLAGS="-O2 -g" instead of BOOT_CFLAGS="- O2 -g -fomit-frame-pointer" (which is the default and doesn't need to be specified) or if: '-save-temps' is specified (for instance: BOOT_CFLAGS="-O2 -g -fomit-frame-pointer -save-temps" works) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18972