This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/54128] GCC does not bootstrap on little endian mips due to mis-compare on tree-data-ref.c
- From: "sje at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 31 Jul 2012 15:26:56 +0000
- Subject: [Bug bootstrap/54128] GCC does not bootstrap on little endian mips due to mis-compare on tree-data-ref.c
- Auto-submitted: auto-generated
- References: <bug-54128-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54128
--- Comment #4 from Steve Ellcey <sje at gcc dot gnu.org> 2012-07-31 15:26:56 UTC ---
I configured with:
--disable-libssp --disable-libgomp --disable-libmudflap --disable-fixed-point
--disable-decimal-float --with-arch=mips32r2 --with-synci --with-llsc
--with-mips-plt --enable-languages=c,c++
on a little endian debian system, I did not specify the target but it defaulted
to mipsel-unknown-linux-gnu.