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]

c/625: cc1 caused a segmentation fault



>Number:         625
>Category:       c
>Synopsis:       cc1 caused a segmentation fault
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Mon Oct 09 08:56:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Tom W
>Release:        2.96 20000731
>Organization:
>Environment:
i586 redhat 6.2
128 Mb ram
P200
>Description:
I was attempting fo build a cross compiler using 2.96 20000731 with 2.96 20000731 source for:
i586-pc-linux-gnu to mips64r3000-elfl


configure --target=mips64-r3000-elfl --program-suffix=mips64-r3000-elfl --with-gnu-as --with-gnu-ld

Here is the command line and the error:

cd java; make "AR_FLAGS_FOR_TARGET=" "AR_CREATE_FOR_TARGET=armips64-r3000-elfl  rc" "AR_EXTRACT_FOR_TARGET=armips64-r3000-elfl  x" "AR_FOR_TARGET=armips64-r3000-elfl" "BISON=bison" "BISONFLAGS=" "CFLAGS=-g -O2" "CLIB=" "GCC_FOR_TARGET=/home/guest2/mips64/gcc/xgcc -B/home/guest2/mips64/gcc/ -B/home/guest2/mips64/mips64-r3000-elfl/newlib/ -isystem /home/guest2/mips64/mips64-r3000-elfl/newlib/targ-include -isystem /home/guest2/gcc-2.96-20000731/newlib/libc/include -B/usr/local/mips64-r3000-elfl/bin/ -B/usr/local/mips64-r3000-elfl/lib/ -isystem /usr/local/mips64-r3000-elfl/include" "LDFLAGS=" "LEX=flex" "LEXFLAGS=" "LN=ln" "LN_S=ln -s" "MAKEINFO=/home/guest2/mips64/texinfo/makeinfo/makeinfo " "MAKEINFOFLAGS=" "RANLIB_FOR_TARGET=ranlibmips64-r3000-elfl" "RANLIB_TEST_FOR_TARGET=[ -f ranlibmips64-r3000-elfl ] || ( [ "i586-pc-linux-gnu" = "mips64-r3000-elfl" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" "SHELL=/bin/sh" "STAGE_PREFIX=" "exeext=" "build_exeext=" "objext=.o" "exec_pre!
fix=/usr/local" "prefix=/usr/local" "local_prefix=/usr/local" "gxx_include_dir=/usr/local/lib/gcc-lib/mips64-r3000-elfl/2.96/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-3" "tooldir=/usr/local/mips64-r3000-elfl" "gcc_tooldir=/usr/local/lib/gcc-lib/mips64-r3000-elfl/2.96/../../../../mips64-r3000-elfl" "bindir=/usr/local/bin" "libsubdir=/usr/local/lib/gcc-lib/mips64-r3000-elfl/2.96" "datadir=/usr/local/share" "distdir=../tmp/\$(subdir)" "localedir=/usr/local/share/locale" "CC=`echo gcc | sed -e 's|^ *[^ /][^ /]*/|%&|' -e 's| -B| -B%|g' -e 's|% *[^- /]|%&|g' -e 's|%% *|../|g' -e 's|%||g'`" "CFLAGS=`echo -g -O2|sed -e 's/-pedantic//g' -e 's/-Wtraditional//g'`" "JAVA_FOR_BUILD=" "JAVAFLAGS=" "JAVA_FOR_TARGET=" ../jc1
make[2]: Entering directory `/home/guest2/mips64/gcc/java'
gcc -c  -DIN_GCC    -g -O2  -W -Wall    -I. -I.. -I/home/guest2/gcc-2.96-20000731/gcc/java -I/home/guest2/gcc-2.96-20000731/gcc/java/.. -I/home/guest2/gcc-2.96-20000731/gcc/java/../config -I/home/guest2/gcc-2.96-20000731/gcc/java/../../include /home/guest2/gcc-2.96-20000731/gcc/java/parse.c
gcc: Internal error: Segmentation fault (program cc1) 

>How-To-Repeat:

>Fix:
none
>Release-Note:
>Audit-Trail:
>Unformatted:

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