[flang] Change "bad kind" messages in the runtime to "not yet implemented"
authorPeter Steinfeld <psteinfeld@nvidia.com>
Mon, 9 May 2022 21:12:41 +0000 (14:12 -0700)
committerPeter Steinfeld <psteinfeld@nvidia.com>
Wed, 11 May 2022 03:08:03 +0000 (20:08 -0700)
commitd4609ae47d16a8f5ccd761fa1b61cf52505b1a08
tree165b84bd9ff02636a7143cf69a67f1764317d0da
parentcb22cb2691d0b0d2f7e0183e9049e76dac6e2b9d
[flang] Change "bad kind" messages in the runtime to "not yet implemented"

Similar to change D125046.

If a programmer is able to compile and link a program that contains types that
are not yet supported by the runtime, it must be because they're not yet
implemented.

This change will make it easier to find unimplemented code in tests.

Differential Revision: https://reviews.llvm.org/D125267
flang/runtime/character.cpp
flang/runtime/random.cpp
flang/runtime/tools.cpp
flang/runtime/transformational.cpp