[Bug target/18896] addressing split complex parm

2004-12-22 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18896

[Bug target/18896] addressing split complex parm

2004-12-22 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2004-12-23 00:33 --- Fixed mainline. gcc-3.4 not affected by this particular problem. -- What|Removed |Added

[Bug target/18896] addressing split complex parm

2004-12-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-23 00:11 --- Subject: Bug 18896 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-12-23 00:10:50 Modified files: gcc: ChangeLog function.c Log message:

[Bug target/18896] addressing split complex parm

2004-12-10 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2004-12-10 14:14 --- http://gcc.gnu.org/ml/gcc-patches/2004-12/msg00682.html -- What|Removed |Added K

[Bug target/18896] addressing split complex parm

2004-12-08 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2004-12-09 06:58 --- I think the correct solution is to explicitly *clear* TREE_ADDRESSABLE in split_complex_args and set DECL_ARTIFICIAL so that the two pieces get allocated to pseudo registers. Then unsplit_complex needs to noti

[Bug target/18896] addressing split complex parm

2004-12-08 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2004-12-09 05:51 --- Fixing assign_parms_unsplit_complex -- What|Removed |Added AssignedTo|unassigned a

[Bug target/18896] addressing split complex parm

2004-12-08 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2004-12-09 01:48 --- Created an attachment (id=7709) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7709&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18896