SUNDAY, APRIL 19, 2026 GCC DIGEST · OPEN-SOURCE SYSTEMS DAILY VOL. 1 · NO. 109
Late Edition · APRIL 19, 2026 · VOL. 1 · NO. 109
The GCC Digest
— A Daily Record of the GNU Compiler Collection —
gcc Impact 4 / 10

Fix mix of OpenACC and OpenMP sentinels in continuations

Fixes a test case with mixed OpenACC and OpenMP sentinels by moving it to the combined test suite.

This commit addresses an issue in a test case (gfortran.dg/goacc/omp-fixed.f) where OpenACC and OpenMP sentinels were mixed in continuations. The test case is moved to gfortran.dg/goacc-gomp/pr63858.f and adjusted to align with the ‘gfortran.dg/goacc-gomp/goacc-gomp.exp’ test suite.

Filed Under: fortranopenaccopenmptestsuite