mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 14:48:27 +08:00
…check Add an environment variable by which a user can disable the pointer validation check in DEALLOCATE statement handling. This is not safe, but it can help make a code work that allocates a pointer with an extended derived type, associates its target with a pointer to one of its ancestor types, and then deallocates that pointer.