This is the mail archive of the gcc@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]

segment fault on GCC 3.5


.ith preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [expr.o] Error 1
make[2]: Leaving directory `/home/sherlock/cvs/o/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/home/sherlock/cvs/o/gcc'
make: *** [bootstrap] Error 2

sherlock@bobby-junior ~/cvs/o
$ make bootstrap
make[1]: Entering directory `/home/sherlock/cvs/o/libiberty'
make[2]: Entering directory `/home/sherlock/cvs/o/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/sherlock/cvs/o/libiberty/testsuite'
make[1]: Leaving directory `/home/sherlock/cvs/o/libiberty'
make[1]: Entering directory `/home/sherlock/cvs/o/intl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/sherlock/cvs/o/intl'
Bootstrapping the compiler
make[1]: Entering directory `/home/sherlock/cvs/o/gcc'
make CC=" stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/"
CC_FOR_BUI
LD=" stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/" \
         STAGE_PREFIX=stage1/ \
         ADAFLAGS="" CFLAGS="-O2" LDFLAGS=""
WARN_CFLAGS="\$(GCC_WARN_CFLAGS)" S
TRICT_WARN="-pedantic -Wno-long-long -Wold-style-definition -Werror"
libdir=/usr
/local/lib LANGUAGES="c gcov.exe gcov-dump.exe c++ f77 objc"
MAKEINFO="makeinfo
--split-size=5000000" MAKEINFOFLAGS="--no-split" MAKEOVERRIDES=
OUTPUT_OPTION="-
o \$@" \
         CFLAGS="-O2" WERROR="-Werror"
make[2]: Entering directory `/home/sherlock/cvs/o/gcc'
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2
-DIN_GCC   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-pedantic -Wno-
long-long -Wold-style-definition -Werror -fno-common   -DHAVE_CONFIG_H
-I. -I
. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include
../../gcc/gcc/ex
pr.c -o expr.o
../../gcc/gcc/expr.c: In function `expand_expr_real':
../../gcc/gcc/expr.c:6241: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [expr.o] Error 1
make[2]: Leaving directory `/home/sherlock/cvs/o/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/home/sherlock/cvs/o/gcc'
make: *** [bootstrap] Error 2

sherlock@bobby-junior ~/cvs/o
$



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