This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-4.1-20050709: ICE in loop_givs_rescan, at loop.c:5517
- From: Falk Hueffner <falk at debian dot org>
- To: Dan Kegel <dank at kegel dot com>
- Cc: GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Sun, 10 Jul 2005 15:02:17 +0200
- Subject: Re: gcc-4.1-20050709: ICE in loop_givs_rescan, at loop.c:5517
- References: <42D0ADD8.5030407@kegel.com>
Dan Kegel <dank@kegel.com> 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