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]

internal compiler error


gcc version: 2.95.2
i686-linux  slackware 7.0
$ g++ tester.cpp -o tester

file `tester.cpp':
//-----
template<class T> class blah{};
blah<char>::blah(){}
int main(){}
//-----

output:
tester.cpp:2: Internal compiler error.
tester.cpp:2: Please submit a full bug report.
tester.cpp:2: See
<URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
instructions.



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