Re: [testsuite] Adding -fno-pic to certain tests

2013-03-27 Thread Alexander Ivchenko
Hi, Thank you for your review. Since the patch was aimed to fix tests and it is pretty small, is it posible to backport it to 4.8 branch? So we would not have those testfails on Android with new release. Alexander 2013/3/27 Kirill Yukhin : >> Ok with that change. > > Checked into trunk: http://

Re: [testsuite] Adding -fno-pic to certain tests

2013-03-27 Thread Kirill Yukhin
> Ok with that change. Checked into trunk: http://gcc.gnu.org/ml/gcc-cvs/2013-03/msg00786.html Thanks, K

Re: [testsuite] Adding -fno-pic to certain tests

2013-03-25 Thread Richard Biener
On Sun, Mar 24, 2013 at 7:49 AM, Alexander Ivchenko wrote: > Hi, > > Finally got my hands on that: the attached patch adds the > "target nonpic" for those tests that require the avaiability of > functions defined in them. > > OK for trunk? For testsuite/gcc.target/i386/mmx-1.c you still don't use

Re: [testsuite] Adding -fno-pic to certain tests

2013-03-23 Thread Alexander Ivchenko
Hi, Finally got my hands on that: the attached patch adds the "target nonpic" for those tests that require the avaiability of functions defined in them. OK for trunk? thanks, Alexander 2013/1/10 Richard Biener : > On Thu, Jan 10, 2013 at 2:50 PM, Alexander Ivchenko > wrote: >> Hi, >> >> It a

Re: [testsuite] Adding -fno-pic to certain tests

2013-01-10 Thread Richard Biener
On Thu, Jan 10, 2013 at 2:50 PM, Alexander Ivchenko wrote: > Hi, > > It all begun with discussion here > http://gcc.gnu.org/ml/gcc/2012-11/msg00205.html > > Since -fpic option is turned on by default in Android we have certain test > fails. The reason for that is that those tests rely on the > av

[testsuite] Adding -fno-pic to certain tests

2013-01-10 Thread Alexander Ivchenko
Hi, It all begun with discussion here http://gcc.gnu.org/ml/gcc/2012-11/msg00205.html Since -fpic option is turned on by default in Android we have certain test fails. The reason for that is that those tests rely on the availability of functions, defined in them and with -fpic compiler conservat