comparison flang/test/Semantics/allocate13.f90 @ 223:5f17cb93ff66 llvm-original

LLVM13 (2021/7/18)
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 18 Jul 2021 22:43:00 +0900
parents 79ff65ed7e25
children c4bab56944e8
comparison
equal deleted inserted replaced
222:81f6424ef0e3 223:5f17cb93ff66
1 ! RUN: %S/test_errors.sh %s %t %flang_fc1 1 ! RUN: %S/test_errors.sh %s %t %flang_fc1
2 ! REQUIRES: shell
2 ! Check for semantic errors in ALLOCATE statements 3 ! Check for semantic errors in ALLOCATE statements
3 4
4 module not_iso_fortran_env 5 module not_iso_fortran_env
5 type event_type 6 type event_type
6 end type 7 end type