sparc.c (function_arg_partial_nregs): Return 0 for all complex modes whose size is...
authorEric Botcazou <ebotcazou@libertysurf.fr>
Sun, 2 Nov 2003 08:27:23 +0000 (09:27 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 2 Nov 2003 08:27:23 +0000 (08:27 +0000)
commit0a9e65f99932bf26e1b6fe2cab23f939eeba37bc
tree0a4c104db7dd99dad262566d59e7aff0eaaf2bfb
parentf25b19304b2f2978a7c6a4f33d1c19c29ae5c897
sparc.c (function_arg_partial_nregs): Return 0 for all complex modes whose size is lesser or equal to a word.

* config/sparc/sparc.c (function_arg_partial_nregs) [TARGET_ARCH64]:
Return 0 for all complex modes whose size is lesser or equal to
a word.  Add a ??? comment for the condition used with 16-byte
aligned modes.

From-SVN: r73194
gcc/ChangeLog
gcc/config/sparc/sparc.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/complex-1.c [new file with mode: 0644]