Internal compiler error 9 ....

Charles Galambos ees1cg@ee.surrey.ac.uk
Wed Jan 14 03:48:00 GMT 1998


Hi,

The following code snippet causes g++ to produce an internal compiler error:

---------------------------------------------------------------

template <class DataC>
class ListC
{
  friend ListC<DataC> & Sort <DataC> (ListC<DataC> & list);
};

---------------------------------------------------------------

Error:
  snip.cc:7: Internal compiler error 9.
  snip.cc:7: Please submit a full bug report to `egcs-bugs@cygnus.com'.

g++ -v, gives:
  Reading specs from /usr/local/lib/gcc-lib/alpha-unknown-linux-gnu/egcs-2.90.2
3/specs
  gcc version egcs-2.90.23 980102 (egcs-1.0.1 release)

The compiler is running on a  alpha linux system with RedHat 5.0.

Cheers,

Charles Galambos.

C.Galambos@ee.surrey.ac.uk








More information about the Gcc-bugs mailing list