]> git.ipfire.org Git - thirdparty/gcc.git/commit
OpenMP: interop - fix Fortran test
authorPaul-Antoine Arras <parras@baylibre.com>
Mon, 24 Mar 2025 14:53:36 +0000 (15:53 +0100)
committerPaul-Antoine Arras <parras@baylibre.com>
Tue, 25 Mar 2025 14:40:15 +0000 (15:40 +0100)
commite0a1d0e044c6eb129d1133d5af51818129a4d4e0
tree06bd4a61df171e454c3e7e968d47cfd0fbc3f455
parent56189d0ffeb35769637347720dfb24d2e4d7d47f
OpenMP: interop - fix Fortran test

This fixes up commit r15-8654-g99e2906ae255fc:
* Do not use omp_lib in Fortran compile test; instead, provide needed
declarations explicitly.
* Update scan-dump patterns to be compatible with 32-bit architectures.

gcc/testsuite/ChangeLog:

* gfortran.dg/gomp/interop-5.f90: Declare omp_interop_kind explicitly
instead of use'ing omp_lib. Update scan-dumps to allow for 4-byte
pointers.
gcc/testsuite/gfortran.dg/gomp/interop-5.f90