Re: [PATCH 23/25] Testsuite: GCN is always PIE.

2018-09-14 Thread Jeff Law
On 9/5/18 5:52 AM, a...@codesourcery.com wrote: > > The GCN/HSA loader ignores the load address and uses a random location, so we > build all GCN binaries as PIE, by default. > > This patch makes the necessary testsuite adjustments to make this work > correctly. > > 2018-09-05 Andrew Stubbs >

[PATCH 23/25] Testsuite: GCN is always PIE.

2018-09-05 Thread ams
The GCN/HSA loader ignores the load address and uses a random location, so we build all GCN binaries as PIE, by default. This patch makes the necessary testsuite adjustments to make this work correctly. 2018-09-05 Andrew Stubbs gcc/testsuite/ * gcc.dg/graphite/scop-19.c: Chec