llvm/flang/test
Peixin-Qiao dafd3cf8b1 [flang] Complement one-to-one association check of bind name and entity name
As Fortran 2018 C802 and C873, if bind name is specified, there can only
be only one entity. The check for common block is missed before. As
Fortran 2018 8.5.5 point 2, the bind name is one identifier, which is
unique. That is, one entity can not have multiple bind names. Also add
this check.

Reviewed By: klausler, Jean Perier

Differential Revision: https://reviews.llvm.org/D126961
2022-06-14 10:34:38 +08:00
..
Driver [flang] Add target/triple in a test 2022-06-13 14:01:37 +00:00
Evaluate [flang] Correct folding of CSHIFT and EOSHIFT for DIM>1 2022-06-03 18:59:44 -07:00
Examples [flang][OpenMP] Added parser support for in_reduction clause 2022-06-06 14:55:27 +05:30
Fir [flang] Avoid raising a TODO in fir.boxproc rewrite when not needed (#1560) 2022-06-13 17:36:56 +02:00
Frontend
Lower [Flang][OpenMP] Avoid double privatisation of loop variables 2022-06-13 16:27:34 +00:00
NonGtestUnit
Parser [flang][OpenMP] Added parser support for in_reduction clause 2022-06-06 14:55:27 +05:30
Preprocessing [flang] Support correct continuations for compiler directives 2022-05-27 13:45:37 +03:00
Runtime
Semantics [flang] Complement one-to-one association check of bind name and entity name 2022-06-14 10:34:38 +08:00
Unit
CMakeLists.txt
lit.cfg.py [flang][driver] Add support for consuming LLVM IR/BC files 2022-05-05 15:11:50 +00:00
lit.site.cfg.py.in