Thomas Schwinge wrote:
        libgomp/
        * testsuite/libgomp.c/target-device-type-3.c: Repair offload tree
        dump scanning.
...
-/* { dg-final { scan-tree-dump-not "_omp_fn" "optimized" { target 
offload_device } } } */
+/* { dg-final { scan-offload-tree-dump-not "_omp_fn" "optimized" } } */

Aha, that's what went wrong – it is definitely too hot + I am too sleep deprived.

Yes, 'scan-tree…' → 'scan-offload-tree…' is definitely what's needed here!

Thanks for the cleanup!

Tobias

Reply via email to