OSDN Git Service

2010-01-17 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Jan 2010 17:00:47 +0000 (17:00 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Jan 2010 17:00:47 +0000 (17:00 +0000)
commit3e992c41a7f4ddc3bfba7972cd967dadf6ad0b04
tree477137746dbd5d42ffd5c3297e597dd501ed2d46
parentbe2517f5d18146f44ff3d2912a28b524a99424c4
2010-01-17  Richard Guenther  <rguenther@suse.de>

PR middle-end/42248
* function.c (split_complex_args): Take a VEC to modify.
(assign_parms_augmented_arg_list): Build a VEC instead of
a chain of PARM_DECLs.
(assign_parms_unsplit_complex): Take a VEC of arguments.
Do not fixup unmodified parms.
(assign_parms): Deal with the VEC.
(gimplify_parameters): Likewise.

* gcc.c-torture/execute/pr42248.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155984 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/function.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr42248.c [new file with mode: 0644]