https://gcc.gnu.org/g:ba21851b8d03a0c6fc13e676ec5285898b6e0883

commit r16-6737-gba21851b8d03a0c6fc13e676ec5285898b6e0883
Author: Thomas Schwinge <[email protected]>
Date:   Mon Dec 15 16:12:33 2025 +0100

    openmp: Bump Version from 4.5 to 5.2 (2/4): 
'libgomp.oacc-c-c++-common/vred2d-128.c' [PR123098]
    
    'libgomp.oacc-c-c++-common/vred2d-128.c' had gotten '-Wno-deprecated-openmp'
    applied as part of commit 382edf047effcd5b1ce66389742bd1b3e178ac95
    "openmp: Bump Version from 4.5 to 5.2 (2/4)", which conceptually doesn't 
make
    sense, as 'libgomp.oacc-c-c++-common/vred2d-128.c' isn't an OpenMP test 
case.
    In commit 9c119b0fdd9ba5a6821c0b4c5874ade8f4969109
    "openmp: Limit - reduction -Wdeprecated-openmp diagnostics to OpenMP, 
testsuite fixes [PR123098]",
    the erroneous diagnostic got disabled, so we don't need
    '-Wno-deprecated-openmp' anymore.
    
            PR testsuite/123098
            libgomp/
            * testsuite/libgomp.oacc-c-c++-common/vred2d-128.c: Remove
            '-Wno-deprecated-openmp'.

Diff:
---
 libgomp/testsuite/libgomp.oacc-c-c++-common/vred2d-128.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libgomp/testsuite/libgomp.oacc-c-c++-common/vred2d-128.c 
b/libgomp/testsuite/libgomp.oacc-c-c++-common/vred2d-128.c
index b8e44a72d5b9..84e6d51670bb 100644
--- a/libgomp/testsuite/libgomp.oacc-c-c++-common/vred2d-128.c
+++ b/libgomp/testsuite/libgomp.oacc-c-c++-common/vred2d-128.c
@@ -3,7 +3,6 @@
 /* { dg-additional-options "-DEXPENSIVE" { target run_expensive_tests } } */
 
 /* { dg-additional-options -Wuninitialized } */
-// { dg-additional-options "-Wno-deprecated-openmp" }
 
 #include <assert.h>

Reply via email to