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 target/31850] gcc.c-torture/compile/limits-fnargs.c is slow at compiling for spu-elf



------- Comment #7 from sje at gcc dot gnu dot org  2007-06-07 16:46 -------
Subject: Bug 31850

Author: sje
Date: Thu Jun  7 16:46:26 2007
New Revision: 125532

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125532
Log:
        PR target/31850
        * rtl.h (push_to_sequence2): New.
        * emit-rtl.c (push_to_sequence2): New.
        * function.c (assign_parm_data_all): Add new fields.
        (assign_parm_setup_block): Call push_to_sequence2 instead of 
        push_to_sequence.
        (assign_parm_setup_reg): Ditto.
        (assign_parm_setup_stack): Ditto.
        (assign_parms_unsplit_complex): Ditto.
        (assign_parms): Change field name.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/emit-rtl.c
    trunk/gcc/function.c
    trunk/gcc/rtl.h


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31850


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