On Mon, Mar 28, 2011 at 5:47 PM, Richard Sandiford
wrote:
> This patch fixes a case where expand_builtin_memset_args was creating
> a zero- rather than sign-extended character-sized CONST_INT. The problem
> showed up on s390, where a character was being passed as (const_int 171)
> rather than (co
This patch fixes a case where expand_builtin_memset_args was creating
a zero- rather than sign-extended character-sized CONST_INT. The problem
showed up on s390, where a character was being passed as (const_int 171)
rather than (const_int -85).
Tested on x86_64-linux-gnu. Andreas also confirms t