Re: [RFC] decay vect tests from run to link for pr95401

2021-03-11 Thread Richard Biener via Gcc-patches
On Thu, Mar 11, 2021 at 3:47 PM Alexandre Oliva wrote: > > On Mar 11, 2021, Richard Biener wrote: > > > I think that's OK. > > Cool, here's the patch I'm nearly done regstrapping on x86_64-linux-gnu > and x-ppc64-vx7r2. Ok to install? OK. Richard. > > It's probably difficult to make the test

Re: [RFC] decay vect tests from run to link for pr95401

2021-03-11 Thread Alexandre Oliva
On Mar 11, 2021, Richard Biener wrote: > I think that's OK. Cool, here's the patch I'm nearly done regstrapping on x86_64-linux-gnu and x-ppc64-vx7r2. Ok to install? > It's probably difficult to make the test UNSUPPORTED > when dg-additional-sources is discovered with a dg-do compile test? We

Re: [RFC] decay vect tests from run to link for pr95401

2021-03-11 Thread Richard Sandiford via Gcc-patches
Richard Biener via Gcc-patches writes: > On Thu, Mar 11, 2021 at 9:03 AM Alexandre Oliva wrote: >> >> >> When vect.exp finds our configuration disables altivec by default, it >> disables the execution of vectorization tests, assuming the test >> hardware doesn't support it. >> >> Tests become jus

Re: [RFC] decay vect tests from run to link for pr95401

2021-03-11 Thread Richard Biener via Gcc-patches
On Thu, Mar 11, 2021 at 9:03 AM Alexandre Oliva wrote: > > > When vect.exp finds our configuration disables altivec by default, it > disables the execution of vectorization tests, assuming the test > hardware doesn't support it. > > Tests become just compile tests, but compile tests won't work > c

[RFC] decay vect tests from run to link for pr95401

2021-03-10 Thread Alexandre Oliva
When vect.exp finds our configuration disables altivec by default, it disables the execution of vectorization tests, assuming the test hardware doesn't support it. Tests become just compile tests, but compile tests won't work correctly when additional sources are named, e.g. pr95401.cc, because