]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Align a 'OMP_TARGET_OFFLOAD=mandatory' diagnostic with others
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 14 Jun 2023 10:44:05 +0000 (12:44 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Wed, 14 Jun 2023 10:56:35 +0000 (12:56 +0200)
On 2023-06-14T11:42:22+0200, Tobias Burnus <tobias@codesourcery.com> wrote:
> On 14.06.23 10:09, Thomas Schwinge wrote:
>> Let me know if I should also adjust the new 'target { ! offload_device }'
>> diagnostic "[...] MANDATORY but only the host device is available" to
>> include a comma before 'but', for consistency with the other existing
>> diagnostics (cited above)?
>
> I think it makes sense to be consistent. Thus: Yes, please add the commas.

Fix-up for recent commit 18c8b56c7d67a9e37acf28822587786f0fc0efbc
"OpenMP: Set default-device-var with OMP_TARGET_OFFLOAD=mandatory".

libgomp/
* target.c (resolve_device): Align a
'OMP_TARGET_OFFLOAD=mandatory' diagnostic with others.
* testsuite/libgomp.c/target-51.c: Adjust.

libgomp/target.c
libgomp/testsuite/libgomp.c/target-51.c

index f1020fad601b6eda6d66c677a0c5f7e0e995d6f4..e39ef8f6e82aae7707ed8c52703e307f61a1b607 100644 (file)
@@ -152,8 +152,8 @@ resolve_device (int device_id, bool remapped)
        return NULL;
       if (gomp_target_offload_var == GOMP_TARGET_OFFLOAD_MANDATORY
          && gomp_get_num_devices () == 0)
-       gomp_fatal ("OMP_TARGET_OFFLOAD is set to MANDATORY but only the host "
-                   "device is available");
+       gomp_fatal ("OMP_TARGET_OFFLOAD is set to MANDATORY, "
+                   "but only the host device is available");
       else if (device_id == omp_invalid_device)
        gomp_fatal ("omp_invalid_device encountered");
       else if (gomp_target_offload_var == GOMP_TARGET_OFFLOAD_MANDATORY)
index cf9e690263e9b81f063735b5f18199c2bc7898cc..bbe9ade6e24babd6f6254232ce141edb12c06af6 100644 (file)
@@ -9,7 +9,7 @@
 
 /* See comment in target-50.c/target-50.c for why the output differs.  */
 
-/* { dg-output ".*libgomp: OMP_TARGET_OFFLOAD is set to MANDATORY but only the host device is available.*" { target { ! offload_device } } } */
+/* { dg-output ".*libgomp: OMP_TARGET_OFFLOAD is set to MANDATORY, but only the host device is available.*" { target { ! offload_device } } } */
 /* { dg-output ".*libgomp: OMP_TARGET_OFFLOAD is set to MANDATORY, but device not found.*" { target offload_device } } */
 
 int