------- Comment #16 from rguenth at gcc dot gnu dot org 2010-01-17 17:00 ------- Subject: Bug 42248
Author: rguenth Date: Sun Jan 17 17:00:47 2010 New Revision: 155984 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155984 Log: 2010-01-17 Richard Guenther <rguent...@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. Added: trunk/gcc/testsuite/gcc.c-torture/execute/pr42248.c Modified: trunk/gcc/ChangeLog trunk/gcc/function.c trunk/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42248