[committed] libgomp.c/target-51.c: Accept more error-msg variants in dg-output (was: Re: [committed] libgomp: Fix OMP_TARGET_OFFLOAD=mandatory)

2023-06-19 Thread Tobias Burnus
On 16.06.23 22:42, Thomas Schwinge wrote: I see the new tests PASS, but with offloading enabled (nvptx) also see: PASS: libgomp.c/target-51.c (test for excess errors) PASS: libgomp.c/target-51.c execution test [-PASS:-]{+FAIL:+} libgomp.c/target-51.c output pattern test ... due t

Re: [committed] libgomp: Fix OMP_TARGET_OFFLOAD=mandatory

2023-06-16 Thread Thomas Schwinge
Hi Tobias! On 2023-06-16T17:57:10+0200, Tobias Burnus wrote: > Found an order problem caused by my r14-1801-g18c8b56c7d67a9 due to > ordering issues related to the offloading initialization > (gomp_init_targets_once). > > The testsuite did test various ways but only code such paths that > initial

[committed] libgomp: Fix OMP_TARGET_OFFLOAD=mandatory

2023-06-16 Thread Tobias Burnus
Found an order problem caused by my r14-1801-g18c8b56c7d67a9 due to ordering issues related to the offloading initialization (gomp_init_targets_once). The testsuite did test various ways but only code such paths that initialized the library before ... Committed as Rev. r14-1893-g8216ca85037be9.