Fortran defines "null-init" null pointer initializers as
being function references, syntactically, that have to resolve
to calls to the intrinsic function NULL() with no actual
arguments.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Aside from the noted items, all builds, tests, and looks good.
flang/lib/Semantics/resolve-names.cpp | ||
---|---|---|
5737 | Something weird is going on with this file. When I look at this file in my downloaded version, this line that begins with "if (auto" is at line 5733 rather than line 5737 as this display shows. It looks to me like your version of the file doesn't contain the changes from D91560. Please be sure to integrate those changes before merging. | |
5744–5746 | It would be good to have a test for this. | |
5758–5759 | It would be good to have a test for this. |
Something weird is going on with this file. When I look at this file in my downloaded version, this line that begins with "if (auto" is at line 5733 rather than line 5737 as this display shows.
It looks to me like your version of the file doesn't contain the changes from D91560. Please be sure to integrate those changes before merging.