brintos

brintos / llvm-project-archived public Read only

0
0
Text · 2.4 KiB · be753bf Raw
38 lines · plain
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 %s8 9! CHECK: the warning option '-Wextra' is not supported10! CHECK-NEXT: the warning option '-Waliasing' is not supported11! CHECK-NEXT: the warning option '-Wampersand' is not supported12! CHECK-NEXT: the warning option '-Warray-bounds' is not supported13! CHECK-NEXT: the warning option '-Wc-binding-type' is not supported14! CHECK-NEXT: the warning option '-Wcharacter-truncation' is not supported15! CHECK-NEXT: the warning option '-Wconversion' is not supported16! CHECK-NEXT: the warning option '-Wdo-subscript' is not supported17! CHECK-NEXT: the warning option '-Wfunction-elimination' is not supported18! CHECK-NEXT: the warning option '-Wimplicit-interface' is not supported19! CHECK-NEXT: the warning option '-Wimplicit-procedure' is not supported20! CHECK-NEXT: the warning option '-Wintrinsic-shadow' is not supported21! CHECK-NEXT: the warning option '-Wuse-without-only' is not supported22! CHECK-NEXT: the warning option '-Wintrinsics-std' is not supported23! CHECK-NEXT: the warning option '-Wline-truncation' is not supported24! CHECK-NEXT: the warning option '-Wno-align-commons' is not supported25! CHECK-NEXT: the warning option '-Wno-overwrite-recursive' is not supported26! CHECK-NEXT: the warning option '-Wno-tabs' is not supported27! CHECK-NEXT: the warning option '-Wreal-q-constant' is not supported28! CHECK-NEXT: the warning option '-Wsurprising' is not supported29! CHECK-NEXT: the warning option '-Wunderflow' is not supported30! CHECK-NEXT: the warning option '-Wunused-parameter' is not supported31! CHECK-NEXT: the warning option '-Wrealloc-lhs' is not supported32! CHECK-NEXT: the warning option '-Wrealloc-lhs-all' is not supported33! CHECK-NEXT: the warning option '-Wfrontend-loop-interchange' is not supported34! CHECK-NEXT: the warning option '-Wtarget-lifetime' is not supported35 36program m37end program38