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++/53398] feature request: option for overloaded methods order in vtable compatibility with msc


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).


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