Re: dejagnu multilib options and dg-{add|additional-}options

2013-09-24 Thread Vidya Praveen
On Tue, Aug 27, 2013 at 04:34:09PM +0100, Janis Johnson wrote: > On 08/27/2013 06:52 AM, Marcus Shawcroft wrote: > > On 23 July 2013 17:40, Janis Johnson wrote: > >> On 07/22/2013 02:59 AM, Vidya Praveen wrote: > >>> Hello, > >>> > >>> There are 42 test files (25 under gcc.dg) that specifies > >>>

Re: dejagnu multilib options and dg-{add|additional-}options

2013-08-27 Thread Janis Johnson
On 08/27/2013 06:52 AM, Marcus Shawcroft wrote: > On 23 July 2013 17:40, Janis Johnson wrote: >> On 07/22/2013 02:59 AM, Vidya Praveen wrote: >>> Hello, >>> >>> There are 42 test files (25 under gcc.dg) that specifies >>> >>> { dg-add-options bind_pic_locally } >>> >>> in the regression testsuite.

Re: dejagnu multilib options and dg-{add|additional-}options

2013-08-27 Thread Marcus Shawcroft
On 23 July 2013 17:40, Janis Johnson wrote: > On 07/22/2013 02:59 AM, Vidya Praveen wrote: >> Hello, >> >> There are 42 test files (25 under gcc.dg) that specifies >> >> { dg-add-options bind_pic_locally } >> >> in the regression testsuite. The procedure add_options_for_bind_pic_locally >> from li

Re: dejagnu multilib options and dg-{add|additional-}options

2013-07-23 Thread Janis Johnson
On 07/22/2013 02:59 AM, Vidya Praveen wrote: > Hello, > > There are 42 test files (25 under gcc.dg) that specifies > > { dg-add-options bind_pic_locally } > > in the regression testsuite. The procedure add_options_for_bind_pic_locally > from lib/target-supports.exp adds -fPIE or -fpie when -fPIC

dejagnu multilib options and dg-{add|additional-}options

2013-07-22 Thread Vidya Praveen
Hello, There are 42 test files (25 under gcc.dg) that specifies { dg-add-options bind_pic_locally } in the regression testsuite. The procedure add_options_for_bind_pic_locally from lib/target-supports.exp adds -fPIE or -fpie when -fPIC or -fpic is passed respectively. But this is added before th