diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2011-04-04 11:48:45 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2011-04-04 11:48:45 +0200 |
commit | 2aeaa366ad0dff200eb4c9b660b24a150f69f6a6 (patch) | |
tree | 51863edd0d6716e319687bc637e75b883594e88f | |
parent | 7d34a1b095758030fde2858f1ba8bea6a307f73c (diff) | |
download | gcc-2aeaa366ad0dff200eb4c9b660b24a150f69f6a6.zip gcc-2aeaa366ad0dff200eb4c9b660b24a150f69f6a6.tar.gz gcc-2aeaa366ad0dff200eb4c9b660b24a150f69f6a6.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1e689f8..75f791a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -14,7 +14,7 @@ 2011-04-04 Jakub Jelinek <jakub@redhat.com> - 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. |