This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/54128] GCC does not bootstrap on little endian mips due to mis-compare on tree-data-ref.c


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]