ICE in gcc-2.95.2 and CVS 20000720 (i386-linux)

Matthias Klose doko@cs.tu-berlin.de
Sun Jul 23 06:30:00 GMT 2000


[please cc 65687@bugs.debian.org on replies]

template<class A>
template<class B>
void f(B b)
{
}
 
int main()
{
  f(1);
}

$ g++ bug-65687.cc
bug-65687.cc: In function `int main()':
bug-65687.cc:9: Internal compiler error.
bug-65687.cc:9: Please submit a full bug report.
bug-65687.cc:9: See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.


More information about the Gcc-bugs mailing list