public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-1803] Fix typo in 'libgomp.c/target-51.c'
@ 2023-06-14  9:42 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2023-06-14  9:42 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:58edbc8a16878bd679d8fad183b8191af4695c15

commit r14-1803-g58edbc8a16878bd679d8fad183b8191af4695c15
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Wed Jun 14 09:25:15 2023 +0200

    Fix typo in 'libgomp.c/target-51.c'
    
    ..., and therefore, given 'target offload_device':
    
        PASS: libgomp.c/target-51.c (test for excess errors)
        PASS: libgomp.c/target-51.c execution test
        [-FAIL:-]{+PASS:+} libgomp.c/target-51.c output pattern test
    
    Fix-up for recent commit 18c8b56c7d67a9e37acf28822587786f0fc0efbc
    "OpenMP: Set default-device-var with OMP_TARGET_OFFLOAD=mandatory".
    
            libgomp/
            * testsuite/libgomp.c/target-51.c: Fix typo.

Diff:
---
 libgomp/testsuite/libgomp.c/target-51.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgomp/testsuite/libgomp.c/target-51.c b/libgomp/testsuite/libgomp.c/target-51.c
index 7d09bceacd5..cf9e690263e 100644
--- a/libgomp/testsuite/libgomp.c/target-51.c
+++ b/libgomp/testsuite/libgomp.c/target-51.c
@@ -10,7 +10,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 device not found.*" { target offload_device } } */
+/* { dg-output ".*libgomp: OMP_TARGET_OFFLOAD is set to MANDATORY, but device not found.*" { target offload_device } } */
 
 int
 main ()

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-14  9:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-14  9:42 [gcc r14-1803] Fix typo in 'libgomp.c/target-51.c' Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).