Skip to content
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

Possibly bogus SAVE attribute for various variables #448

Open
dev-zero opened this issue May 10, 2021 · 0 comments
Open

Possibly bogus SAVE attribute for various variables #448

dev-zero opened this issue May 10, 2021 · 0 comments
Milestone

Comments

@dev-zero
Copy link
Contributor

There are various variables declared as SAVE, for example here:

INTEGER, DIMENSION(:), POINTER, CONTIGUOUS, SAVE :: cbs, rbs

The AMD flang compiler for example does not like it (even though it should be standard) and since those pointers are mere aliases set mostly at the earliest moment in the code I am wondering whether they are actually needed and what the intention was.

@alazzaro alazzaro added this to the v2.2 milestone Sep 14, 2021
@hfp hfp modified the milestones: v2.2, v2.3 Dec 24, 2021
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

No branches or pull requests

3 participants