Revert "[flang] Detect circularly defined interfaces of procedures"
authorAndrzej Warzynski <andrzej.warzynski@arm.com>
Mon, 1 Mar 2021 10:18:36 +0000 (10:18 +0000)
committerAndrzej Warzynski <andrzej.warzynski@arm.com>
Mon, 1 Mar 2021 10:34:49 +0000 (10:34 +0000)
commit00e6513374eb961065d6830b30205fb0f3001c43
treec9149d7ff62bb4061ba269d8cf7377a9eee2425b
parent6718fda6ada87169f8ee4b8bebf13bf39b83533b
Revert "[flang] Detect circularly defined interfaces of procedures"

This reverts commit 07de0846a5055015b55dc2b8faa2143f9902e549.

The original patch has caused 6 out 8 of Flang's public buildbots to
fail. As I'm not sure what the fix should be, I'm reverting this for
now. Please see https://reviews.llvm.org/D97201 for more context and
discussion.
flang/include/flang/Semantics/symbol.h
flang/lib/Evaluate/characteristics.cpp
flang/lib/Semantics/resolve-names.cpp
flang/test/Semantics/resolve102.f90