compiler error report

Steve Hill stevehi@hermes.soc.plym.ac.uk
Fri Nov 13 08:33:00 GMT 1998


hi,
 re yesterday's bug report (reproduced below)
the simple answer, of course, is that i'm an idiot who can't read the TNT
code, and didn't include all the right headers. 

However, shouldn't the compiler tell me i'm an idiot, rather than
generating an internal error??

hope this is of some use
steve


> Hi,
> the following code
> 
> ----
> // egcs-bug.cc
> 
> #include <tnt.h>
> 
> using namespace std;
> 	
> 	typedef TNT::Matrix<double> dm;
> 
> void main(void)
> {}
> 
> ---------------------------
> compiled using egcs-2.91.57 on an i686 running redhat5.1 using
> command
>  
> g++ -c -I /usr/local/include/tnt egcs-bug.cc
> 
> (tnt.h is the TNT maths libraries: http://math.nist.gov/tnt
>  and defines it's own namespace TNT)
> 
> generates
> 
> ../egcs-bug.cc:7: Internal compiler error 980711.
> ../egcs-bug.cc:7: Please submit a full bug report to 
> `egcs-bugs@cygnus.com'.   
> 
> hope this helps
> 
> steve hill
> centre for neural and adaptive systems
> school of computing
> university of plymouth
> 
> 
> 




More information about the Gcc-bugs mailing list