• Home
  • Raw
  • Download

Lines Matching full:run

10 // RUN: %clang -### -fno-honor-infinities -c %s 2>&1 \
11 // RUN: | FileCheck --check-prefix=CHECK-NO-INFS %s
13 // RUN: %clang -### -fno-honor-infinites -c %s 2>&1 \
14 // RUN: | FileCheck --check-prefix=CHECK-NO-INFS %s
18 // RUN: %clang -### -fno-fast-math -fno-honor-infinities -c %s 2>&1 \
19 // RUN: | FileCheck --check-prefix=CHECK-NO-FAST-MATH-NO-INFS %s
23 // RUN: %clang -### -fno-honor-infinities -fno-fast-math -c %s 2>&1 \
24 // RUN: | FileCheck --check-prefix=CHECK-NO-INFS-NO-FAST-MATH %s
28 // RUN: %clang -### -fno-signed-zeros -c %s 2>&1 \
29 // RUN: | FileCheck --check-prefix=CHECK-NO-SIGNED-ZEROS %s
33 // RUN: %clang -### -fno-fast-math -fno-signed-zeros -c %s 2>&1 \
34 // RUN: | FileCheck --check-prefix=CHECK-NO-FAST-MATH-NO-SIGNED-ZEROS %s
38 // RUN: %clang -### -fno-signed-zeros -fno-fast-math -c %s 2>&1 \
39 // RUN: | FileCheck --check-prefix=CHECK-NO-SIGNED-ZEROS-NO-FAST-MATH %s
43 // RUN: %clang -### -freciprocal-math -c %s 2>&1 \
44 // RUN: | FileCheck --check-prefix=CHECK-RECIPROCAL-MATH %s
48 // RUN: %clang -### -fno-fast-math -freciprocal-math -c %s 2>&1 \
49 // RUN: | FileCheck --check-prefix=CHECK-NO-FAST-MATH-RECIPROCAL-MATH %s
53 // RUN: %clang -### -freciprocal-math -fno-fast-math -c %s 2>&1 \
54 // RUN: | FileCheck --check-prefix=CHECK-RECIPROCAL-MATH-NO-FAST-MATH %s
58 // RUN: %clang -### -fno-honor-nans -c %s 2>&1 \
59 // RUN: | FileCheck --check-prefix=CHECK-NO-NANS %s
63 // RUN: %clang -### -fno-fast-math -fno-honor-nans -c %s 2>&1 \
64 // RUN: | FileCheck --check-prefix=CHECK-NO-FAST-MATH-NO-NANS %s
68 // RUN: %clang -### -fno-honor-nans -fno-fast-math -c %s 2>&1 \
69 // RUN: | FileCheck --check-prefix=CHECK-NO-NANS-NO-FAST-MATH %s
73 // RUN: %clang -### -fmath-errno -c %s 2>&1 \
74 // RUN: | FileCheck --check-prefix=CHECK-MATH-ERRNO %s
78 // RUN: %clang -### -fmath-errno -fno-math-errno -c %s 2>&1 \
79 // RUN: | FileCheck --check-prefix=CHECK-NO-MATH-ERRNO %s
84 // RUN: %clang -### -target i686-unknown-linux -c %s 2>&1 \
85 // RUN: | FileCheck --check-prefix=CHECK-MATH-ERRNO %s
86 // RUN: %clang -### -target i686-apple-darwin -c %s 2>&1 \
87 // RUN: | FileCheck --check-prefix=CHECK-NO-MATH-ERRNO %s
88 // RUN: %clang -### -target x86_64-unknown-freebsd -c %s 2>&1 \
89 // RUN: | FileCheck --check-prefix=CHECK-NO-MATH-ERRNO %s
90 // RUN: %clang -### -target x86_64-unknown-netbsd -c %s 2>&1 \
91 // RUN: | FileCheck --check-prefix=CHECK-NO-MATH-ERRNO %s
92 // RUN: %clang -### -target x86_64-unknown-openbsd -c %s 2>&1 \
93 // RUN: | FileCheck --check-prefix=CHECK-NO-MATH-ERRNO %s
94 // RUN: %clang -### -target x86_64-unknown-dragonfly -c %s 2>&1 \
95 // RUN: | FileCheck --check-prefix=CHECK-NO-MATH-ERRNO %s
100 // RUN: %clang -### -ffast-math -c %s 2>&1 \
101 // RUN: | FileCheck --check-prefix=CHECK-NO-MATH-ERRNO %s
102 // RUN: %clang -### -fmath-errno -ffast-math -c %s 2>&1 \
103 // RUN: | FileCheck --check-prefix=CHECK-NO-MATH-ERRNO %s
104 // RUN: %clang -### -ffast-math -fmath-errno -c %s 2>&1 \
105 // RUN: | FileCheck --check-prefix=CHECK-MATH-ERRNO %s
106 // RUN: %clang -### -target i686-unknown-linux -fno-fast-math -c %s 2>&1 \
107 // RUN: | FileCheck --check-prefix=CHECK-MATH-ERRNO %s
108 // RUN: %clang -### -target i686-unknown-linux -fno-math-errno -fno-fast-math -c %s 2>&1 \
109 // RUN: | FileCheck --check-prefix=CHECK-MATH-ERRNO %s
110 // RUN: %clang -### -target i686-apple-darwin -fno-fast-math -c %s 2>&1 \
111 // RUN: | FileCheck --check-prefix=CHECK-NO-MATH-ERRNO %s
112 // RUN: %clang -### -target i686-apple-darwin -fno-math-errno -fno-fast-math -c %s 2>&1 \
113 // RUN: | FileCheck --check-prefix=CHECK-NO-MATH-ERRNO %s
114 // RUN: %clang -### -fno-fast-math -fno-math-errno -c %s 2>&1 \
115 // RUN: | FileCheck --check-prefix=CHECK-NO-MATH-ERRNO %s
117 // RUN: %clang -### -fno-math-errno -fassociative-math -freciprocal-math \
118 // RUN: -fno-signed-zeros -fno-trapping-math -c %s 2>&1 \
119 // RUN: | FileCheck --check-prefix=CHECK-UNSAFE-MATH %s
123 // RUN: %clang -### -fno-fast-math -fno-math-errno -fassociative-math -freciprocal-math \
124 // RUN: -fno-signed-zeros -fno-trapping-math -c %s 2>&1 \
125 // RUN: | FileCheck --check-prefix=CHECK-NO-FAST-MATH-UNSAFE-MATH %s
129 // RUN: %clang -### -fno-fast-math -fno-math-errno -fassociative-math -freciprocal-math \
130 // RUN: -fno-fast-math -fno-signed-zeros -fno-trapping-math -c %s 2>&1 \
131 // RUN: | FileCheck --check-prefix=CHECK-UNSAFE-MATH-NO-FAST-MATH %s
136 // RUN: %clang -### -ffast-math -c %s 2>&1 \
137 // RUN: | FileCheck --check-prefix=CHECK-NO-INFS %s
138 // RUN: %clang -### -ffast-math -c %s 2>&1 \
139 // RUN: | FileCheck --check-prefix=CHECK-NO-NANS %s
140 // RUN: %clang -### -ffast-math -c %s 2>&1 \
141 // RUN: | FileCheck --check-prefix=CHECK-UNSAFE-MATH %s
142 // RUN: %clang -### -ffinite-math-only -c %s 2>&1 \
143 // RUN: | FileCheck --check-prefix=CHECK-NO-INFS %s
144 // RUN: %clang -### -ffinite-math-only -c %s 2>&1 \
145 // RUN: | FileCheck --check-prefix=CHECK-NO-NANS %s
146 // RUN: %clang -### -funsafe-math-optimizations -fno-math-errno -c %s 2>&1 \
147 // RUN: | FileCheck --check-prefix=CHECK-UNSAFE-MATH %s
153 // RUN: %clang -### -ffast-math -c %s 2>&1 \
154 // RUN: | FileCheck --check-prefix=CHECK-FAST-MATH %s
155 // RUN: %clang -### -fno-fast-math -ffast-math -c %s 2>&1 \
156 // RUN: | FileCheck --check-prefix=CHECK-FAST-MATH %s
157 // RUN: %clang -### -ffast-math -fno-finite-math-only \
158 // RUN: -fno-unsafe-math-optimizations -fmath-errno -c %s 2>&1 \
159 // RUN: | FileCheck --check-prefix=CHECK-FAST-MATH %s
163 // RUN: %clang -### -ffast-math -fno-fast-math -c %s 2>&1 \
164 // RUN: | FileCheck --check-prefix=CHECK-NO-FAST-MATH %s
170 // RUN: %clang -### -fno-honor-infinities -fhonor-infinities -c %s 2>&1 \
171 // RUN: | FileCheck --check-prefix=CHECK-NO-NO-INFS %s
172 // RUN: %clang -### -ffinite-math-only -fhonor-infinities -c %s 2>&1 \
173 // RUN: | FileCheck --check-prefix=CHECK-NO-NO-INFS %s
174 // RUN: %clang -### -ffinite-math-only -fno-finite-math-only -c %s 2>&1 \
175 // RUN: | FileCheck --check-prefix=CHECK-NO-NO-INFS %s
176 // RUN: %clang -### -ffast-math -fhonor-infinities -c %s 2>&1 \
177 // RUN: | FileCheck --check-prefix=CHECK-NO-NO-INFS %s
178 // RUN: %clang -### -ffast-math -fno-finite-math-only -c %s 2>&1 \
179 // RUN: | FileCheck --check-prefix=CHECK-NO-NO-INFS %s
184 // RUN: %clang -### -fno-honor-nans -fhonor-nans -c %s 2>&1 \
185 // RUN: | FileCheck --check-prefix=CHECK-NO-NO-NANS %s
186 // RUN: %clang -### -ffinite-math-only -fhonor-nans -c %s 2>&1 \
187 // RUN: | FileCheck --check-prefix=CHECK-NO-NO-NANS %s
188 // RUN: %clang -### -ffinite-math-only -fno-finite-math-only -c %s 2>&1 \
189 // RUN: | FileCheck --check-prefix=CHECK-NO-NO-NANS %s
190 // RUN: %clang -### -ffast-math -fhonor-nans -c %s 2>&1 \
191 // RUN: | FileCheck --check-prefix=CHECK-NO-NO-NANS %s
192 // RUN: %clang -### -ffast-math -fno-finite-math-only -c %s 2>&1 \
193 // RUN: | FileCheck --check-prefix=CHECK-NO-NO-NANS %s
198 // RUN: %clang -### -fassociative-math -freciprocal-math -fno-signed-zeros \
199 // RUN: -fno-trapping-math -fno-associative-math -c %s 2>&1 \
200 // RUN: | FileCheck --check-prefix=CHECK-NO-UNSAFE-MATH %s
201 // RUN: %clang -### -fassociative-math -freciprocal-math -fno-signed-zeros \
202 // RUN: -fno-trapping-math -fno-reciprocal-math -c %s 2>&1 \
203 // RUN: | FileCheck --check-prefix=CHECK-NO-UNSAFE-MATH %s
204 // RUN: %clang -### -fassociative-math -freciprocal-math -fno-signed-zeros \
205 // RUN: -fno-trapping-math -fsigned-zeros -c %s 2>&1 \
206 // RUN: | FileCheck --check-prefix=CHECK-NO-UNSAFE-MATH %s
207 // RUN: %clang -### -fassociative-math -freciprocal-math -fno-signed-zeros \
208 // RUN: -fno-trapping-math -ftrapping-math -c %s 2>&1 \
209 // RUN: | FileCheck --check-prefix=CHECK-NO-UNSAFE-MATH %s
210 // RUN: %clang -### -funsafe-math-optimizations -fno-associative-math -c %s \
211 // RUN: 2>&1 | FileCheck --check-prefix=CHECK-NO-UNSAFE-MATH %s
212 // RUN: %clang -### -funsafe-math-optimizations -fno-reciprocal-math -c %s \
213 // RUN: 2>&1 | FileCheck --check-prefix=CHECK-NO-UNSAFE-MATH %s
214 // RUN: %clang -### -funsafe-math-optimizations -fsigned-zeros -c %s 2>&1 \
215 // RUN: | FileCheck --check-prefix=CHECK-NO-UNSAFE-MATH %s
216 // RUN: %clang -### -funsafe-math-optimizations -ftrapping-math -c %s 2>&1 \
217 // RUN: | FileCheck --check-prefix=CHECK-NO-UNSAFE-MATH %s
218 // RUN: %clang -### -funsafe-math-optimizations -fno-unsafe-math-optimizations \
219 // RUN: -c %s 2>&1 \
220 // RUN: | FileCheck --check-prefix=CHECK-NO-UNSAFE-MATH %s
221 // RUN: %clang -### -ffast-math -fno-associative-math -c %s 2>&1 \
222 // RUN: | FileCheck --check-prefix=CHECK-NO-UNSAFE-MATH %s
223 // RUN: %clang -### -ffast-math -fno-reciprocal-math -c %s 2>&1 \
224 // RUN: | FileCheck --check-prefix=CHECK-NO-UNSAFE-MATH %s
225 // RUN: %clang -### -ffast-math -fsigned-zeros -c %s 2>&1 \
226 // RUN: | FileCheck --check-prefix=CHECK-NO-UNSAFE-MATH %s
227 // RUN: %clang -### -ffast-math -ftrapping-math -c %s 2>&1 \
228 // RUN: | FileCheck --check-prefix=CHECK-NO-UNSAFE-MATH %s
229 // RUN: %clang -### -ffast-math -fno-unsafe-math-optimizations -c %s 2>&1 \
230 // RUN: | FileCheck --check-prefix=CHECK-NO-UNSAFE-MATH %s