This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/11716] [mips] branch out of range when building fold-const.c
- From: "rsandifo at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Aug 2003 11:44:13 -0000
- Subject: [Bug target/11716] [mips] branch out of range when building fold-const.c
- References: <20030729205128.11716.debian-gcc@lists.debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11716
------- Additional Comments From rsandifo at redhat dot com 2003-08-09 11:44 -------
Subject: Re: [mips] branch out of range when building fold-const.c
"agx at sigxcpu dot org" <gcc-bugzilla@gcc.gnu.org> writes:
> > In other words, the compiler itself is to run on mips-linux-gnu
> > rather than mips64-linux-gnu. Is that right?
> Yes.
>
> > I tried building an i686-pc-linux-gnu cross mips-linux-gnu compiler
> > from HEAD but couldn't reproduce the problem. The checkout I used
> > was updated yesterday.
> I don't have any problem on i386 either.
Just to confirm: you're saying that you don't see a problem if you
create a i386-x-mips-linux-gnu compiler and then use that compiler
to compile the fold-const.i file you posted?
Richard