bug-gplusplus
[Top][All Lists]
Advanced

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

Internal Compiler Error: non member pointer after ->*


From: Philippe A. Bouchard
Subject: Internal Compiler Error: non member pointer after ->*
Date: Wed, 07 Mar 2001 14:41:48 -0500

Here is one:

class QObject
{
};


int main()
{
    QObject * o;
    int m;

    (o->*m)();
}

connectextension2_error.cpp: In function `int main()':
connectextension2_error.cpp:11: Internal compiler error.
connectextension2_error.cpp:11: Please submit a full bug report.
connectextension2_error.cpp:11: See
<URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

gcc version 2.95.3 20010101 (prerelease)

--
Philippe A. Bouchard
Corel Linux



-- 
The address in the headers is not the poster's real email address.  Do not send
private mail to the poster using your mailer's "reply" feature.  CC's of mail 
to mailing lists are OK.  Problem reports to "address@hidden".  
The poster's email address is "address@hidden".

Boundless power to create. Anytime. Anywhere. Share Corel's vision.!
Visit http://www.corel.com/draw10.




reply via email to

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