This is the mail archive of the gcc@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: pragma warnings


On Tue, Jul 13, 1999 at 09:36:44AM -0400, Jody Hagins wrote:
> Not that I can find on egcs...  which is what caused the original question.
> However, on two different compilers we use, I can accomplish this with
> 
> 
> #pragma comment(exe, "string")
> 
> or
> 
> #pragma ident "string"

Your pardon?  Gcc supports pragma ident.  At least on targets
that define ASM_OUTPUT_IDENT.


r~


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