Re: Support parallel testing in libgomp, part I [PR66005]

2023-05-08 Thread Bernhard Reutner-Fischer via Gcc-patches
On Mon, 8 May 2023 12:42:33 +0200 Thomas Schwinge wrote: > >> +if [info exists ::env(GCC_RUNTEST_PARALLELIZE_DIR)] { > >> +load_file ../libgomp-test-support.exp > >> +} else { > >> +load_file libgomp-test-support.exp > >> +} > > > > Do we have to re-read those? Other

Re: Support parallel testing in libgomp, part I [PR66005]

2023-05-08 Thread Thomas Schwinge
Hi Bernhard! Thanks for your comments. On 2023-05-06T16:15:45+0200, Bernhard Reutner-Fischer via Gcc-patches wrote: > On Fri, 5 May 2023 10:55:41 +0200 > Thomas Schwinge wrote: > >> >> > with a minimal change >> >> > to libgomp.exp so the generated libgomp-test-support.exp file is found >> >>

Re: Support parallel testing in libgomp, part I [PR66005]

2023-05-06 Thread Bernhard Reutner-Fischer via Gcc-patches
On Fri, 5 May 2023 10:55:41 +0200 Thomas Schwinge wrote: > So I recently had re-created this patch independently, before remembering > that Rainer had -- just eight years ago... ;-) -- already submitted this. thanks to you both :) > etc. (where "normal" is a libstdc++ detail), and regarding: >