As Fortran 2018 R874, common block object must be one variable name, which
cannot be one named constant. Add this check.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D126762
[flang] Add one missed semantic check for named constant in common block peixin on Jun 1 2022, 2:44 AM. Authored by
Details As Fortran 2018 R874, common block object must be one variable name, which
Diff Detail
|
IsNamedConstant is a more readable alternative.