Re: Check fpic is ok for target in pr69102.c

2016-07-05 Thread Kito Cheng
Hi Mike: thanks for your review :) On Wed, Jul 6, 2016 at 2:54 AM, Mike Stump wrote: > On Jul 5, 2016, at 1:39 AM, Kito Cheng wrote: >> >> pr69102.c use -fPIC flag in dg-options but not check is available for >> target, so I add "dg-require-effective-target fpic" for it.' > > I happened to noti

Re: Check fpic is ok for target in pr69102.c

2016-07-05 Thread Mike Stump
On Jul 5, 2016, at 1:39 AM, Kito Cheng wrote: > > pr69102.c use -fPIC flag in dg-options but not check is available for > target, so I add "dg-require-effective-target fpic" for it.' I happened to notice you didn't ask Ok?, and you didn't apply it or have it applied. I'd recommend one or the o

Check fpic is ok for target in pr69102.c

2016-07-05 Thread Kito Cheng
Hi all: pr69102.c use -fPIC flag in dg-options but not check is available for target, so I add "dg-require-effective-target fpic" for it. ChangeLog 2016-07-05 Kito Cheng * gcc.c-torture/compile/pr69102.c: Require fpic support. From caa51d92e620694ee1365ce0f77ac2b152662982 Mon Sep 17 00