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/41500] [4.4 Regression] ARM: 4.4 compiler segfault when compiling gcc



------- Comment #10 from laurent at guerby dot net  2009-10-01 19:37 -------
Starting with

$ /tmp/gcc-4.4.1-install/bin/gcc -v
Using built-in specs.
Target: armv5tel-unknown-linux-gnueabi
Configured with: /home/mikpe/gcc-4.4.1/configure
--prefix=/tmp/gcc-4.4.1-install --with-arch=armv5te --with-tune=xscale
--disable-nls --disable-shared --disable-libmudflap --enable-threads=posix
--enable-checking=release --enable-languages=c,ada
Thread model: posix
gcc version 4.4.1 (GCC) 

I successfully bootstraped gcc-4.4.1:

../gcc-4.4.1/configure --prefix=/n/55/guerby/install-4.4.1 --enable-languages=c
-enable-__cxa_atexit --disable-nls --enable-threads=posix
--with-mpfr=/opt/cfarm/mpfr-2.4.1/ --disable-multilib --disable-libmudflap &&
nohup make

And with this new 4.4.1 installed in PATH, a new compilation of 4.4.1:

../gcc-4.4.1/configure --prefix=/n/55/guerby/install-4.4.1-bis
--enable-languages=c -enable-__cxa_atexit --disable-nls --enable-threads=posix
--with-mpfr=/opt/cfarm/mpfr-2.4.1/ --disable-multilib --disable-libmudflap &&
nohup make >& b.log &

is in stage3 so likely to succeed.

I use binutils GNU ld (GNU Binutils) 2.19.51.20090423 (from CVS at the time,
just after relax patches went in).


-- 


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


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