On Wed, Dec 17, 2025 at 01:55:51PM +0100, Rainer Orth wrote:
> 2025-12-17 Rainer Orth <[email protected]>
>
> libgomp:
> * testsuite/libgomp.c/affinity-1.c: Always add warnings.
LGTM.
> diff --git a/libgomp/testsuite/libgomp.c/affinity-1.c
> b/libgomp/testsuite/libgomp.c/affinity-1.c
> --- a/libgomp/testsuite/libgomp.c/affinity-1.c
> +++ b/libgomp/testsuite/libgomp.c/affinity-1.c
> @@ -17,7 +17,8 @@
>
> /* { dg-do run } */
> /* { dg-set-target-env-var OMP_PROC_BIND "false" } */
> -/* { dg-additional-options "-DINTERPOSE_GETAFFINITY -DDO_FORK -ldl
> -Wno-deprecated-declarations -Wno-deprecated-openmp" { target *-*-linux* } }
> */
> +/* { dg-additional-options "-Wno-deprecated-declarations
> -Wno-deprecated-openmp" }
> +/* { dg-additional-options "-DINTERPOSE_GETAFFINITY -DDO_FORK -ldl" { target
> *-*-linux* } } */
>
> #ifndef _GNU_SOURCE
> #define _GNU_SOURCE
Jakub