File: w-arg-unsupported.f90

package info (click to toggle)
llvm-toolchain-19 1%3A19.1.7-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,998,520 kB
  • sloc: cpp: 6,951,680; ansic: 1,486,157; asm: 913,598; python: 232,024; f90: 80,126; objc: 75,281; lisp: 37,276; pascal: 16,990; sh: 10,009; ml: 5,058; perl: 4,724; awk: 3,523; makefile: 3,167; javascript: 2,504; xml: 892; fortran: 664; cs: 573
file content (37 lines) | stat: -rw-r--r-- 2,410 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
! RUN: %flang -std=f2018 -Wextra -Waliasing -Wampersand -Warray-bounds -Wc-binding-type \
! RUN:        -Wcharacter-truncation -Wconversion -Wdo-subscript -Wfunction-elimination \
! RUN:        -Wimplicit-interface -Wimplicit-procedure -Wintrinsic-shadow -Wuse-without-only \
! RUN:        -Wintrinsics-std -Wline-truncation -Wno-align-commons -Wno-overwrite-recursive \
! RUN:        -Wno-tabs -Wreal-q-constant -Wsurprising -Wunderflow -Wunused-parameter \
! RUN:        -Wrealloc-lhs -Wrealloc-lhs-all -Wfrontend-loop-interchange -Wtarget-lifetime %s \
! RUN:        -c 2>&1 | FileCheck %s

! CHECK: the warning option '-Wextra' is not supported
! CHECK-NEXT: the warning option '-Waliasing' is not supported
! CHECK-NEXT: the warning option '-Wampersand' is not supported
! CHECK-NEXT: the warning option '-Warray-bounds' is not supported
! CHECK-NEXT: the warning option '-Wc-binding-type' is not supported
! CHECK-NEXT: the warning option '-Wcharacter-truncation' is not supported
! CHECK-NEXT: the warning option '-Wconversion' is not supported
! CHECK-NEXT: the warning option '-Wdo-subscript' is not supported
! CHECK-NEXT: the warning option '-Wfunction-elimination' is not supported
! CHECK-NEXT: the warning option '-Wimplicit-interface' is not supported
! CHECK-NEXT: the warning option '-Wimplicit-procedure' is not supported
! CHECK-NEXT: the warning option '-Wintrinsic-shadow' is not supported
! CHECK-NEXT: the warning option '-Wuse-without-only' is not supported
! CHECK-NEXT: the warning option '-Wintrinsics-std' is not supported
! CHECK-NEXT: the warning option '-Wline-truncation' is not supported
! CHECK-NEXT: the warning option '-Wno-align-commons' is not supported
! CHECK-NEXT: the warning option '-Wno-overwrite-recursive' is not supported
! CHECK-NEXT: the warning option '-Wno-tabs' is not supported
! CHECK-NEXT: the warning option '-Wreal-q-constant' is not supported
! CHECK-NEXT: the warning option '-Wsurprising' is not supported
! CHECK-NEXT: the warning option '-Wunderflow' is not supported
! CHECK-NEXT: the warning option '-Wunused-parameter' is not supported
! CHECK-NEXT: the warning option '-Wrealloc-lhs' is not supported
! CHECK-NEXT: the warning option '-Wrealloc-lhs-all' is not supported
! CHECK-NEXT: the warning option '-Wfrontend-loop-interchange' is not supported
! CHECK-NEXT: the warning option '-Wtarget-lifetime' is not supported

program m
end program