Re: [PATCH, testsuite] Fix sibcall-9 and sibcall-10 with -fPIC

2018-10-24 Thread Jeff Law
On 10/23/18 7:30 AM, Thomas Preudhomme wrote: > Hi, > > gcc.dg/sibcall-9.c and gcc.dg/sibcall-10.c give execution failure > on ARM when compiled with -fPIC due to the PIC access to volatile > variable v creating an extra spill which causes the frame size of the > two recursive functions to be diff

[PATCH, testsuite] Fix sibcall-9 and sibcall-10 with -fPIC

2018-10-23 Thread Thomas Preudhomme
14:01:31 +0100 Subject: [PATCH] [PATCH, testsuite] Fix sibcall-9 and sibcall-10 with -fPIC Hi, gcc.dg/sibcall-9.c and gcc.dg/sibcall-10.c give execution failure on ARM when compiled with -fPIC due to the PIC access to volatile variable v creating an extra spill which causes the frame size of th