projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d34a1b
)
re PR debug/48401 (ICE: RTL check: access of elt 4 of 'var_location' with last elt...
author
Jakub Jelinek
<jakub@gcc.gnu.org>
Mon, 4 Apr 2011 09:48:45 +0000
(11:48 +0200)
committer
Jakub 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
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 1e689f8575d3f1c798a341880bd4b12b968ddb1a..75f791a7152cf6bc96a11a99823e6b56a7de2c2c 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-14,7
+14,7
@@
2011-04-04 Jakub Jelinek <jakub@redhat.com>
- PR debug/4840
4
+ PR debug/4840
1
* cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
Use PAT_VAR_LOCATION_LOC instead of INSN_VAR_LOCATION_LOC.