[PATCH] Make pr59597 test PIC-friendly

2014-02-05 Thread Ian Bolton
PR59597 reinstated some code to cancel unnecessary jump threading, and brought with it a testcase to check that the cancelling happened. http://gcc.gnu.org/ml/gcc-patches/2014-01/msg01448.html With PIC enabled for arm and aarch64, the unnecessary jump threading already never took place, so there

Re: [PATCH] Make pr59597 test PIC-friendly

2014-02-05 Thread Jeff Law
On 02/05/14 05:32, Ian Bolton wrote: 2014-02-05 Ian Bolton ian.bol...@arm.com testsuite/ * gcc.dg/tree-ssa/pr59597.c: Make called function static so that expected outcome works for PIC variants too. This is fine for stage4. Please install. Thanks, Jeff