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]

Re: compiler error report


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
> 
> 
> 



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