[all-commits] [llvm/llvm-project] d4609a: [flang] Change "bad kind" messages in the runtime ...

Pete Steinfeld via All-commits all-commits at lists.llvm.org
Tue May 10 20:09:49 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d4609ae47d16a8f5ccd761fa1b61cf52505b1a08
      https://github.com/llvm/llvm-project/commit/d4609ae47d16a8f5ccd761fa1b61cf52505b1a08
  Author: Peter Steinfeld <psteinfeld at nvidia.com>
  Date:   2022-05-10 (Tue, 10 May 2022)

  Changed paths:
    M flang/runtime/character.cpp
    M flang/runtime/random.cpp
    M flang/runtime/tools.cpp
    M flang/runtime/transformational.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list