Internal compiler error (on illegal code)

Corey Kosak kosak@cs.cmu.edu
Fri Jan 2 14:27:00 GMT 1998


% g++ -v
Reading specs from /usr2/aloco/lib/gcc-lib/alpha-dec-osf3.2/egcs-2.91.03/specs
gcc version egcs-2.91.03 971225 (gcc-2.8.0)


% cat b2.cc
template<bool B>
void f()
{
}

int main()
{
   f<bool>();
}


% g++ b2.cc
b2.cc: In function `int main()':
b2.cc:8: Internal compiler error 243.
b2.cc:8: Please submit a full bug report to `egcs-bugs@cygnus.com'.



More information about the Gcc-bugs mailing list