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]

Re: COM binary compatibility


On Tue, Mar 27, 2001 at 05:34:07PM -0500, Pierre Phaneuf wrote:
> 
> Feature request:
> 
> To have COM binary compatibility. As far as I know, this simply means a
> specific C++ vtable layout.
> 
> Ideally, this could be triggered either with a command-line switch, or
> with an attribute to the class (that would be inherited to children
> classes).

There is already an undocumented class attribute, called com_interface,
that changes the vtable layout and is automatically inherited by children.

However, it's my understanding that this is unneeded and redundant with
the new ABI, and will be removed for 3.0.


Phil

-- 
pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools.  Fools are protected by more capable fools.


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