Dan Kegel <[EMAIL PROTECTED]> writes: > Likewise, compiling that version of gcc for alpha > dies while building the linux kernel, but for a different reason: > > {standard input}:496: Error: macro requires $at register while noat in effect > make[1]: *** [arch/alpha/kernel/core_cia.o] Error 1
This doesn't really sound like a gcc bug, rather like an invalid asm, or bad options passed to as. But it's impossible to tell without a test case. -- Falk