File: w-arg-unsupported.f90

package info (click to toggle)
swiftlang 6.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,519,992 kB
  • sloc: cpp: 9,107,863; ansic: 2,040,022; asm: 1,135,751; python: 296,500; objc: 82,456; f90: 60,502; lisp: 34,951; pascal: 19,946; sh: 18,133; perl: 7,482; ml: 4,937; javascript: 4,117; makefile: 3,840; awk: 3,535; xml: 914; fortran: 619; cs: 573; ruby: 573
file content (37 lines) | stat: -rw-r--r-- 2,410 bytes parent folder | download | duplicates (3)
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