Files
clang-p2996/flang/lib/Semantics/definable.cpp
Peter Klausler f0590177b2 [flang] Silence an inappropriate warning (#104685)
A bare ALLOCATE statement with no SOURCE= rightly earns a warning about
an undefined function result, if that result is an allocatable that
appears in the ALLOCATE. But in the case of a pointer, where the warning
should care more about the pointer's association status than the value
of its target, a bare ALLOCATE should suffice to silence the warning.
2024-08-20 12:03:57 -07:00

17 KiB