Internal compiler error ...
Norbert Berzen
norbert@dune.gia.rwth-aachen.de
Fri Oct 1 01:23:00 GMT 1999
Hello wizards,
got the following error:
xxx.cc:19: Internal compiler error.
xxx.cc:19: Please submit a full bug report.
xxx.cc:19: See <URL: http://www.gnu.org/software/gcc/faq.html#bugreport > for instructions.
The bug report follows as:
--------------------------------------------------------------------------
o The GCC version:
gcc version 2.95.1 19990816 (release)
--------------------------------------------------------------------------
o The system type:
DEC OSF1 V3.2 41 alpha
--------------------------------------------------------------------------
o All options you passed to the compiler:
(The whole command line is): gcc xxx.cc
--------------------------------------------------------------------------
o Preprocessed output of the source file that caused the compiler error:
# 1 "xxx.cc"
template<class T>
struct Outer {
struct InnerBase;
struct InnerDeriv;
int member;
};
template<class T>
struct Outer<T>::InnerBase {
int something;
};
template<class T>
struct Outer<T>::InnerDeriv : Outer<T>::InnerBase {
int anything;
};
--------------------------------------------------------------------------
Greetings,
--
Norbert Berzen
More information about the Gcc-bugs
mailing list