This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ia64 linux doesn't bootstrap
On Sat, Oct 19, 2002 at 09:26:22PM +0200, Andreas Schwab wrote:
> Janis Johnson <janis187@us.ibm.com> writes:
>
> |> On Fri, Oct 18, 2002 at 03:23:39PM +0200, Andreas Schwab wrote:
> |> > Aldy Hernandez <aldyh@redhat.com> writes:
> |> >
> |> > |> While building stage2.
> |> > |>
> |> > |> In file included from /home/aldyh/source/gcc/gcc/c-decl.c:6888:
> |> > |> gt-c-decl.h:338: internal compiler error: Bus error
> |> > |> Please submit a full bug report,
> |> > |>
> |> > |> Just curious if anyone had seen this, or had a fix for it. I guess I
> |> > |> should pull out gdb now...
> |> >
> |> > Bootstrap/regtesting just finished here.
> |> >
> |> > http://gcc.gnu.org/ml/gcc-testresults/2002-10/msg00594.html
> |> >
> |> > But there are a large number of new failures.
> |>
> |> Most of your failures are for the new g++.dg/compat tests, which pass
> |> for me on ia64-unknown-linux-gnu, Red Hat Linux release 7.2 (Enigma).
> |> Can you tell why these tests are failing to execute on your system?
>
> It's testsuite bug, I don't have "." in $PATH. I'm checking this in as
> obvious.
>
> 2002-10-19 Andreas Schwab <schwab@suse.de>
>
> * lib/compat.exp (compat-run): Prepend "./" when $dest has no
> directory component.
Thanks for looking into this.
Janis