This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/16446] Irix calling conventions for complex numbers
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Aug 2004 18:44:40 -0000
- Subject: [Bug target/16446] Irix calling conventions for complex numbers
- References: <20040709031204.16446.billingd@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-08-19 18:44 -------
Subject: Bug 16446
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: rsandifo@gcc.gnu.org 2004-08-19 18:44:33
Modified files:
gcc : ChangeLog
gcc/config/mips: mips.c
Log message:
PR target/16446
* config/mips/mips.c (struct mips_arg_info): Delete num_bytes.
(mips_arg_info): Update accordingly. Remove common treatment of fpr_p;
treat each ABI separately. Deal with n32/n64 complex float arguments.
(function_arg): Add associated complex handling here.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.4987&r2=2.4988
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips.c.diff?cvsroot=gcc&r1=1.448&r2=1.449
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16446