Re: [GD-General] Two issues: __attribute__((cdecl)) and MSVC++ Toolkit 2003
Brought to you by:
vexxed72
From: Brian H. <ho...@bo...> - 2004-07-08 02:53:29
|
Here it is enumerated. The prefix form of __attribute__((cdecl)): gcc 2.95, Linux/x86 -- YES gcc 3.3.4, Linux/A64 -- NO gcc 3.3, OS X/PowerPC -- NO gcc 3.3.1, Cygwin/x86 -- YES No rhyme nor reason, other than possibly needing to be a pure x86 code generator, but this is a front-end thing, not a back-end thing, so I dunno what's going on. Brian |