re PR target/17862 (internal compiler error: in sparc_asm_function_prologue)
authorEric Botcazou <ebotcazou@libertysurf.fr>
Thu, 7 Oct 2004 07:55:39 +0000 (09:55 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 7 Oct 2004 07:55:39 +0000 (07:55 +0000)
commit22d66adf5d3947f66386084992dc76ccb4b391d6
tree62fdad25d1a48f556e211503301ef2a5bc8cf14a
parent298321642abf4cd9023e6a2a7481835feef34d95
re PR target/17862 (internal compiler error: in sparc_asm_function_prologue)

PR target/17862
* config/sparc/sparc.c (sparc_output_mi_thunk): Set
current_function_uses_only_leaf_regs as well as sparc_leaf_function_p.

* config/sparc/sparc.c (sparc_gimplify_va_arg): Pass 'false' instead
of 0 as 4th argument to pass_by_reference.
Call build_va_arg_indirect_ref instead of build_fold_indirect_ref.

From-SVN: r88674
gcc/ChangeLog
gcc/config/sparc/sparc.c