[flang] Accept polymorphic component element in storage_size
[llvm-project.git] / flang / test / Driver / w-arg-unsupported.f90
blob1ef25fdd4db00eea63c2bc114c80a3ca1816669f
1 ! RUN: %flang -std=f2018 -Wextra -Waliasing -Wampersand -Warray-bounds -Wc-binding-type \
2 ! RUN: -Wcharacter-truncation -Wconversion -Wdo-subscript -Wfunction-elimination \
3 ! RUN: -Wimplicit-interface -Wimplicit-procedure -Wintrinsic-shadow -Wuse-without-only \
4 ! RUN: -Wintrinsics-std -Wline-truncation -Wno-align-commons -Wno-overwrite-recursive \
5 ! RUN: -Wno-tabs -Wreal-q-constant -Wsurprising -Wunderflow -Wunused-parameter \
6 ! RUN: -Wrealloc-lhs -Wrealloc-lhs-all -Wfrontend-loop-interchange -Wtarget-lifetime %s \
7 ! RUN: -c 2>&1 | FileCheck %s
9 ! CHECK: The warning option '-Wextra' is not supported
10 ! CHECK-NEXT: The warning option '-Waliasing' is not supported
11 ! CHECK-NEXT: The warning option '-Wampersand' is not supported
12 ! CHECK-NEXT: The warning option '-Warray-bounds' is not supported
13 ! CHECK-NEXT: The warning option '-Wc-binding-type' is not supported
14 ! CHECK-NEXT: The warning option '-Wcharacter-truncation' is not supported
15 ! CHECK-NEXT: The warning option '-Wconversion' is not supported
16 ! CHECK-NEXT: The warning option '-Wdo-subscript' is not supported
17 ! CHECK-NEXT: The warning option '-Wfunction-elimination' is not supported
18 ! CHECK-NEXT: The warning option '-Wimplicit-interface' is not supported
19 ! CHECK-NEXT: The warning option '-Wimplicit-procedure' is not supported
20 ! CHECK-NEXT: The warning option '-Wintrinsic-shadow' is not supported
21 ! CHECK-NEXT: The warning option '-Wuse-without-only' is not supported
22 ! CHECK-NEXT: The warning option '-Wintrinsics-std' is not supported
23 ! CHECK-NEXT: The warning option '-Wline-truncation' is not supported
24 ! CHECK-NEXT: The warning option '-Wno-align-commons' is not supported
25 ! CHECK-NEXT: The warning option '-Wno-overwrite-recursive' is not supported
26 ! CHECK-NEXT: The warning option '-Wno-tabs' is not supported
27 ! CHECK-NEXT: The warning option '-Wreal-q-constant' is not supported
28 ! CHECK-NEXT: The warning option '-Wsurprising' is not supported
29 ! CHECK-NEXT: The warning option '-Wunderflow' is not supported
30 ! CHECK-NEXT: The warning option '-Wunused-parameter' is not supported
31 ! CHECK-NEXT: The warning option '-Wrealloc-lhs' is not supported
32 ! CHECK-NEXT: The warning option '-Wrealloc-lhs-all' is not supported
33 ! CHECK-NEXT: The warning option '-Wfrontend-loop-interchange' is not supported
34 ! CHECK-NEXT: The warning option '-Wtarget-lifetime' is not supported
36 program m
37 end program