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 debug/48163] [4.7 Regression]: ICEs for cris-elf, like gcc.c-torture/compile/calls.c gcc.c-torture/execute/complex-1.c


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-17 20:34:00 UTC ---
Author: jakub
Date: Thu Mar 17 20:33:54 2011
New Revision: 171113

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171113
Log:
    PR debug/48163
    * function.c (assign_parms): For data.passed_pointer parms
    use MEM of data.entry_parm instead of data.entry_parm itself
    as DECL_INCOMING_RTL.
    * dwarf2out.c (rtl_for_decl_location): Use DECL_INCOMING_RTL
    also when passed and declared mode is the same, DECL_RTL
    is a MEM with pseudo as address and DECL_INCOMING_RTL is
    a MEM too.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dwarf2out.c
    trunk/gcc/function.c


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