[flang] Accept polymorphic component element in storage_size
[llvm-project.git] / flang / test / Driver / output-paths.f90
blob8281d15bad47ccb4c93c288f1c7e413deeffc329
1 ! Test the diagnostic for cases when the output file cannot be generated
3 !--------------------------
4 ! RUN lines
5 !--------------------------
6 ! RUN: not %flang_fc1 -E -o %t.doesnotexist/somename %s 2> %t
7 ! RUN: FileCheck -check-prefix=OUTPUTFAIL -DMSG=%errc_ENOENT -input-file=%t %s
9 ! OUTPUTFAIL: error: unable to open output file '{{.*}}doesnotexist{{.}}somename': '[[MSG]]'