This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/27067] Compile errors with multiple inheritance where the stdcall attribute is applied to virtual functions.
- From: "mark at codesourcery dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 May 2007 19:11:50 -0000
- Subject: [Bug target/27067] Compile errors with multiple inheritance where the stdcall attribute is applied to virtual functions.
- References: <bug-27067-12491@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #13 from mark at codesourcery dot com 2007-05-08 20:11 -------
Subject: Re: Compile errors with multiple inheritance where
the stdcall attribute is applied to virtual functions.
rridge at csclub dot uwaterloo dot ca wrote:
> ------- Comment #11 from rridge at csclub dot uwaterloo dot ca 2007-05-08 12:25 -------
> MSC includes the calling convention as part of its C++ name mangling. Would
> this bug be easier to solve if the calling convention was also included as part
> of the C++ name mangling in GCC, instead of done afterwards? If so, it might
> be worth this small ABI breaking change in some future release of MinGW.
I think that would be fine, from a C++ perspective.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27067