------- Comment #14 from sam at rfc1149 dot net 2007-10-28 14:42 ------- Rask,
is your patch supposed to help with testcase presented in comment #6? It looks
like I still get "f" waiting (as expected) for arguments in registers when I
use -mregparm=3 while the call through g still uses the stack:
main:
[...]
subl $8, %esp
movl $2, 4(%esp)
movl $1, (%esp)
call f
(GCC at SVN/trunk 129695 + your patch)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12081
