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 #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-17 20:35:02 UTC ---
Author: jakub
Date: Thu Mar 17 20:34:59 2011
New Revision: 171114

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171114
Log:
    PR debug/48163
    * var-tracking.c (prepare_call_arguments): If CALL target
    is a non-SYMBOL_REF CONSTANT_P, just add that into the list as
    pc instead of looking it up using cselib_lookup and use
    Pmode for it if x has VOIDmode.
    * dwarf2out.c (gen_subprogram_die): If also both first and
    second CONCAT arguments are VOIDmode, use mode of CONCAT itself.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dwarf2out.c
    trunk/gcc/var-tracking.c


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