From: Jakub Jelinek Date: Mon, 4 Apr 2011 09:48:45 +0000 (+0200) Subject: re PR debug/48401 (ICE: RTL check: access of elt 4 of 'var_location' with last elt... X-Git-Tag: releases/gcc-4.7.0~7773 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2aeaa366ad0dff200eb4c9b660b24a150f69f6a6;p=thirdparty%2Fgcc.git re PR debug/48401 (ICE: RTL check: access of elt 4 of 'var_location' with last elt 2 in expand_gimple_basic_block, at cfgexpand.c:3585) PR debug/48401 * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment. Use PAT_VAR_LOCATION_LOC instead of INSN_VAR_LOCATION_LOC. From-SVN: r171930 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1e689f8575d3..75f791a7152c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -14,7 +14,7 @@ 2011-04-04 Jakub Jelinek - PR debug/48404 + PR debug/48401 * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment. Use PAT_VAR_LOCATION_LOC instead of INSN_VAR_LOCATION_LOC.