This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
internal compiler error
- To: gcc-bugs at gcc dot gnu dot org
- Subject: internal compiler error
- From: mikes at nilenet dot com
- Date: Mon, 27 Mar 2000 21:56:01 -0700
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.