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-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 kirill.yuk...@gmail.com: Ok with that change. Checked

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 aivch...@gmail.com 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

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

2013-03-24 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 richard.guent...@gmail.com: On Thu, Jan 10, 2013 at 2:50 PM, Alexander Ivchenko

[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

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 aivch...@gmail.com 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