Re: [PATCH, testsuite] Add bind_pic_locally to certain tests

2014-11-19 Thread Andreas Schwab
* gcc.dg/pure-2.c: Update line numbers. diff --git a/gcc/testsuite/gcc.dg/pure-2.c b/gcc/testsuite/gcc.dg/pure-2.c index 638bd7c..fe6e2bc 100644 --- a/gcc/testsuite/gcc.dg/pure-2.c +++ b/gcc/testsuite/gcc.dg/pure-2.c @@ -8,14 +8,14 @@ extern int v; /* Trivial. */ int foo1(int a) /* {

Re: [PATCH, testsuite] Add bind_pic_locally to certain tests

2014-11-17 Thread Jeff Law
On 11/12/14 09:45, Alexander Ivchenko wrote: Hi, This patch adds bind_pic_locally to a certain tests that depend on the availability of functions, declared in them. Those tests fail on Android (or on any other pic target); As for gcc/testsuite/g++.dg/fstack-protector-strong.[cC] - this is a

[PATCH, testsuite] Add bind_pic_locally to certain tests

2014-11-12 Thread Alexander Ivchenko
Hi, This patch adds bind_pic_locally to a certain tests that depend on the availability of functions, declared in them. Those tests fail on Android (or on any other pic target); As for gcc/testsuite/g++.dg/fstack-protector-strong.[cC] - this is a related problem. I've added target nonpic, cause