This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Bug in c++ 2.95.1
- To: gcc-bugs at gcc dot gnu dot org, bug-gcc at gnu dot org
- Subject: Bug in c++ 2.95.1
- From: Marko Veelma <cougar at data dot ee>
- Date: Tue, 28 Sep 1999 09:15:41 +0200 (EE )
- Faxlogo: data.tray
GCC version 2.95.1
Linux found 2.0.38 #1 Tue Sep 7 23:03:24 EET DST 1999 i586 unknown
c++ -c -g -O2 -I/usr/local/MesaGL/include -I/home/cougar/MindsEye/src/include/plib -I../ -DHAVE_CONFIG_H -fno-implicit-templates s_nurbscurve.cpp
s_nurbscurve.cpp: In method `class G3DNurbsCurve & G3DNurbsCurve::operator =(const PlNurbsCurvef &)':
s_nurbscurve.cpp:352: Internal compiler error.
s_nurbscurve.cpp:352: Please submit a full bug report.
s_nurbscurve.cpp:352: See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
With verbose log and save-temps:
c++ -v --save-temps -c -g -O2 -I/usr/local/MesaGL/include -I/home/cougar/MindsEye/src/include/plib -I../ -DHAVE_CONFIG_H -fno-implicit-templates s_nurbscurve.cpp
Reading specs from /usr/local/lib/gcc-lib/i586-pc-linux-gnulibc1/2.95.1/specs gcc version 2.95.1 19990816 (release)
/usr/local/lib/gcc-lib/i586-pc-linux-gnulibc1/2.95.1/cpp -lang-c++ -v -I/usr/local/MesaGL/include -I/home/cougar/MindsEye/src/include/plib -I../ -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=95 -D__cplusplus -D__ELF__ -Dunix -D__i386__ -Dlinux -D__ELF__ -D__unix__ -D__i386__ -D__linux__ -D__unix -D__linux -Asystem(posix) -D__EXCEPTIONS -D__OPTIMIZE__ -g -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -Di586 -Dpentium -D__i586 -D__i586__ -D__pentium -D__pentium__ -DHAVE_CONFIG_H s_nurbscurve.cpp s_nurbscurve.ii
GNU CPP version 2.95.1 19990816 (release) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
/usr/local/MesaGL/include
/home/cougar/MindsEye/src/include/plib
..
/usr/local/qt/include
/usr/local/lib/gcc-lib/i586-pc-linux-gnulibc1/2.95.1/../../../../include/g++-3
/usr/local/include
/usr/local/lib/gcc-lib/i586-pc-linux-gnulibc1/2.95.1/../../../../i586-pc-linux-gnulibc1/include
/usr/local/lib/gcc-lib/i586-pc-linux-gnulibc1/2.95.1/include
/usr/include
End of search list.
The following default directories have been omitted from the search path:
End of omitted list.
/usr/local/lib/gcc-lib/i586-pc-linux-gnulibc1/2.95.1/cc1plus s_nurbscurve.ii -quiet -dumpbase s_nurbscurve.cc -g -O2 -version -fno-implicit-templates -o s_nurbscurve.s
GNU C++ version 2.95.1 19990816 (release) (i586-pc-linux-gnulibc1) compiled by GNU C version 2.8.1.
s_nurbscurve.cpp: In method `class G3DNurbsCurve & G3DNurbsCurve::operator =(const PlNurbsCurvef &)':
s_nurbscurve.cpp:352: Internal compiler error.
s_nurbscurve.cpp:352: Please submit a full bug report.
s_nurbscurve.cpp:352: See <URL:http://www.gnu.org/software/gcc/faq.html#bugrepor
No such problem with c++ 2.8.1. It reports such errors instead of:
In file included from
/home/cougar/MindsEye/src/include/plib/nurbs_global.hh:29,
from /home/cougar/MindsEye/src/include/plib/matrixRT.hh:28,
from /home/cougar/MindsEye/src/include/plib/nurbs.hh:28,
from s_nurbscurve.h:34,
from s_nurbscurve.cpp:33:
/home/cougar/MindsEye/src/include/plib/matrix_global.hh:38: iostream: No such file or directory
In file included from /home/cougar/MindsEye/src/include/plib/nurbs_global.hh:29,
from /home/cougar/MindsEye/src/include/plib/matrixRT.hh:28,
from /home/cougar/MindsEye/src/include/plib/nurbs.hh:28,
from s_nurbscurve.h:34,
from s_nurbscurve.cpp:33:
/home/cougar/MindsEye/src/include/plib/matrix_global.hh:40: strstream: No such file or directory
/home/cougar/MindsEye/src/include/plib/matrix_global.hh:41: iomanip: No such file or directory
/home/cougar/MindsEye/src/include/plib/matrix_global.hh:42: fstream: No such file or directory
[----]
Maybe it helps..
---
Cougar
===== ___ = Marko Veelma, Director of Network Operations
==== / / / ___ ____ _/_ == Data Telecom Ltd. / EUnet Estonia
=== /--- / / / / /___/ / === Suur-Karja 13, 10140 Tallinn, ESTONIA
== /___ /___/ / / /___ /_ ==== Tel. +372 6 266 299; Fax. +372 6 266 262
= ===== Marko.Veelma@EUnet.ee http://www.EUnet.ee/
s_nurbscurve.ii.bz2