------- Comment #5 from rguenther at suse dot de  2010-07-01 09:54 -------
Subject: Re:  [4.6 Regression] bootstrap broken on ia64

On Thu, 1 Jul 2010, amylaar at gcc dot gnu dot org wrote:

> ------- Comment #4 from amylaar at gcc dot gnu dot org  2010-07-01 09:44 
> -------
> What is the target triple from config.guess?  I've tried cross compilers
> from i686-pc-linux-gnu to ia64-elf and ia64-linux-gnu
> (using ccc (GCC) 4.4.4 20100503 (Red Hat 4.4.4-2)), but I get lots
> of extra errors (and even more warnings).
> 
> ia64-elf:
> [amyl...@laria gcc]$ make ia64.o 2>&1 | grep -c error
> 128
> [amyl...@laria gcc]$ ^C
> [amyl...@laria gcc]$ make ia64.o 2>&1 | wc
>     414    3038   40231
> [amyl...@laria gcc]$ make ia64.o 2>&1 | grep -c error:
> 128
> ia64-linux-gnu:
> [amyl...@laria gcc]$ make ia64.o 2>&1|wc
>     414    3039   40258
> [amyl...@laria gcc]$ make ia64.o 2>&1|grep -c error:
> 128

I see the issue with the host compiler, so it might be a host
issue (using GCC 4.1).  The target triple is ia64-unknown-linux-gnu.

Richard.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44732

Reply via email to