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]

Re: c++/5749: Internal compiler error


Synopsis: Internal compiler error

State-Changed-From-To: open->feedback
State-Changed-By: rodrigc
State-Changed-When: Thu Feb 21 20:39:02 2002
State-Changed-Why:
    With gcc 3.0.4, the compiler does not crash, but there
    is an error in your code:
    
    cpp_ptr.cpp: In function `int main()':
    cpp_ptr.cpp:14: assuming pointer to member `void ZClass::draw1()'
    cpp_ptr.cpp:14: (a pointer to member can only be formed with `&ZClass::draw1')
    
    Can you fix your code?

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5749


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