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/48401] [4.7 Regression] ICE: RTL check: access of elt 4 of 'var_location' with last elt 2 in expand_gimple_basic_block, at cfgexpand.c:3585


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-04-04 09:48:48 UTC ---
Author: jakub
Date: Mon Apr  4 09:48:45 2011
New Revision: 171930

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171930
Log:
    PR debug/48401
    * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
    Use PAT_VAR_LOCATION_LOC instead of INSN_VAR_LOCATION_LOC.

Modified:
    trunk/gcc/ChangeLog


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