Landing: 9c70891d5bba

Project / Subsystem

gcc / openmp

Date

2026-04-15

Author

Thomas Schwinge

Commit

9c70891d5bbacd9e09f03e61450c27207731df53

Source

github

Impact

4/10

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
openmp
patch_id
commit_hash
9c70891d5bbacd9e09f03e61450c27207731df53
source_type
github
headline
OpenMP: Handle rest of EXEC_OACC_* in oacc_code_to_statement
tldr
Updates a test case for OpenMP to use the combined OpenACC/OpenMP test suite.
why_it_matters
Improves the testing infrastructure for OpenMP and OpenACC, ensuring better compatibility and correctness.
author
Thomas Schwinge
impact_score
4
impact_rationale
Test suite maintenance, minor impact.
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • openmp
  • openacc
  • fortran
  • testsuite
discussion_id_link
bugzilla_pr
date
2026-04-15T00:00:00.000Z

This commit moves and adjusts the test case gfortran.dg/goacc/pr93463.f90 to gfortran.dg/goacc-gomp/pr93463.f90 to align with the consolidated OpenACC/OpenMP test suite (‘gfortran.dg/goacc-gomp/goacc-gomp.exp’). This change relates to handling EXEC_OACC_* directives in oacc_code_to_statement.