re PR debug/48401 (ICE: RTL check: access of elt 4 of 'var_location' with last elt...
authorJakub Jelinek <jakub@gcc.gnu.org>
Mon, 4 Apr 2011 09:48:45 +0000 (11:48 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 4 Apr 2011 09:48:45 +0000 (11:48 +0200)
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

index 1e689f8575d3f1c798a341880bd4b12b968ddb1a..75f791a7152cf6bc96a11a99823e6b56a7de2c2c 100644 (file)
@@ -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.