bug-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Internal Compiler Error


From: Philippe A. Bouchard
Subject: Internal Compiler Error
Date: Tue, 06 Mar 2001 17:28:10 -0500

I've already sent this report to another bug reporting tool, but never had any response. Anyway, here it goes:

#include <typeinfo>

void foo()
{
}

void foo(int)
{
}

int main()
{
 typeid(typeof(foo));
}
 

functionpointer.cpp: In function `const class type_info & __tf?()':
functionpointer.cpp:14: Internal compiler error 252.
functionpointer.cpp:14: Please submit a full bug report.
functionpointer.cpp:14: See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

gcc version 2.95.3 20010101 (prerelease)

-- 
Philippe A. Bouchard
Corel Linux
 
reply via email to

[Prev in Thread] Current Thread [Next in Thread]