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]

internal compiler error in 2.95.1


Greetings.

I was trying to build MindsEye ( found at http://mindseye.luna.net/download.html )
with gcc 2.95.1 on a Redhat 6.0 system.

The preprocessed output should be attached below.  If you need more information, please don't hesitate to 
ask.

Thanks.

___

[schon@pc-linux]$ c++ -v --save-temps  -c -g -O2 -I/mips/arch/overflow/schon/newtars/nurbs/MindsEye/src/include/plib 
-I../ s_nurbscurve.cpp
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.95.1/specs
gcc version 2.95.1 19990816/Linux (release)
 /usr/lib/gcc-lib/i386-redhat-linux/2.95.1/cpp -lang-c++ -v 
-I/mips/arch/overflow/schon/newtars/nurbs/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__ s_nurbscurve.cpp 
s_nurbscurve.ii
GNU CPP version 2.95.1 19990816/Linux (release) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 /mips/arch/overflow/schon/newtars/nurbs/MindsEye/src/include/plib
 ..
 /usr/lib/gcc-lib/i386-redhat-linux/2.95.1/../../../../include/g++-3
 /usr/local/include
 /usr/lib/gcc-lib/i386-redhat-linux/2.95.1/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
 /usr/lib/gcc-lib/i386-redhat-linux/2.95.1/../../../../i386-redhat-linux/include
End of omitted list.
 /usr/lib/gcc-lib/i386-redhat-linux/2.95.1/cc1plus s_nurbscurve.ii -quiet -dumpbase s_nurbscurve.cc -g -O2 -version -o 
s_nurbscurve.s
GNU C++ version 2.95.1 19990816/Linux (release) (i386-redhat-linux) compiled by GNU C version 2.95.1 19990816/Linux 
(release).
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.


s_nurbscurve.ii.bz2


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