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: Ping: RFA: Testsuite fixes (1/3): builtin_apply


On Sun, 25 Sep 2011, Joern Rennecke wrote:

> I am working with a toolchain that is frugal with stack usage at startup, so
> an attempt to read dozens more bytes than have been pushed causes unmapped
> memory references.
> 
> Fixed by adding an automatic variable that occupies sufficient space.

Shouldn't you fix STACK_ARGUMENTS_SIZE, conditional on the target in use?  
(In gcc.dg/builtin-apply2.c; the other test would need such a definition 
added.)

-- 
Joseph S. Myers
joseph@codesourcery.com


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