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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D86961
[flang] Fix integer CASE constant typing ClosedPublic Authored by klausler on Sep 1 2020, 10:24 AM.
Details Summary Don't use just 128-bit integer as the type for integer
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 1 2020, 10:57 AM
Revision Contents
Diff 289214 flang/lib/Semantics/check-case.cpp
flang/test/Semantics/case01.f90
|