Re: PATCH: PR target/59492: Don't change -fPIC

2013-12-14 Thread H.J. Lu
On Sat, Dec 14, 2013 at 7:58 AM, Uros Bizjak wrote: > On Sat, Dec 14, 2013 at 3:07 PM, H.J. Lu wrote: > We can't change -fPIC underneath in x86 backend while middle-end is unchanged. This patch restores opts->x_flag_pic from global flag_pic. OK to install? 2013-12-12

Re: PATCH: PR target/59492: Don't change -fPIC

2013-12-14 Thread Uros Bizjak
On Sat, Dec 14, 2013 at 3:07 PM, H.J. Lu wrote: >>> We can't change -fPIC underneath in x86 backend while middle-end is >>> unchanged. >>> This patch restores opts->x_flag_pic from global flag_pic. OK to install? >>> >>> 2013-12-12 H.J. Lu >>> >>> PR target/59492 >>> * confi

Re: PATCH: PR target/59492: Don't change -fPIC

2013-12-14 Thread H.J. Lu
On Sat, Dec 14, 2013 at 1:33 AM, Uros Bizjak wrote: > On Fri, Dec 13, 2013 at 3:41 PM, H.J. Lu wrote: >> We can't change -fPIC underneath in x86 backend while middle-end is >> unchanged. >> This patch restores opts->x_flag_pic from global flag_pic. OK to install? >> >> 2013-12-12 H.J. Lu >>

Re: PATCH: PR target/59492: Don't change -fPIC

2013-12-14 Thread Uros Bizjak
On Fri, Dec 13, 2013 at 3:41 PM, H.J. Lu wrote: > We can't change -fPIC underneath in x86 backend while middle-end is unchanged. > This patch restores opts->x_flag_pic from global flag_pic. OK to install? > > 2013-12-12 H.J. Lu > > PR target/59492 > * config/i386/i386.c (ix86_

PATCH: PR target/59492: Don't change -fPIC

2013-12-13 Thread H.J. Lu
We can't change -fPIC underneath in x86 backend while middle-end is unchanged. This patch restores opts->x_flag_pic from global flag_pic. OK to install? Thanks. H.J. --- 2013-12-12 H.J. Lu PR target/59492 * config/i386/i386.c (ix86_function_specific_restore): Don't