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
jos...@codesourcery.com

Reply via email to