Re: require et feature pie for PIE tests

2021-03-23 Thread Uros Bizjak via Gcc-patches
On Wed, Mar 24, 2021 at 7:55 AM Alexandre Oliva wrote: > > > Both of these tests fail on platforms that reject -fPIC/-fPIE > altogether. > > Other tests that perform PIE compilation or linking require the pie > feature, whether for -fpie/-fPIE compilation or for -pie linking. > > This patch annota

require et feature pie for PIE tests

2021-03-23 Thread Alexandre Oliva
Both of these tests fail on platforms that reject -fPIC/-fPIE altogether. Other tests that perform PIE compilation or linking require the pie feature, whether for -fpie/-fPIE compilation or for -pie linking. This patch annotates both tests with the required target feature. Regstrapped on x86_6