This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
GCC bug report
- To: gcc-bugs at gcc dot gnu dot org
- Subject: GCC bug report
- From: Szeredi Tamas <tszeredi at inf dot bme dot hu>
- Date: 15 Jul 2000 15:37:41 +0200
// bug report:
// no #includes
// gcc version 2.95.2 19991024 (release)
// using MS-DOS 6.22, Rhide 1.4
template <typename T, int sz>
inline int array_size((T[sz]) &e) // internal compiler error in this line
{
return sz;
}
int main()
{
}
// I'm sending this file to gcc-bugs@gcc.gnu.org
// my mail address is tszeredi@inf.bme.hu
// please send an acknowlegdement of receiving