Re: profiledbootstrap insn-attrtab.c compile taking forever

2005-07-17 Thread R Hill
R Hill wrote: Richard Guenther wrote: On 7/14/05, Richard Guenther <[EMAIL PROTECTED]> wrote: As subject says - on x86_64 it takes a whopping 30 minutes to compile said with -fprofile-generate! It's caused by -frename-registers enabled by -funroll-loops. Compiling with -O2 -fno-unroll-loops

Re: profiledbootstrap insn-attrtab.c compile taking forever

2005-07-16 Thread R Hill
Richard Guenther wrote: On 7/14/05, Richard Guenther <[EMAIL PROTECTED]> wrote: As subject says - on x86_64 it takes a whopping 30 minutes to compile said with -fprofile-generate! It's caused by -frename-registers enabled by -funroll-loops. Compiling with -O2 -fno-unroll-loops -fprofile-gener

Re: profiledbootstrap insn-attrtab.c compile taking forever

2005-07-14 Thread Richard Guenther
On 7/14/05, Richard Guenther <[EMAIL PROTECTED]> wrote: > > As subject says - on x86_64 it takes a whopping 30 minutes to > compile said with -fprofile-generate! It's caused by -frename-registers enabled by -funroll-loops. Compiling with -O2 -fno-unroll-loops -fprofile-generate compared to -O2 -

profiledbootstrap insn-attrtab.c compile taking forever

2005-07-14 Thread Richard Guenther
As subject says - on x86_64 it takes a whopping 30 minutes to compile said with -fprofile-generate! And of course profiledbootstrap later fails with stage1/xgcc -Bstage1/ -B/usr/local/x86_64-unknown-linux-gnu/bin/ -c -g -O2 -fprofile-use -freorder-blocks-and-partition -DIN_GCC -W -Wall -Ww