[all-commits] [llvm/llvm-project] 11ddb8: [flang] Fix integer CASE constant typing
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Sep 1 11:00:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 11ddb84b69e928aa396b28ce6b5baf8bbbdd6c43
https://github.com/llvm/llvm-project/commit/11ddb84b69e928aa396b28ce6b5baf8bbbdd6c43
Author: peter klausler <pklausler at nvidia.com>
Date: 2020-09-01 (Tue, 01 Sep 2020)
Changed paths:
M flang/lib/Semantics/check-case.cpp
M flang/test/Semantics/case01.f90
Log Message:
-----------
[flang] Fix integer CASE constant typing
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
More information about the All-commits
mailing list