diff options
author | Richard Earnshaw <rearnsha@gcc.gnu.org> | 2006-05-31 13:41:08 +0000 |
---|---|---|
committer | Richard Earnshaw <rearnsha@gcc.gnu.org> | 2006-05-31 13:41:08 +0000 |
commit | 4fe56d83258aa08ae48a595cf040cb66b42b0431 (patch) | |
tree | 2c69a0bff66891c2fcb13071a6023703d17a2433 | |
parent | beed32b8faa92edd6808cfa4e6f999f683429610 (diff) | |
download | gcc-4fe56d83258aa08ae48a595cf040cb66b42b0431.zip gcc-4fe56d83258aa08ae48a595cf040cb66b42b0431.tar.gz gcc-4fe56d83258aa08ae48a595cf040cb66b42b0431.tar.bz2 |
re PR target/27829 (ICE/abort in shift_op, at config/arm/arm.c:7917 with asm from testsuite/gcc.dg/pr21255-2-mb.c)
PR target/27829
* arm.c (arm_print_operand case 'S'): Validate that the operand is
a shift operand before calling shift_op. Avoid redundant call of
shift_op.
From-SVN: r114265
-rw-r--r-- | gcc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 170bfa5..6119633 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2006-05-31 Richard Earnshaw <richard.earnshaw@arm.com> + PR target/27829 * arm.c (arm_print_operand case 'S'): Validate that the operand is a shift operand before calling shift_op. Avoid redundant call of shift_op. |