Re: bootstrap failure on arm

2006-11-14 Thread Rafael Espíndola
Compiling with --disable-bootstrap and using the resulting compiler to bootstrap gcc solved the problem. Rafael

Re: bootstrap failure on arm

2006-11-13 Thread Rafael Espíndola
reduced test case: -- typedef void (*personality_routine) ( void *); typedef struct { unsigned vfp[63]; } phase1_vrs; void __gnu_Unwind_RaiseException (unsigned * ucbp); void __gnu_Unwind_RaiseException (unsigned * uc

bootstrap failure on arm

2006-11-13 Thread Rafael Espíndola
Do we support bootstraping on ARM? I am trying to bootstrap inside a scratchbox and currently I am having the following error on trunk and the 4.2 branch: ../branch-4.2/configure --enable-checking --disable-threads