This is the mail archive of the gcc-patches@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]

Re: [patch] fix PR 27948


> 2006-06-09 Eric Christopher <echristo@apple.com>
>	* gcc.dg/bf-no-ms-layout.c: Enable for i?86-darwin.
>	* gcc.dg/bf-ms-layout.c: Ditto. Use attribute instead of
>	command line option.


We still need to test the command line option, don't we?  That is what
mingw/cygwin/interix users rely on. The bf-ms-attrib.c test was supposed
to test that the attibute did the same thing as the command line. 

Also, this should be guarded so that it compiles with native compiler,
for validation
+ #ifdef __GNUC__
#define ATTR __attribute__ ((ms_struct))
+ #endif


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