Re: PATCH: Use Pmode on x86_64 this parameter

2012-03-11 Thread Uros Bizjak
On Sun, Mar 11, 2012 at 2:11 AM, H.J. Lu wrote: > This patch replaces DImode with Pmode on x86_64 this parameter.  OK > for trunk? > > 2012-03-10  H.J. Lu   > >        * config/i386/i386.c (x86_this_parameter): Replace DImode with >        Pmode. OK. Thanks, Uros.

PATCH: Use Pmode on x86_64 this parameter

2012-03-10 Thread H.J. Lu
Hi, This patch replaces DImode with Pmode on x86_64 this parameter. OK for trunk? Thanks. H.J. --- 2012-03-10 H.J. Lu * config/i386/i386.c (x86_this_parameter): Replace DImode with Pmode. diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index bc144a9..bfa3cdc 10