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

[Flang] Update Extensions.md for supported BIND(C) LOGICAL kind. #88159

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

DanielCChen
Copy link
Contributor

Flang also supports non-scalar logical dummy argument with a different KIND from C_BOOL to a bind(c) routine as well as a component in a bind(c) derived type. Update the document.

subroutine sub(arg)
logical(4) :: arg(4)
end
type dt
logical(4) :: comp
end type
end

@DanielCChen DanielCChen requested a review from klausler April 9, 2024 17:26
@DanielCChen DanielCChen self-assigned this Apr 9, 2024
@llvmbot llvmbot added the flang Flang issues not falling into any other category label Apr 9, 2024
@DanielCChen DanielCChen merged commit e248f0d into llvm:main Apr 9, 2024
6 of 7 checks passed
@DanielCChen
Copy link
Contributor Author

Thanks for the review!

@DanielCChen DanielCChen deleted the daniel_cinterop branch April 9, 2024 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flang Flang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants