https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113436

--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tobias Burnus <[email protected]>:

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

commit r16-7498-geb311dc3db842d5e2bd4215184a01099e0f26d6c
Author: Tobias Burnus <[email protected]>
Date:   Fri Feb 13 12:29:03 2026 +0100

    Fix gcc/testsuite/*/gomp/pr113436* [PR113436]

    Testcases in gcc/testsuite/ may not '#include <omp.h>' or 'use omp_lib';
    instead, now a local declaration of the enum/Fortran-parameter values is
    used.

    gcc/testsuite/ChangeLog:

            PR middle-end/113436
            * c-c++-common/gomp/pr113436-1.c: Replace '#include <omp.h>' by
            local declaration for omp_allocator_handle_t.
            * c-c++-common/gomp/pr113436-2.c: Likewise.
            * g++.dg/gomp/pr113436.C: Likewise.
            * gfortran.dg/gomp/pr113436-1.f90: Replace 'use omp_lib' by local
            omp_*_mem_alloc parameter declarations.
            * gfortran.dg/gomp/pr113436-2.f90: Likewise.
            * gfortran.dg/gomp/pr113436-3.f90: Likewise.
            * gfortran.dg/gomp/pr113436-4.f90: Likewise.

Reply via email to