diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2008-01-22 22:29:04 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2008-01-22 22:29:04 +0000 |
commit | 9399effb27c501e5881f02c7de9ae0c61300b601 (patch) | |
tree | 8d1f4e390f076ae9634ece5f07bf6aa37c63710a /gcc/ChangeLog | |
parent | 2ae691e46445023e4ff6986d307ebdf05f1fa345 (diff) | |
download | gcc-9399effb27c501e5881f02c7de9ae0c61300b601.tar.gz |
re PR rtl-optimization/34628 (problems with inlining on ARM)
PR rtl-optimization/34628
* combine.c (try_combine): Stop and undo after the first combination
if an autoincrement side-effect on the first insn has effectively
been lost.
From-SVN: r131745
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1c3d9d110e7..860e8f5ace9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2008-01-22 Eric Botcazou <ebotcazou@adacore.com> + + PR rtl-optimization/34628 + * combine.c (try_combine): Stop and undo after the first combination + if an autoincrement side-effect on the first insn has effectively + been lost. + 2008-01-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> Backport: |