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

[Bug c/52747] No warning from toolchain with nested function and --noexecstack


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52747

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> 2012-03-28 07:17:44 UTC ---
Only if you need to take the address of the function.  Calling a nested
function from within the containing function doesn't need a trampoline.


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