]> git.ipfire.org Git - thirdparty/gcc.git/commit
mips.c (function_arg): Where one part of a complex argument is in registers and the...
authorJoseph Myers <joseph@codesourcery.com>
Wed, 21 Jun 2006 10:36:53 +0000 (11:36 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 21 Jun 2006 10:36:53 +0000 (11:36 +0100)
commit0882b52ec44c2b61e81da585ab613808f5bf7dc8
tree766e7ce8c8e171b7d75ff576ea71e76bd233126f
parent0f57bf40b889941ee61338063068f50d73e8d86d
mips.c (function_arg): Where one part of a complex argument is in registers and the other part in the...

* config/mips/mips.c (function_arg): Where one part of a
complex argument is in registers and the other part in the stack,
return a REG not a PARALLEL.

testsuite:
* gcc.c-torture/execute/complex-7.c: New.

From-SVN: r114847
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/complex-7.c [new file with mode: 0644]