Skip to content

[Fortran/goacc] Disable routine-3 #271

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 29, 2025

Conversation

razvanlupusoru
Copy link
Contributor

The test routine-3 fails after:
llvm/llvm-project#149614
As noted by:
llvm/llvm-project#149614 (comment)

This is because the OpenACC spec requires for all do loop induction variables
to be privatized, but the private recipe does not yet have a materialization
implementation. Thus disable it in the same way other tests in same category fail.

The test routine-3 fails after:
llvm/llvm-project#149614

This is because the OpenACC spec requires for all
do loop induction variables to be privatized, but
the private recipe does not yet have a materialization
implementation. Thus disable it in the same way other
tests in same category fail.
Copy link
Contributor

@tarunprabhu tarunprabhu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks.

@razvanlupusoru razvanlupusoru merged commit eed578a into llvm:main Jul 29, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants