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]

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


[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.

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