diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2011-08-05 09:17:13 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2011-08-05 09:17:13 -0700 |
commit | 6fe818aa72b3d739ece3470abc2954f07c288d9c (patch) | |
tree | c660eba372e6a76b3b593ed5556770aa90b3b975 | |
parent | 7ac1744204d8d70400d72b23548144735a52debd (diff) | |
download | gcc-6fe818aa72b3d739ece3470abc2954f07c288d9c.zip gcc-6fe818aa72b3d739ece3470abc2954f07c288d9c.tar.gz gcc-6fe818aa72b3d739ece3470abc2954f07c288d9c.tar.bz2 |
re PR rtl-optimization/49977 (CFI notes are missed for delayed slot)
PR rtl-opt/49977
* dwarf2cfi.c (scan_insn_after): Split out of ...
(scan_trace): ... here. Correctly place notes wrt sequences.
From-SVN: r177465
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 74f634a..5281336 100644 --- 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> |