This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/53398] feature request: option for overloaded methods order in vtable compatibility with msc
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 20 May 2012 19:14:09 +0000
- Subject: [Bug c++/53398] feature request: option for overloaded methods order in vtable compatibility with msc
- Auto-submitted: auto-generated
- References: <bug-53398-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53398
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-05-20 19:14:09 UTC ---
This is defined by the ABI. I think if we provide an option for this, we are
going to have people abuse this.
Also I think the C++ ABIs between MS and GCC not compatible at all since they
use different mangling. MS does not follow the cross target/compiler ABI (IA64
C++ ABI).