Re: [patch] Add dg-require-effective-target fpic to an aarch64 specific test in gcc.dg

2020-11-06 Thread Olivier Hainque
> On 6 Nov 2020, at 19:03, Richard Sandiford wrote: >>> OK, thanks. Also OK for any other current or future aarch64 test that >>> has -fpic or -fPIC in the options and forgets to do this. >> For the avoidance of doubt, that would hold for arm >> tests as well, right ? > > Yeah, it does. >

Re: [patch] Add dg-require-effective-target fpic to an aarch64 specific test in gcc.dg

2020-11-06 Thread Richard Sandiford via Gcc-patches
Olivier Hainque writes: >> On 4 Nov 2020, at 20:16, Richard Sandiford wrote: >> >> Olivier Hainque writes: >>> Hello, >>> >>> This patch adds dg-require-effective-target fpic >>> to an aarch64 specific gcc.dg test using -fPIC, >>> which helps circumvent a failure we observed while >>> testing

Re: [patch] Add dg-require-effective-target fpic to an aarch64 specific test in gcc.dg

2020-11-06 Thread Olivier Hainque
> On 4 Nov 2020, at 20:16, Richard Sandiford wrote: > > Olivier Hainque writes: >> Hello, >> >> This patch adds dg-require-effective-target fpic >> to an aarch64 specific gcc.dg test using -fPIC, >> which helps circumvent a failure we observed while >> testing the aarch64 port for VxWorks. >

Re: [patch] Add dg-require-effective-target fpic to an aarch64 specific test in gcc.dg

2020-11-04 Thread Richard Sandiford via Gcc-patches
Olivier Hainque writes: > Hello, > > This patch adds dg-require-effective-target fpic > to an aarch64 specific gcc.dg test using -fPIC, > which helps circumvent a failure we observed while > testing the aarch64 port for VxWorks. > > ok to commit ? OK, thanks. Also OK for any other current or fut

[patch] Add dg-require-effective-target fpic to an aarch64 specific test in gcc.dg

2020-11-03 Thread Olivier Hainque
Hello, This patch adds dg-require-effective-target fpic to an aarch64 specific gcc.dg test using -fPIC, which helps circumvent a failure we observed while testing the aarch64 port for VxWorks. ok to commit ? Thanks in advance, Best Regards, Olivier 2020-11-03 Olivier Hainque testsuite