• Home
  • Raw
  • Download

Lines Matching full:run

5 ! RUN: %clang -no-canonical-prefixes -target i386-linux -### %s -o %t 2>&1 \
6 ! RUN: -Aquestion=answer \
7 ! RUN: -A-question=answer \
8 ! RUN: -C \
9 ! RUN: -CC \
10 ! RUN: -Dmacro \
11 ! RUN: -Dmacro=value \
12 ! RUN: -H \
13 ! RUN: -Isome/directory \
14 ! RUN: -Jsome/other/directory \
15 ! RUN: -P \
16 ! RUN: -Umacro \
17 ! RUN: -Waliasing \
18 ! RUN: -Walign-commons \
19 ! RUN: -Wall \
20 ! RUN: -Wampersand \
21 ! RUN: -Warray-bounds \
22 ! RUN: -Wc-binding-type \
23 ! RUN: -Wcharacter-truncation \
24 ! RUN: -Wconversion \
25 ! RUN: -Wfunction-elimination \
26 ! RUN: -Wimplicit-interface \
27 ! RUN: -Wimplicit-procedure \
28 ! RUN: -Wintrinsic-shadow \
29 ! RUN: -Wintrinsics-std \
30 ! RUN: -Wline-truncation \
31 ! RUN: -Wreal-q-constant \
32 ! RUN: -Wrealloc-lhs \
33 ! RUN: -Wsurprising \
34 ! RUN: -Wtabs \
35 ! RUN: -Wtarget-lifetime \
36 ! RUN: -Wunderflow \
37 ! RUN: -Wunused-parameter \
38 ! RUN: -cpp \
39 ! RUN: -dD \
40 ! RUN: -dI \
41 ! RUN: -dM \
42 ! RUN: -dN \
43 ! RUN: -dU \
44 ! RUN: -faggressive-function-elimination \
45 ! RUN: -falign-commons \
46 ! RUN: -fall-intrinsics \
47 ! RUN: -fautomatic \
48 ! RUN: -fbackslash \
49 ! RUN: -fbacktrace \
50 ! RUN: -fblas-matmul-limit=42 \
51 ! RUN: -fbounds-check \
52 ! RUN: -fcheck-array-temporaries \
53 ! RUN: -fcheck=all \
54 ! RUN: -fcoarray=none \
55 ! RUN: -fconvert=foobar \
56 ! RUN: -fcray-pointer \
57 ! RUN: -fd-lines-as-code \
58 ! RUN: -fd-lines-as-comments \
59 ! RUN: -fdefault-double-8 \
60 ! RUN: -fdefault-integer-8 \
61 ! RUN: -fdefault-real-8 \
62 ! RUN: -fdollar-ok \
63 ! RUN: -fdump-fortran-optimized \
64 ! RUN: -fdump-fortran-original \
65 ! RUN: -fdump-parse-tree \
66 ! RUN: -fexternal-blas \
67 ! RUN: -ff2c \
68 ! RUN: -ffixed-form \
69 ! RUN: -ffixed-line-length-42 \
70 ! RUN: -ffpe-trap=list \
71 ! RUN: -ffree-form \
72 ! RUN: -ffree-line-length-42 \
73 ! RUN: -ffrontend-optimize \
74 ! RUN: -fimplicit-none \
75 ! RUN: -finit-character=n \
76 ! RUN: -finit-integer=n \
77 ! RUN: -finit-local-zero \
78 ! RUN: -finit-logical=false \
79 ! RUN: -finit-real=zero \
80 ! RUN: -finteger-4-integer-8 \
81 ! RUN: -fintrinsic-modules-path \
82 ! RUN: -fmax-array-constructor=42 \
83 ! RUN: -fmax-errors=42 \
84 ! RUN: -fmax-identifier-length \
85 ! RUN: -fmax-stack-var-size=42 \
86 ! RUN: -fmax-subrecord-length=42 \
87 ! RUN: -fmodule-private \
88 ! RUN: -fopenmp \
89 ! RUN: -fpack-derived \
90 ! RUN: -fprotect-parens \
91 ! RUN: -frange-check \
92 ! RUN: -freal-4-real-10 \
93 ! RUN: -freal-4-real-16 \
94 ! RUN: -freal-4-real-8 \
95 ! RUN: -freal-8-real-10 \
96 ! RUN: -freal-8-real-16 \
97 ! RUN: -freal-8-real-4 \
98 ! RUN: -frealloc-lhs \
99 ! RUN: -frecord-marker=42 \
100 ! RUN: -frecursive \
101 ! RUN: -frepack-arrays \
102 ! RUN: -fsecond-underscore \
103 ! RUN: -fshort-enums \
104 ! RUN: -fsign-zero \
105 ! RUN: -fstack-arrays \
106 ! RUN: -fsyntax-only \
107 ! RUN: -funderscoring \
108 ! RUN: -fwhole-file \
109 ! RUN: -fworking-directory \
110 ! RUN: -imultilib \
111 ! RUN: -iprefix \
112 ! RUN: -iquote \
113 ! RUN: -isysroot \
114 ! RUN: -isystem \
115 ! RUN: -nocpp \
116 ! RUN: -nostdinc \
117 ! RUN: -pedantic \
118 ! RUN: -pedantic-errors \
119 ! RUN: -static-libgfortran \
120 ! RUN: -std=f90 \
121 ! RUN: -undef \
122 ! RUN: | FileCheck %s
248 ! RUN: %clang -no-canonical-prefixes -target i386-linux -fsyntax-only -### %s -o %t 2>&1 | \
250 ! RUN: grep -e error: -e -fsyntax-only | FileCheck %s --check-prefix=CHECK-PR22234
258 ! RUN: %clang -no-canonical-prefixes -target i386-linux -### %s -o %t 2>&1 \
259 ! RUN: | FileCheck %s --check-prefix=CHECK-PR22234-R