projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ac1744
)
re PR rtl-optimization/49977 (CFI notes are missed for delayed slot)
author
Richard Henderson
<rth@gcc.gnu.org>
Fri, 5 Aug 2011 16:17:13 +0000
(09:17 -0700)
committer
Richard Henderson
<rth@gcc.gnu.org>
Fri, 5 Aug 2011 16:17:13 +0000
(09:17 -0700)
PR rtl-opt/49977
* dwarf2cfi.c (scan_insn_after): Split out of ...
(scan_trace): ... here. Correctly place notes wrt sequences.
From-SVN: r177465
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 74f634a444d81c0c909d89503fe9c7409a6e33d5..5281336897d661f5c7757824d53a25002d82236e 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,9
@@
+2011-08-05 Richard Henderson <rth@redhat.com>
+
+ PR rtl-opt/49977
+ * dwarf2cfi.c (scan_insn_after): Split out of ...
+ (scan_trace): ... here. Correctly place notes wrt sequences.
+
2011-08-05 Kaz Kojima <kkojima@gcc.gnu.org>
Richard Henderson <rth@redhat.com>