This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11893] stdcall pointers to member-functions handled wrong
- From: "boaz at hishome dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Aug 2003 13:17:36 -0000
- Subject: [Bug c++/11893] stdcall pointers to member-functions handled wrong
- References: <20030812111410.11893.boaz@hishome.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11893
boaz at hishome dot net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|DUPLICATE |
------- Additional Comments From boaz at hishome dot net 2003-08-12 13:17 -------
Not true. It is not at all the same bug and this one has no work around. !!!!
I have seen bug #4507. As you can see this bug exposes a situation where an
__stdcall__ implementation is called by a none __stdcall__ pointer hence causing
a SEGFAULT. the Error is not in the code generation of the __stdcall member
function, that one is implemented correctly. The bug is in not able to define an
__stdcall pointer to a function-member and in allowing an assignment of
__stdcall __ function to a none __stdcall__ pointer. Please return the bug. Note
that it is marked "critical" since it breaks (with no way to work a round it)
use of COM technology on Linux. (Wine project)