Re: [committed,testsuite] Not run gcc.target/i386/sibcall-1.c on PIC targets

2014-11-15 Thread H.J. Lu
On Sat, Nov 15, 2014 at 12:29 PM, H.J. Lu wrote: > On Sat, Nov 15, 2014 at 12:22 PM, FX wrote: >>> This looks wrong. This test should pass for 64-bit or ia32 && nonpic. >> >> It was Kai’s original testcase, so I don’t want to modify it too much, other >> than make it skip where it clearly fails

Re: [committed,testsuite] Not run gcc.target/i386/sibcall-1.c on PIC targets

2014-11-15 Thread H.J. Lu
On Sat, Nov 15, 2014 at 12:22 PM, FX wrote: >> This looks wrong. This test should pass for 64-bit or ia32 && nonpic. > > It was Kai’s original testcase, so I don’t want to modify it too much, other > than make it skip where it clearly fails. > Original bug report was filed against x86-64: The

Re: [committed,testsuite] Not run gcc.target/i386/sibcall-1.c on PIC targets

2014-11-15 Thread FX
> This looks wrong. This test should pass for 64-bit or ia32 && nonpic. It was Kai’s original testcase, so I don’t want to modify it too much, other than make it skip where it clearly fails. FX

Re: [committed,testsuite] Not run gcc.target/i386/sibcall-1.c on PIC targets

2014-11-15 Thread H.J. Lu
On Sat, Nov 15, 2014 at 11:46 AM, FX wrote: > Don’t run gcc.target/i386/sibcall-1.c on PIC targets. > > > 2014-11-15 Francois-Xavier Coudert > > PR target/60104 > * gcc.target/i386/sibcall-1.c: Don't run on pic targets. > > > Index: gcc.target/i386/sibcall-1.c >

[committed,testsuite] Not run gcc.target/i386/sibcall-1.c on PIC targets

2014-11-15 Thread FX
Don’t run gcc.target/i386/sibcall-1.c on PIC targets. 2014-11-15 Francois-Xavier Coudert PR target/60104 * gcc.target/i386/sibcall-1.c: Don't run on pic targets. Index: gcc.target/i386/sibcall-1.c === --- gcc.ta