mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
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 commit382edf047e"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 commit9c119b0fdd"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'.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user