bug report compiling gcc 3.2

Menno Schaap menno.schaap@planet.nl
Mon Aug 19 06:53:00 GMT 2002


Hello,

I am sorry to post here, but gnats is not working out for me, I will
find out later why...

I was compiling gcc-3.2 on my slackware-8.1 system, Hardware i586 (AMD
k6-2), linux kernel v2.4.19, 128MB Ram


This is my first bug report so correct me if it is wrong.



==From "what we need"==

* ./xgcc --version: (xgcc is the temporary compiler needed for building
gcc-3.2)
	xgcc (GCC) 3.2

* The system type is i586

* Configure / Build options:

./configure --prefix=/usr/local \
              --enable-shared \
              --with-gnu-ld \
              --enable-threads \
              --program-suffix=-3.2 \
              --verbose \
              --target=${TARGET} \
              --host=${TARGET}

make BOOT_CFLAGS='-O2 -march=i386 -mcpu=i586' STAGE1_CFLAGS='-O2
-march=i386 -mcpu=i586' CFLAGS='-O2 -march=i386 -mcpu=i586'
CXXFLAGS='-O2 -march=i386 -mcpu=i586' LIBCFLAGS='-O2 -g -march=i386
-mcpu=i586' LIBCXXFLAGS='-O2 -g -march=i386 -mcpu=i586
-fno-implicit-templates' GCJFLAGS='-O2 -march=i386 -mcpu=i586' bootstrap

* Commandline (given by make,during the build of gcc-3.2):

./xgcc -B./ -B/usr/local/i386-slackware-linux/bin/ -isystem
/usr/local/i386-slackware-linux/include -isystem
/usr/local/i386-slackware-linux/sys-include -O2  -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.2/gcc
-I../../gcc-3.2/gcc/. -I../../gcc-3.2/gcc/config
-I../../gcc-3.2/gcc/../include  -DL_ffsdi2 -c
../../gcc-3.2/gcc/libgcc2.c -o libgcc/./_ffsdi2.o -save-temps

* Compiler output:
../../gcc-3.2/gcc/libgcc2.c: In function `__ffsdi2':
../../gcc-3.2/gcc/libgcc2.c:349: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.

* The preprocessed file:
libgcc2.i is attached


Please tell me if this bug report is helpful. Of course I am willing to
give more information, or write the report differently.

All the best,
Menno Schaap




More information about the Gcc-bugs mailing list