Files
clang-p2996/flang/lib/Semantics/semantics.cpp
Andre Kuhlenschmidt a18adb2358 [flang] fix scoping of cray pointer declarations and add check for initialization (#136776)
This PR:
- makes Cray pointer declarations shadow previous bindings instead of
modifying them,
- errors when the pointee of a cray pointee has the SAVE attribute, and
- adds a missing newline after dumping the list of cray pointers in a
scope.

Closes #135579
2025-05-02 07:35:24 -07:00

26 KiB