llvm/flang/test
Peter Klausler 19d8642633 [flang] Catch I/O of bad derived type at compile time
Derived types with allocatable and pointer components cannot
be used in I/O data transfer statements unless they have defined
I/O procedures available (as type-bound or regular generics).
These cases are caught as errors by the I/O runtime library,
but it would be better if they were flagged during compilation.

(Address comment in review: don't use explicit name string lengths.)

Differential Revision: https://reviews.llvm.org/D120675
2022-02-28 15:40:12 -08:00
..
Driver [flang][driver] Add support for --target/--triple 2022-02-25 09:38:10 +00:00
Evaluate Folding in the front end was replacing calls to LEN and dropping 2022-02-09 16:50:28 -08:00
Examples
Fir [flang] Add Win32 to the list of supported triples 2022-02-16 21:43:13 +00:00
Frontend
Lower [flang][NFC] Add complex operations lowering tests 2022-02-28 21:37:34 +01:00
NonGtestUnit
Parser
Preprocessing
Runtime
Semantics [flang] Catch I/O of bad derived type at compile time 2022-02-28 15:40:12 -08:00
Unit
CMakeLists.txt [flang] Initial lowering for empty program 2022-01-28 22:39:58 +01:00
lit.cfg.py
lit.site.cfg.py.in