aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Sandiford <richard@codesourcery.com>2006-07-17 15:31:12 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2006-07-17 15:31:12 +0000
commit2763a67eff553784e396cb651ef6929a6e14b0a9 (patch)
treea71c2c5cb75f6a5f78a826569ea10fb95b94af4b /gcc/ChangeLog
parentf8bdb931a97bcd90dd47cfcd3b4fbabf1872a84f (diff)
downloadgcc-2763a67eff553784e396cb651ef6929a6e14b0a9.zip
gcc-2763a67eff553784e396cb651ef6929a6e14b0a9.tar.gz
gcc-2763a67eff553784e396cb651ef6929a6e14b0a9.tar.bz2
re PR middle-end/28403 (Missed argument pop after doubleword shift)
gcc/ PR middle-end/28403 * optabs.c (expand_doubleword_shift): Wrap the call to do_compare_rtx_and_jump with NO_DEFER_POP and OK_DEFER_POP. gcc/testsuite/ PR middle-end/28403 * gcc.c-torture/execute/pr28403.c: New test. From-SVN: r115525
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e9dba8e..7a7b79f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,11 @@
2006-07-17 Richard Sandiford <richard@codesourcery.com>
+ PR middle-end/28403
+ * optabs.c (expand_doubleword_shift): Wrap the call to
+ do_compare_rtx_and_jump with NO_DEFER_POP and OK_DEFER_POP.
+
+2006-07-17 Richard Sandiford <richard@codesourcery.com>
+
PR middle-end/28402
* optabs.c (expand_binop): Pass next_methods rather than methods
to expand_doubleword_shift.