Landing: 56273bfbd2e1

Project / Subsystem

gcc / gcc

Date

2026-04-15

Author

Thomas Schwinge

Commit

56273bfbd2e1ec741f84990a18a24cc4e04d62d5

Source

github

Impact

4/10

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc
patch_id
commit_hash
56273bfbd2e1ec741f84990a18a24cc4e04d62d5
source_type
github
headline
Fix mix of OpenACC and OpenMP sentinels in continuations
tldr
Fixes a test case with mixed OpenACC and OpenMP sentinels by moving it to the combined test suite.
why_it_matters
Ensures consistent handling of OpenACC and OpenMP directives, reducing potential errors in code that uses both.
author
Thomas Schwinge
impact_score
4
impact_rationale
Test case fix, low impact
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • fortran
  • openacc
  • openmp
  • testsuite
discussion_id_link
bugzilla_pr
date
2026-04-15T00:00:00.000Z

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.