error at new2.cc compiling time

JC Loredo-Osti josti@mscs.dal.ca
Thu Apr 16 10:51:00 GMT 1998


Hi people,

with the latest snapshoot on Linux-2.0.33(glibc2.0.6)
 the xgcc compiler yielded by the first stage one
fails to compile new2.cc with exceptions enables. The error message is: 
 
 
./xgcc -B./ -O2   -DIN_GCC    -W -Wall -O2 -g -O2 -I./include  -fPIC -g1
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions
-I. -I.././../gcc -I.././../gcc/config \
  -c .././../gcc/cp/new2.cc -DL_op_vnew -o opvnew.o
.././../gcc/cp/new2.cc:37: Internal compiler error 374.
.././../gcc/cp/new2.cc:37: Please submit a full bug report to
`egcs-bugs@cygnus.com'.
 
the ofendig line is:
 
#ifdef L_op_vdel
WEAK (void operator delete[] (void *ptr) throw ())   //new2.cc:37
{
  if (ptr)
    free (ptr);
}
#endif
 
 
The system is: Linux-slackware; kernel-2.0.33; glibc-2.0.6
 
The config.status is
 
# This directory was configured as follows:
./../configure --host=i586-pc-linux-gnu --enable-shared
--enable-threads=posix --norecursion 
# using "mh-frag" and "mt-frag"
 
xgcc -v
Using builtin specs.
gcc version egcs-2.91.23 980404 (gcc2 ss-980401 experimental)
 
{The source comes in egcs-980411.tar.gz}
 
 
 
-j


***********************************************************
JC Loredo-Osti
Dep't Maths, Stats, & CS. 
Chase Bldg.
Dalhousie University
Halifax, NS     B3H 3J5
Phone:  (902) 423-3315 (Home)

    "Contra el optimismo no hay vacunas." --Mario Benedetti.




More information about the Gcc mailing list