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] Add new warning -Wtrampolines


* Eric Botcazou wrote on Thu, May 06, 2010 at 09:24:46AM CEST:
> > This patch add new warning -Wtrampolines for making the compile to warn
> > when it generating trampoline in object that requires executable stack.

> As Andrew pointed out, the wording of the warning isn't correct for all 
> platforms (IA-64 for example) so it needs to be rephrased, e.g:

If it needs to be rephrased anyway, why not make it -Wexecutable-stack
instead?  Isn't it that the part that is interesting here?

Thanks,
Ralf


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