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/i386]: -mrtd vs system library declarations


Hi,

On 22 Jul 2003, Gabriel Dos Reis wrote:

> | >     extern string-literal { declaration-seq }
> | >     extern string-literal declaration
> |
> | In principle I agree with you; however, adding support for this
> | notation to the C front end would be tremendously more work than
> | adding some machine-specific #pragmas.
>
> I hear you, but I'm skeptical about the overall cost.

Well, usually you are vehemently against introducing language extensions
(for good reasons).
  extern "stdcall" bla();
would be one for C.  So you are inconsistent at least in your requests,
especially because the #pragma solution _does_ provide something inside
the language.


Ciao,
Michael.


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