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]
Other format: [Raw text]

[Bug c++/23730] [4.0/4.1 Regression] ICE instead of reporting a call to a non-existent member function


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


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