Internal compiler error 9

Philippe Lavoie lavoie@zeus.genie.uottawa.ca
Thu Apr 2 02:13:00 GMT 1998


Hi,

I got this

In file included from ../include/image.H:30,
                 from image.C:26:
../include/matrix.H:85: Internal compiler error 9.
../include/matrix.H:85: Please submit a full bug report to `egcs-bugs@cygnus.com'.


The offending line is

  friend Matrix<T> comm<T>(const Matrix<T>& a, 
			  const Matrix<T>& b);


While I have your attention... The stupid line above can't be
compiled. I tried

  friend Matrix<T> comm<>(const Matrix<T>& a, 
			  const Matrix<T>& b);

  friend Matrix<T> comm(const Matrix<T>& a, 
			  const Matrix<T>& b);

and they all fail (the last with only a warning).

Sucks.

Phil



More information about the Gcc-bugs mailing list