This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/35655] [m68hc11] Segmentation fault when compiling libgcc2.c
- From: "aran at 100acres dot us" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Oct 2008 20:24:01 -0000
- Subject: [Bug target/35655] [m68hc11] Segmentation fault when compiling libgcc2.c
- References: <bug-35655-14137@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from aran at 100acres dot us 2008-10-12 20:24 -------
I got the same error at a different point.
/home/aran/projects/gcc/current/build/./gcc/xgcc
-B/home/aran/projects/gcc/current/build/./gcc/
-B/usr/local/opt/gcc-4.4/i386-unknown-netbsdelf4.99.72/bin/
-B/usr/local/opt/gcc-4.4/i386-unknown-netbsdelf4.99.72/lib/ -isystem
/usr/local/opt/gcc-4.4/i386-unknown-netbsdelf4.99.72/include -isystem
/usr/local/opt/gcc-4.4/i386-unknown-netbsdelf4.99.72/sys-include -g -O2 -O2 -g
-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wcast-qual -Wold-style-definition -isystem ./include
-fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I.
-I../.././gcc -I../../../netbsd/libgcc -I../../../netbsd/libgcc/.
-I../../../netbsd/libgcc/../gcc -I../../../netbsd/libgcc/../include
-DHAVE_CC_TLS -o _powisf2.o -MT _powisf2.o -MD -MP -MF _powisf2.dep -DL_powisf2
-c ../../../netbsd/libgcc/../gcc/libgcc2.c \
-fvisibility=hidden -DHIDE_EXPORTS
../../../netbsd/libgcc/../gcc/libgcc2.c: In function '__powisf2':
../../../netbsd/libgcc/../gcc/libgcc2.c:1743: internal compiler error:
Segmentation fault
Using: gcc -v
Using built-in specs.
Target: i386-unknown-netbsdelf4.99.72
Configured with: ../netbsd/configure --prefix=/usr/local/opt/gcc-4.4
--enable-threads --enable-tls --with-cpu=prescott --disable-nls
--with-mpfr-lib=/usr/local/lib --with-gmp-lib=/usr/local/lib
--enable-languages=c,ada,c++,fortran,java
Thread model: posix
gcc version 4.4.0 20081002 (experimental) (GCC)
--
aran at 100acres dot us changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aran at 100acres dot us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35655