Don't use just 128-bit integer as the type for integer CASE statement constants. Use the actual type of the literal constants that appeared. Differential Review: https://reviews.llvm.org/D86875
Original-commit: flang-compiler/f18@9fe84f45d7 Reviewed-on: https://github.com/flang-compiler/f18/pull/1094
Prep for review Respond to review comments Fix first line in new test Original-commit: flang-compiler/f18@12f6f30600 Reviewed-on: https://github.com/flang-compiler/f18/pull/1089