re PR target/18896 (addressing split complex parm)
authorAlan Modra <amodra@bigpond.net.au>
Thu, 23 Dec 2004 00:10:45 +0000 (00:10 +0000)
committerAlan Modra <amodra@gcc.gnu.org>
Thu, 23 Dec 2004 00:10:45 +0000 (10:40 +1030)
commit6ccd356e0da3245e1743988cb7faaf20b0b97013
treef9983e1173a0178659ea2dcac186bfcb84c41f44
parent44075220296e2fe935eaf9e868229f90ab051e67
re PR target/18896 (addressing split complex parm)

PR target/18896
* function.c (split_complex_args): Set DECL_ARTIFICIAL and DECL_IGNORED_P
for real and imaginary parts if the parm is addressable.
(assign_parms_unsplit_complex): If parm addressable, save real
and imaginary parts to a stack temp.  Pass assign_parm_data_all.
(assign_parms): Adjust assign_parms_unsplit_complex call.

From-SVN: r92519
gcc/ChangeLog
gcc/function.c