We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From j3-fortran.org/doc/year/24/24-007.pdf
C1594 The function result of a pure function shall not be both polymorphic and allocatable, or have a poly38 morphic allocatable ultimate component.
gfortran, ifort, and ifx have been fine with it, but apparently they're more tolerant of this (e.g. https://stackoverflow.com/questions/76653898/memory-leak-with-runtime-polymorphism).
Discovered by flang-new
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
From j3-fortran.org/doc/year/24/24-007.pdf
gfortran, ifort, and ifx have been fine with it, but apparently they're more tolerant of this (e.g. https://stackoverflow.com/questions/76653898/memory-leak-with-runtime-polymorphism).
Discovered by flang-new
The text was updated successfully, but these errors were encountered: