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
This commit is contained in:
Richard Earnshaw 2006-05-31 13:41:08 +00:00
parent beed32b8fa
commit 4fe56d8325
1 changed files with 1 additions and 0 deletions

View File

@ -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.