From 2aeaa366ad0dff200eb4c9b660b24a150f69f6a6 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Mon, 4 Apr 2011 11:48:45 +0200 Subject: [PATCH] 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 --- gcc/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1e689f8575d..75f791a7152 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. -- 2.30.2