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/47283] [4.6 regression] ICE in refs_may_alias_p_1, at tree-ssa-alias.c


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

--- Comment #17 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-02-28 15:47:20 UTC ---
Author: jakub
Date: Mon Feb 28 15:47:18 2011
New Revision: 170566

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170566
Log:
    PR debug/47283
    * cfgexpand.c (convert_debug_memory_address): Add AS parameter.
    Use target address_mode and pointer_mode hooks instead of hardcoded
    Pmode and ptr_mode.  Handle some simple cases of extending if
    POINTERS_EXTEND_UNSIGNED < 0.
    (expand_debug_expr) <case MEM_REF, INDIRECT_REF, TARGET_MEM_REF>:
    Call convert_debug_memory_address.
    (expand_debug_expr) <case ADDR_EXPR>: Pass as to
    convert_debug_memory_address.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cfgexpand.c


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