Revert "[flang] Fix CheckSpecificationExpr handling of associated names"
authorAndrzej Warzynski <andrzej.warzynski@arm.com>
Wed, 11 Nov 2020 11:11:48 +0000 (11:11 +0000)
committerAndrzej Warzynski <andrzej.warzynski@arm.com>
Wed, 11 Nov 2020 11:33:16 +0000 (11:33 +0000)
commiteae2d6357110fb48fd96ef04c48a38020b33b644
treedf546a1dd27a33486835ef98b9ba7fff77f631c8
parent77b484116971337c9584fe101cdf1bca7f07f4dd
Revert "[flang] Fix CheckSpecificationExpr handling of associated names"

This reverts commit b670189975f5ba4e8ef22c74724c610287b69c28.

This patch causes shared library builds (BUILD_SHARED_LIBS=ON) to fail:
* http://lab.llvm.org:8011/#/builders/33/builds/626

I wasn't able to identify any easy fix, hence reverting.
flang/lib/Evaluate/check-expression.cpp
flang/test/Semantics/spec-expr.f90