This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] pragma for __attribute__ ((__ms_struct__))
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: echristo at apple dot com (Eric Christopher)
- Cc: pinskia at physics dot uc dot edu (Andrew Pinski), gcc-patches at gcc dot gnu dot org (gcc-patches at gcc dot gnu dot org Patches), tjw at omnigroup dot com (Timothy J. Wood)
- Date: Fri, 28 Apr 2006 13:46:02 -0400 (EDT)
- Subject: Re: [patch] pragma for __attribute__ ((__ms_struct__))
>
>
> On Apr 28, 2006, at 8:05 AM, Timothy J. Wood wrote:
>
> Let me be more specific, there's no MS ObjC compiler and therefore
> nothing to attempt to be compatible with.
Does that even matter? We are talking about GCC support in general.
So if someone tries to use Distant Objects with the structs, it will
just fail silently. Maybe make @encode warn about structs which
don't have the normal ABI is better, I don't know.
-- Pinski