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/669: gcc-2.95.2 Fails to Compile (stage 2) on RedHat 7.0 system



>Number:         669
>Category:       other
>Synopsis:       gcc-2.95.2 Fails to Compile (stage 2) on RedHat 7.0 system
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Oct 21 14:26:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Richard Ruth
>Release:        gcc-2.95.2
>Organization:
>Environment:
Intel PIII, Red Hat Linux 7.0
>Description:
gcc-2.95.2 (and 2.95.1) fails to compile.  make bootstrap
fails during stage 2.  I tried  'make bootstrap' after 
setting CC=kgcc  and  CC=gcc.
(RH 7.0 kgcc is based on egcs-1.1.2  gcc based on gcc-2.96)

End of output from make bootstrap:

test x"no" != xyes || \
  /tmp/gcc/gcc-obj/gcc/xgcc -B/tmp/gcc/gcc-obj/gcc/ -B/usr/local/pgcc/i686-pc-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I../../../gcc-2.95.2/libio -nostdinc++ -D_IO_MTSAFE_IO  ../../../gcc-2.95.2/libio/fstream.cc -o pic/fstream.o
/tmp/gcc/gcc-obj/gcc/xgcc -B/tmp/gcc/gcc-obj/gcc/ -B/usr/local/pgcc/i686-pc-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I../../../gcc-2.95.2/libio -nostdinc++ -D_IO_MTSAFE_IO ../../../gcc-2.95.2/libio/fstream.cc
test x"no" != xyes || \
  /tmp/gcc/gcc-obj/gcc/xgcc -B/tmp/gcc/gcc-obj/gcc/ -B/usr/local/pgcc/i686-pc-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I../../../gcc-2.95.2/libio -nostdinc++ -D_IO_MTSAFE_IO  ../../../gcc-2.95.2/libio/indstream.cc -o pic/indstream.o
/tmp/gcc/gcc-obj/gcc/xgcc -B/tmp/gcc/gcc-obj/gcc/ -B/usr/local/pgcc/i686-pc-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I../../../gcc-2.95.2/libio -nostdinc++ -D_IO_MTSAFE_IO ../../../gcc-2.95.2/libio/indstream.cc
../../../gcc-2.95.2/libio/indstream.cc: In method `struct streampos indirectbuf::seekoff(long long int, ios::seek_dir, int = 3)':
../../../gcc-2.95.2/libio/indstream.cc:82: `struct streampos' used where a `int' was expected
../../../gcc-2.95.2/libio/indstream.cc:85: `struct streampos' used where a `int' was expected
../../../gcc-2.95.2/libio/indstream.cc:87: `struct streampos' used where a `int' was expected
../../../gcc-2.95.2/libio/indstream.cc:89: conversion from `int' to non-scalar type `streampos' requested
../../../gcc-2.95.2/libio/indstream.cc: In method `struct streampos indirectbuf::seekpos(_G_fpos64_t, int = 3)':
../../../gcc-2.95.2/libio/indstream.cc:99: `struct streampos' used where a `int' was expected
../../../gcc-2.95.2/libio/indstream.cc:102: `struct streampos' used where a `int' was expected
../../../gcc-2.95.2/libio/indstream.cc:104: `struct streampos' used where a `int' was expected
../../../gcc-2.95.2/libio/indstream.cc:106: conversion from `int' to non-scalar type `streampos' requested
make[2]: *** [indstream.o] Error 1
make[2]: Leaving directory `/tmp/gcc/gcc-obj/i686-pc-linux-gnu/libio'
make[1]: *** [all-target-libio] Error 2
make[1]: Leaving directory `/tmp/gcc/gcc-obj'
make: *** [bootstrap] Error 2
>How-To-Repeat:
Try to compile gcc-2.95.2 on a Red Hat 7.0 system.
>Fix:
Unknown.
>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]