Re: run sysconf-requiring test on systems that support it

2021-03-24 Thread Alexandre Oliva
On Mar 24, 2021, Uros Bizjak wrote: > FYI, testsuite patches do not need a full bootstrap. *nod*, it was the "along with other patches" that was the key. But yeah, this was a patch that was extremely unlikely to introduce fails in the testsuite, so I went ahead and put it in, after fixing typos

Re: run sysconf-requiring test on systems that support it

2021-03-24 Thread Uros Bizjak via Gcc-patches
e they do not touch the compiler source. > run sysconf-requiring test on systems that support it > > Some gcc.target/i386 tests requires the mmap feature, but that's not > enough for the test to be able to call sysconf. > > This patch introduces a sysconf feature, analogous to mm

Re: run sysconf-requiring test on systems that support it

2021-03-24 Thread Alexandre Oliva
ts with it. I'll give it a full regstrap cycle, along with other patches. Ok to install if it passes? run sysconf-requiring test on systems that support it Some gcc.target/i386 tests requires the mmap feature, but that's not enough for the test to be able to call sysconf. This patch i

Re: run sysconf-requiring test on systems that support it

2021-03-24 Thread Alexandre Oliva
On Mar 24, 2021, Uros Bizjak wrote: > On Mar 24, 2021, Uros Bizjak wrote: >> There are several other tests in gcc.target/i386 directory that call sysconf: Ooh, indeed, thanks, good catch. The reason I didn't catch them was that the full test results analysis that got me started at it was in a

Re: run sysconf-requiring test on systems that support it

2021-03-24 Thread Uros Bizjak via Gcc-patches
On Wed, Mar 24, 2021 at 8:17 AM Uros Bizjak wrote: > > On Wed, Mar 24, 2021 at 7:56 AM Alexandre Oliva wrote: > > > > > > The gcc.target/i386 test sse2-mmx-maskmovq.c requires the mmap > > feature, but that's not enough for the test to be able to call > > sysconf. > > > > I've combined the target

Re: run sysconf-requiring test on systems that support it

2021-03-24 Thread Uros Bizjak via Gcc-patches
On Wed, Mar 24, 2021 at 7:56 AM Alexandre Oliva wrote: > > > The gcc.target/i386 test sse2-mmx-maskmovq.c requires the mmap > feature, but that's not enough for the test to be able to call > sysconf. > > I've combined the target triplets used in other sysconf-calling tests, > omitting non-x86 ones

run sysconf-requiring test on systems that support it

2021-03-23 Thread Alexandre Oliva
The gcc.target/i386 test sse2-mmx-maskmovq.c requires the mmap feature, but that's not enough for the test to be able to call sysconf. I've combined the target triplets used in other sysconf-calling tests, omitting non-x86 ones, with the preexisting mmap requirement in this test. Regstrapped on