http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52408
--- Comment #5 from John David Anglin <danglin at gcc dot gnu.org> 2012-03-04 21:31:29 UTC --- Author: danglin Date: Sun Mar 4 21:31:25 2012 New Revision: 184902 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184902 Log: Backport from mainline 2012-03-01 John David Anglin <dave.ang...@nrc-cnrc.gc.ca> 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: branches/gcc-4_5-branch/gcc/ChangeLog branches/gcc-4_5-branch/gcc/config/pa/pa.md branches/gcc-4_5-branch/gcc/config/pa/predicates.md