[all-commits] [llvm/llvm-project] a73f7a: [flang] Error handling for out-of-range CASE values
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed Apr 13 18:35:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a73f7ababb4b2de65c6e2cdd832fc1f8c21207cf
https://github.com/llvm/llvm-project/commit/a73f7ababb4b2de65c6e2cdd832fc1f8c21207cf
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-04-13 (Wed, 13 Apr 2022)
Changed paths:
M flang/lib/Semantics/check-case.cpp
M flang/test/Semantics/case01.f90
Log Message:
-----------
[flang] Error handling for out-of-range CASE values
Catch and nicely describe errors in CASE range values
that are out of range for the type of the SELECT CASE.
Differential Revision: https://reviews.llvm.org/D123708
More information about the All-commits
mailing list