On Dec 28, 2002, Matthias Klose <[EMAIL PROTECTED]> wrote: > - latest try to build from CVS 20020907
> /tmp/ccs4dU7E.s: Assembler messages: > /tmp/ccs4dU7E.s:28502: Error: Branch out of range > [...] > /tmp/ccs4dU7E.s:33314: Error: Branch out of range This is a bug in the bootstrap compiler. There's nothing GCC 3.3 can do about it. The bug is won't occur if you use GCC 3.3 as the bootstrap compiler, since it's already fixed. You can build it without bootstrapping and then use that for a bootstrap, or build stage1 with optimization (STAGE1_CFLAGS='-O -g'), or use a CVS version of binutils that supports branch relaxation in the assembler and enable that by adding -Wa,--relax-branch to STAGE1_CFLAGS. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer [EMAIL PROTECTED], gcc.gnu.org} CS PhD student at IC-Unicamp [EMAIL PROTECTED], gnu.org} Free Software Evangelist Professional serial bug killer