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 —
openmp Impact 5 / 10

OpenMP: Ensure variables in offload table are streamed out

Adds an OpenACC test case to ensure variables are streamed out correctly in offload scenarios.

This commit adds an OpenACC test case (libgomp.oacc-fortran/pr95551-1.f90) related to ensuring variables in the offload table are streamed out correctly, complementing the existing OpenMP ‘target’ test case. It also replaces the original array assignment with an OpenACC ‘kernels’ construct to avoid gang-redundant execution.

Filed Under: openmpopenaccfortranoffloaddata streaming