http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35294
--- Comment #17 from Nick Clifton <nickc at gcc dot gnu.org> 2013-01-28 15:07:48 UTC --- Author: nickc Date: Mon Jan 28 15:07:41 2013 New Revision: 195510 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195510 Log: PR target/35294 * config/arm/arm.c (arm_expand_binop_builtin): Add new parameter. Fix mode checks to allow for the passing of constants in the second parameter. (arm_expand_builtin): Adjust calls to arm_expand_binop_builtin. Add entries in the switch statement for builtin iwmmxt vector shift and rotate builtins. Modified: branches/gcc-4_7-branch/gcc/ChangeLog branches/gcc-4_7-branch/gcc/config/arm/arm.c