[Bug c++/23730] [4.0/4.1 Regression] ICE instead of reporting a call to a non-existent member function
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Sep 11 15:55:00 GMT 2005
------- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-11 15:55 -------
Even shorter testcase:
===================
struct A;
void foo(A& a)
{
a();
}
===================
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Keywords| |monitored
Summary|[4.0/4.1 Regression] ICE |[4.0/4.1 Regression] ICE
|instead of reporting a call |instead of reporting a call
|to a non existant member |to a non-existent member
|function |function
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23730
More information about the Gcc-bugs
mailing list