Re: [PATCH] [testsuite] require pthread for openmp

2023-05-24 Thread Richard Biener via Gcc-patches
On Wed, May 24, 2023 at 7:20 AM Alexandre Oliva via Gcc-patches wrote: > > > Fix test that uses -fopenmp without declaring requirement for pthread > support. > > Bootstrapped on x86_64-linux-gnu. Also tested on ppc- and x86-vx7r2 > with gcc-12. OK > for gcc/testsuite/ChangeLog > > * g+

[PATCH] [testsuite] require pthread for openmp

2023-05-23 Thread Alexandre Oliva via Gcc-patches
Fix test that uses -fopenmp without declaring requirement for pthread support. Bootstrapped on x86_64-linux-gnu. Also tested on ppc- and x86-vx7r2 with gcc-12. for gcc/testsuite/ChangeLog * g++.dg/pr80481.C: Add explicit pthread requirement. --- gcc/testsuite/g++.dg/pr80481.C |2