This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/42248] [4.5 Regression] compat test struct-by-value-17 fails execution with -O1 -fschedule-insns



------- 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  <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.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]