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++/11893] stdcall pointers to member-functions handled wrong


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)


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