-
Notifications
You must be signed in to change notification settings - Fork 881
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
Test PGI compiler - part 2 #4623
Conversation
Just add new dstore code - no other changes DO NOT MERGE THIS PR Signed-off-by: Ralph Castain <[email protected]>
Signed-off-by: Ralph Castain <[email protected]>
Signed-off-by: Ralph Castain <[email protected]>
Signed-off-by: Ralph Castain <[email protected]>
Signed-off-by: Ralph Castain <[email protected]>
Signed-off-by: Ralph Castain <[email protected]>
@hjelmn I'm not sure I have the attribute test for |
__extension__ attribute Signed-off-by: Ralph Castain <[email protected]>
Ralph, so why was adding the check for the extension attribute configury not enough? Is it because these code changes REQUIRED extension attribute, and it was easier to revert than to implement both sides? |
I'm not sure what you are asking - the revert is required because the function pointer code isn't acceptable to PGI. The extension configury is desirable because the code otherwise always has the attribute, even if the compiler didn't support it. |
Test complete - can reproduce any time. |
Just add new dstore code - no other changes
DO NOT MERGE THIS PR
Signed-off-by: Ralph Castain [email protected]