public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* error at new2.cc compiling time
@ 1998-04-16 10:51 JC Loredo-Osti
  0 siblings, 0 replies; only message in thread
From: JC Loredo-Osti @ 1998-04-16 10:51 UTC (permalink / raw)
  To: egcs, egcs-bugs

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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-04-16 10:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-04-16 10:51 error at new2.cc compiling time JC Loredo-Osti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).