http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52408
--- Comment #2 from John David Anglin <danglin at gcc dot gnu.org> 2012-03-01 19:31:16 UTC --- Author: danglin Date: Thu Mar 1 19:31:03 2012 New Revision: 184757 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184757 Log: PR target/52408 * config/pa/pa.md (zvdep_imm32): Change type of variable x from int to unsigned HOST_WIDE_INT. (zvdep_imm64): Likewise. (vdepi_ior): Change type of variable x from int to HOST_WIDE_INT. (vdepi_and): Likewise. Likewise for unamed 64-bit patterns. * config/pa/predicates.md (lhs_lshift_cint_operand): Update comment. Modified: trunk/gcc/ChangeLog trunk/gcc/config/pa/pa.md trunk/gcc/config/pa/predicates.md