]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/ChangeLog
re PR tree-optimization/69308 (ifcombine joins together floating point expression...
[thirdparty/gcc.git] / gcc / testsuite / ChangeLog
CommitLineData
40e26f94
TV
12016-01-18 Tom de Vries <tom@codesourcery.com>
2
3 * c-c++-common/goacc/kernels-counter-vars-function-scope.c: New test.
4 * c-c++-common/goacc/kernels-double-reduction.c: New test.
5 * c-c++-common/goacc/kernels-empty.c: New test.
6 * c-c++-common/goacc/kernels-eternal.c: New test.
7 * c-c++-common/goacc/kernels-loop-2.c: New test.
8 * c-c++-common/goacc/kernels-loop-3.c: New test.
9 * c-c++-common/goacc/kernels-loop-data-2.c: New test.
10 * c-c++-common/goacc/kernels-loop-data-enter-exit-2.c: New test.
11 * c-c++-common/goacc/kernels-loop-data-enter-exit.c: New test.
12 * c-c++-common/goacc/kernels-loop-data-update.c: New test.
13 * c-c++-common/goacc/kernels-loop-data.c: New test.
14 * c-c++-common/goacc/kernels-loop-g.c: New test.
15 * c-c++-common/goacc/kernels-loop-mod-not-zero.c: New test.
16 * c-c++-common/goacc/kernels-loop-n.c: New test.
17 * c-c++-common/goacc/kernels-loop-nest.c: New test.
18 * c-c++-common/goacc/kernels-loop.c: New test.
19 * c-c++-common/goacc/kernels-noreturn.c: New test.
20 * c-c++-common/goacc/kernels-one-counter-var.c: New test.
21 * c-c++-common/goacc/kernels-parallel-loop-data-enter-exit.c: New test.
22 * c-c++-common/goacc/kernels-reduction.c: New test.
23
a98d4647
TV
242016-01-18 Tom de Vries <tom@codesourcery.com>
25
26 * gcc.dg/autopar/outer-1.c: Update for new parloops instantiation.
27 * gcc.dg/autopar/outer-2.c: Same.
28 * gcc.dg/autopar/outer-3.c: Same.
29 * gcc.dg/autopar/outer-4.c: Same.
30 * gcc.dg/autopar/outer-5.c: Same.
31 * gcc.dg/autopar/outer-6.c: Same.
32 * gcc.dg/autopar/parallelization-1.c: Same.
33 * gcc.dg/autopar/parloops-exit-first-loop-alt-2.c: Same.
34 * gcc.dg/autopar/parloops-exit-first-loop-alt-3.c: Same.
35 * gcc.dg/autopar/parloops-exit-first-loop-alt-4.c: Same.
36 * gcc.dg/autopar/parloops-exit-first-loop-alt-5.c: Same.
37 * gcc.dg/autopar/parloops-exit-first-loop-alt-6.c: Same.
38 * gcc.dg/autopar/parloops-exit-first-loop-alt-7.c: Same.
39 * gcc.dg/autopar/parloops-exit-first-loop-alt-pr66652.c: Same.
40 * gcc.dg/autopar/parloops-exit-first-loop-alt.c: Same.
41 * gcc.dg/autopar/pr39500-1.c: Same.
42 * gcc.dg/autopar/pr39500-2.c: Same.
43 * gcc.dg/autopar/pr46193.c: Same.
44 * gcc.dg/autopar/pr46194.c: Same.
45 * gcc.dg/autopar/pr49580.c: Same.
46 * gcc.dg/autopar/pr49960-1.c: Same.
47 * gcc.dg/autopar/pr49960.c: Same.
48 * gcc.dg/autopar/pr68373.c: Same.
49 * gcc.dg/autopar/reduc-1.c: Same.
50 * gcc.dg/autopar/reduc-1char.c: Same.
51 * gcc.dg/autopar/reduc-1short.c: Same.
52 * gcc.dg/autopar/reduc-2.c: Same.
53 * gcc.dg/autopar/reduc-2char.c: Same.
54 * gcc.dg/autopar/reduc-2short.c: Same.
55 * gcc.dg/autopar/reduc-3.c: Same.
56 * gcc.dg/autopar/reduc-4.c: Same.
57 * gcc.dg/autopar/reduc-6.c: Same.
58 * gcc.dg/autopar/reduc-7.c: Same.
59 * gcc.dg/autopar/reduc-8.c: Same.
60 * gcc.dg/autopar/reduc-9.c: Same.
61 * gcc.dg/autopar/uns-outer-4.c: Same.
62 * gcc.dg/autopar/uns-outer-5.c: Same.
63 * gcc.dg/autopar/uns-outer-6.c: Same.
64 * gfortran.dg/parloops-exit-first-loop-alt-2.f95: Same.
65 * gfortran.dg/parloops-exit-first-loop-alt.f95: Same.
66
da976fa8
AL
672016-01-18 Alan Lawrence <alan.lawrence@arm.com>
68
69 PR target/63679
70 * gcc.dg/tree-ssa/ssa-dom-cse-2.c: Remove XFAIL for powerpc(32), hppa,
71 aarch64, sparc, s390. Add --param sra-max-scalarization-size-Ospeed.
72
70c1e886
AL
732016-01-18 Alan Lawrence <alan.lawrence@arm.com>
74
75 PR target/63679
76 * gcc.dg/tree-ssa/ssa-dom-cse-5.c: New.
77 * gcc.dg/tree-ssa/ssa-dom-cse-6.c: New.
78 * gcc.dg/tree-ssa/ssa-dom-cse-7.c: New.
79
88bed196
AL
802016-01-18 Alan Lawrence <alan.lawrence@arm.com>
81
82 PR target/63679
83 * gcc.dg/tree-ssa/sra-17.c: New.
84 * gcc.dg/tree-ssa/sra-18.c: New.
85
3dd5f42e
IE
862016-01-18 Ilya Enkovich <enkovich.gnu@gmail.com>
87
88 * gcc.target/i386/pr65105-5.c: Adjust to andn generation.
89
ae5a77fa
EB
902016-01-18 Eric Botcazou <ebotcazou@adacore.com>
91
92 * gnat.dg/inline12.adb: New test.
93
11e57fc6
BC
942016-01-18 Bin Cheng <bin.cheng@arm.com>
95
96 PR tree-optimization/66797
97 * gcc.c-torture/execute/pr65447.c: Relax check condition.
98
995b6fe0
RB
992016-01-18 Richard Biener <rguenther@suse.de>
100
101 PR tree-optimization/69170
102 * gcc.dg/torture/pr69170.c: New testcase.
103
d656d82e
JDA
1042016-01-17 John David Anglin <danglin@gcc.gnu.org>
105
106 * gcc.dg/torture/builtin-integral-1.c: Require c99_runtime.
107
d69da357
TV
1082016-01-16 Tom de Vries <tom@codesourcery.com>
109
110 * c-c++-common/goacc/kernels-alias-ipa-pta-4.c: New test.
111
a3845283
TV
1122016-01-16 Tom de Vries <tom@codesourcery.com>
113
114 * gcc.dg/parloops-exit-first-loop-alt.c: Move ...
115 * gcc.dg/autopar/parloops-exit-first-loop-alt.c: ... here. Remove
116 redundant dg-require-effective-target pthread.
117 * gcc.dg/parloops-exit-first-loop-alt-2.c: Same.
118 * gcc.dg/parloops-exit-first-loop-alt-3.c: Same.
119 * gcc.dg/parloops-exit-first-loop-alt-4.c: Same.
120 * gcc.dg/parloops-exit-first-loop-alt-5.c: Same.
121 * gcc.dg/parloops-exit-first-loop-alt-6.c: Same.
122 * gcc.dg/parloops-exit-first-loop-alt-7.c: Same.
123 * gcc.dg/parloops-exit-first-loop-alt-pr66652.c: Same.
124
197a6aa6
DE
1252016-01-16 David Edelsohn <dje.gcc@gmail.com>
126
127 PR target/68609
128 * gcc.target/powerpc/recip-6.c: Enable on AIX.
129 * gcc.target/powerpc/recip-7.c: Same.
130
ec7886c1
PP
1312016-01-16 Patrick Palka <ppalka@gcc.gnu.org>
132
133 PR c++/69091
134 * g++.dg/template/pr69091.C: New test.
135
203484bb
PP
1362016-01-16 Patrick Palka <ppalka@gcc.gnu.org>
137
138 * c-c++-common/cilk-plus/AN/an-if.c: Check that the original
139 dump does not contain an error_mark_node.
140 * c-c++-common/cilk-plus/CK/pr60469.c: Likewise.
141 * c-c++-common/cilk-plus/AN/fn_ptr-2.c: New xfail'd test.
142
aa2500e9
PP
1432016-01-16 Patrick Palka <ppalka@gcc.gnu.org>
144
145 PR c++/68936
146 * g++.dg/template/pr68936.C: New test.
147
28621a5c
DE
1482016-01-15 David Edelsohn <dje.gcc@gmail.com>
149
150 PR target/68609
151 * gcc.target/powerpc/recip-1.c: Adjust for Goldschmidt's Algorithm.
152 * gcc.target/powerpc/recip-2.c: Same.
153 * gcc.target/powerpc/recip-3.c: Same.
154 * gcc.target/powerpc/recip-4.c: Same.
155 * gcc.target/powerpc/recip-sqrtf.c: Same.
156
40c43aca
JL
1572016-01-15 Jeff Law <law@redhat.com>
158
159 PR tree-optimization/69270
160 * gcc.dg/tree-ssa/pr69270-2.c: New test.
161 * gcc.dg/tree-ssa/pr69270-3.c: New test.
162
afbc5ae8
PT
1632016-01-15 Paul Thomas <pault@gcc.gnu.org>
164
165 PR fortran/49630
166 * gfortran.dg/deferred_character_13.f90: New test for the fix
167 of comment 3 of the PR.
168
169 PR fortran/54070
170 * gfortran.dg/deferred_character_8.f90: New test
171 * gfortran.dg/allocate_error_5.f90: New test
172
173 PR fortran/60593
174 * gfortran.dg/deferred_character_10.f90: New test
175
176 PR fortran/60795
177 * gfortran.dg/deferred_character_14.f90: New test
178
179 PR fortran/61147
180 * gfortran.dg/deferred_character_11.f90: New test
181
182 PR fortran/64324
183 * gfortran.dg/deferred_character_9.f90: New test
184
49abe076
VM
1852016-01-15 Vladimir Makarov <vmakarov@redhat.com>
186
187 PR rtl-optimization/69030
188 * gcc.target/i386/pr69030.c: New.
189
16d12992
KT
1902016-01-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
191
192 * gcc.target/aarch64/target_attr_17.c: New test.
193
78810bd3
RB
1942016-01-15 Richard Biener <rguenther@suse.de>
195
196 PR tree-optimization/66856
197 * gcc.dg/torture/pr66856-1.c: New testcase.
198 * gcc.dg/torture/pr66856-2.c: Likewise.
199
2bd847fe
RB
2002016-01-15 Richard Biener <rguenther@suse.de>
201
202 PR debug/69137
203 * g++.dg/lto/pr69137_0.C: New testcase.
204
a00fe3b7
RS
2052016-01-15 Richard Sandiford <richard.sandiford@arm.com>
206
207 PR middle-end/69246
208 * gcc.target/i386/pr69246.c: New test.
209
cbb0e83b
DV
2102016-01-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
211
212 * gfortran.dg/bind_c_array_params_2.f90: Fix test patterns for
213 S/390.
214
5a500ecf
DV
2152016-01-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
216
217 PR c++/56194
218 * g++.dg/init/const9.C: Disable test on S/390.
219
5d9bf64f
DV
2202016-01-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
221
222 * g++.dg/Wframe-address.C: Test requires -mbackchain for s390*-*-*.
223 * g++.dg/Wno-frame-address.C: Ditto.
224
e234b19e
DV
2252016-01-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
226
227 * gcc.dg/tree-ssa/20040204-1.c: Do not xfail on S/390.
228
89483f99
RB
2292016-01-15 Richard Biener <rguenther@suse.de>
230
231 PR tree-optimization/68961
232 * gcc.dg/vect/costmodel/x86_64/costmodel-pr68961.c: New testcase.
233
94f37395
IE
2342016-01-15 Ilya Enkovich <enkovich.gnu@gmail.com>
235
236 * gcc.target/i386/pr65105-5.c: New test.
237
0f6176e6
JH
2382016-01-15 Jan Hubicka <hubicka@ucw.cz>
239
240 * gcc.c-torture/execute/alias-4.c: New testcase.
241
824ca15e
JH
2422016-01-15 Jan Hubicka <hubicka@ucw.cz>
243
244 PR ipa/68148
245 * g++.dg/ipa/devirt-49.C: New testcase.
246
092f7deb 2472016-01-15 Christian Bruel <christian.bruel@st.com>
edef1fa8
CB
248
249 PR target/65837
250 * gcc.target/arm/attr-neon-builtin-fail2.c: New test.
251 * gcc.target/arm/lto/pr65837-attr_0.c: New test.
252 * gcc.target/arm/lto/pr65837_0.c: Fix skip condition and use ACLE name.
253
e93c66bc
RB
2542016-01-15 Richard Biener <rguenther@suse.de>
255
256 PR tree-optimization/69117
257 * gcc.dg/torture/pr69117.c: New testcase.
258
c47eaca6 2592015-01-14 Ryan Burn <contact@rnburn.com>
b6e3db06
RB
260
261 PR c++/69048
262 * g++.dg/cilk-plus/CK/pr69048.cc: New test.
263
c3f6914a
FXC
2642016-01-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
265
266 PR testsuite/67509
267 * gfortran.dg/ieee/ieee_7.f90: For out of bound precision or
268 range tests use 100 * maximum instead of maximum + 1.
269
cd65ae90
JJ
2702016-01-14 Jakub Jelinek <jakub@redhat.com>
271
272 PR debug/69244
273 * gcc.dg/guality/pr69244.c: New test.
274
19643948
UB
2752016-01-14 Uros Bizjak <ubizjak@gmail.com>
276
277 * lib/target-supports.exp (check_effective_target_issignaling):
278 New procedure.
279 * gcc.dg/pr61441.c: Require issignaling effective target.
280
fe79c97e
SB
2812016-01-14 Segher Boessenkool <segher@kernel.crashing.org>
282
283 PR target/68803
284 * gcc.target/powerpc/20050603-3.c: Add xfails for powerpc64le.
285
c7df95d8
DM
2862016-01-14 David Malcolm <dmalcolm@redhat.com>
287
288 PR c++/68819
289 PR preprocessor/69177
290 * gcc.dg/plugin/location-overflow-test-1.c: New test case.
291 * gcc.dg/plugin/location-overflow-test-2.c: New test case.
292 * gcc.dg/plugin/location_overflow_plugin.c: New test plugin.
293 * gcc.dg/plugin/plugin.exp (plugin_test_list): Add the above.
294
00083992
MP
2952016-01-14 Marek Polacek <polacek@redhat.com>
296
297 PR c/69262
298 * gcc.dg/array-15.c: New test.
299
0c9b3294
JJ
3002016-01-14 Jakub Jelinek <jakub@redhat.com>
301
302 PR middle-end/68146
303 PR tree-optimization/69155
304 * gfortran.dg/pr68146.f: New test.
305 * gfortran.dg/pr69155.f90: New test.
306
3688e13d
RB
3072016-01-14 Richard Biener <rguenther@suse.de>
308
309 PR tree-optimization/68060
310 * gcc.dg/torture/pr68060-1.c: New testcase.
311 * gcc.dg/torture/pr68060-2.c: Likewise.
312
bab0ad3a
NC
3132016-01-14 Nick Clifton <nickc@redhat.com>
314
315 * lib/target-supports.exp
316 (check_effective_target_arm_neon_ok_nocache): Add an option
317 sequence that includes setting the ARM architecture to ARMv7-A.
318 * gcc.target/arm/attr-neon.c: Use dg-add-options to add the
319 command line options necessary to enable Neon support.
320 * gcc.target/arm/neon-vlshr-imm-1.c: Likewise.
321 * gcc.target/arm/neon-vshl-imm-1.c: Likewise.
322 * gcc.target/arm/neon-vshr-imm-1.c: Likewise.
323 * gcc.target/arm/pr69180.c: Likewise.
324
947c2ce5
JL
3252016-01-14 Jeff Law <law@redhat.com>
326
327 PR tree-optimization/69270
328 * gcc.dg/tree-ssa/pr69270.c: New test.
329
3342fd71
BS
3302016-01-13 Bernd Schmidt <bschmidt@redhat.com>
331
332 PR c/66208
333 * c-c++-common/pr66208.c: New file.
334
2ad3adf1
JJ
3352016-01-13 Jakub Jelinek <jakub@redhat.com>
336
337 PR tree-optimization/69156
338 * gcc.dg/pr69156.c: New test.
339
398d6feb
L
3402016-01-13 H.J. Lu <hongjiu.lu@intel.com>
341
342 * gcc.target/i386/pr69225-7.c: New test.
343
4c868789
RH
3442016-01-13 Richard Henderson <rth@redhat.com>
345
346 * gcc.dg/tm/memopt-13.c: Update expected function.
347 * gcc.dg/tm/memopt-6.c: Likewise.
348
ef6d1772
UB
3492016-01-13 Uros Bizjak <ubizjak@gmail.com>
350
351 * gcc.target/i386/pr45685.c (dg-options): Add -mno-sse4.
352 * gcc.target/i386/pr68432-1.c (dg-options): Ditto.
353 * gcc.target/i386/pr68432-2.c (dg-options): Ditto.
354 * gcc.target/i386/pr68432-3.c (dg-options): Ditto.
0b4b6ef2 355
ef6d1772
UB
3562016-01-13 Tom de Vries <tom@codesourcery.com>
357
358 PR tree-optimization/69169
0b4b6ef2
TV
359 * gcc.dg/pr69169.c: New test.
360
2ad3adf1 3612016-01-13 Alexander Fomin <alexander.fomin@intel.com>
8866d62c
AF
362
363 PR target/69228
364 * gcc.target/i386/avx512pf-vscatterpf0dpd-1.c: Adjust.
365 * gcc.target/i386/avx512pf-vscatterpf0dps-1.c: Likewise.
366 * gcc.target/i386/avx512pf-vscatterpf0qpd-1.c: Likewise.
367 * gcc.target/i386/avx512pf-vscatterpf0qps-1.c: Likewise.
368 * gcc.target/i386/avx512pf-vscatterpf1dpd-1.c: Likewise.
369 * gcc.target/i386/avx512pf-vscatterpf1dps-1.c: Likewise.
370 * gcc.target/i386/avx512pf-vscatterpf1qpd-1.c: Likewise.
371 * gcc.target/i386/avx512pf-vscatterpf1qps-1.c: Likewise.
372
9060e335
AK
3732016-01-13 Jakub Jelinek <jakub@redhat.com>
374
375 PR target/69247
376 * gcc.dg/pr69247.c: New test.
377
40311329
RB
3782016-01-13 Richard Biener <rguenther@suse.de>
379
380 PR tree-optimization/69242
381 * gcc.dg/torture/pr69242.c: New testcase.
382
ccbd7103
RB
3832016-01-13 Richard Biener <rguenther@suse.de>
384
385 PR tree-optimization/69186
386 * gcc.dg/torture/pr69186.c: New testcase.
387
c6f72a46
JL
3882016-01-13 Jeff Law <law@redhat.com>
389
390 PR tree-optimization/67755
391 * gcc.dg/tree-ssa/pr67755.c: New test.
392
3932016-01-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
bf3f4b38
TP
394
395 * gcc.c-torture/unsorted/dump-noaddr.x (dump_compare): Replace static
396 pass number in output by a star.
397
c446cf07
BC
3982016-01-12 Bin Cheng <bin.cheng@arm.com>
399
400 PR tree-optimization/68911
401 * gcc.c-torture/execute/pr68911.c: New test.
402
5342156c
MP
4032016-01-12 Marek Polacek <polacek@redhat.com>
404
405 PR c++/68979
406 * g++.dg/warn/permissive-1.C: New test.
407
65364cc5
JJ
4082016-01-12 Jakub Jelinek <jakub@redhat.com>
409
410 PR objc++/68511
411 PR c++/69213
412 * g++.dg/opt/pr69213.C: New test.
413
81b9a3d9
CB
4142016-01-12 Christian Bruel <christian.bruel@st.com>
415
416 PR target/69180
417 * gcc.target/arm/pr69180.c: New test.
418
3c4e91c9
RB
4192016-01-12 Richard Biener <rguenther@suse.de>
420
421 PR lto/69077
422 * g++.dg/lto/pr69077_0.C: New testcase.
423 * g++.dg/lto/pr69077_1.C: Likewise.
424
5664cea1
JJ
4252016-01-12 Jakub Jelinek <jakub@redhat.com>
426
427 PR target/69175
428 * g++.dg/opt/pr69175.C: New test.
429
86cefc49
AL
4302016-01-12 Alan Lawrence <alan.lawrence@arm.com>
431
432 * gcc.dg/vect/fast-math-bb-slp-call-3.c: Declare functions as 'extern'
433 rather than #including math.h & stdlib.h.
434 * gcc.dg/vect/pr47001.c: Declare abort as 'extern', remove stdlib.h.
435 * gcc.dg/vect/pr49771.c: Likewise.
436 * gcc.dg/vect/vect-10-big-array.c: Likewise.
437 * gcc.dg/vect/vect-neg-store-1.c: Likewise.
438 * gcc.dg/vect/vect-neg-store-2.c: Likewise.
439 * gcc.dg/vect/slp-37.c: Change NULL to 0, remove stdlib.h.
440 * gcc.dg/vect/pr40254.c: Remove unnecessary include of stdlib.h.
441 * gcc.dg/vect/pr44507.c: Likewise.
442 * gcc.dg/vect/pr45902.c: Likewise.
443 * gcc.dg/vect/slp-widen-mult-half.c: Likewise.
444 * gcc.dg/vect/vect-117.c: Likewise.
445 * gcc.dg/vect/vect-99.c: Likewise.
446 * gcc.dg/vect/vect-aggressive-1.c: Likewise.
447 * gcc.dg/vect/vect-cond-1.c: Likewise.
448 * gcc.dg/vect/vect-cond-2.c: Likewise.
449 * gcc.dg/vect/vect-cond-3.c: Likewise.
450 * gcc.dg/vect/vect-cond-4.c: Likewise.
451 * gcc.dg/vect/vect-mask-load-1.c: Likewise.
452 * gcc.dg/vect/vect-mask-loadstore-1.c: Likewise.
453 * gcc.dg/vect/vect-over-widen-1-big-array.c: Likewise.
454 * gcc.dg/vect/vect-over-widen-1.c: Likewise.
455 * gcc.dg/vect/vect-over-widen-2-big-array.c: Likewise.
456 * gcc.dg/vect/vect-over-widen-2.c: Likewise.
457 * gcc.dg/vect/vect-over-widen-3-big-array.c: Likewise.
458 * gcc.dg/vect/vect-over-widen-3.c: Likewise.
459 * gcc.dg/vect/vect-over-widen-4-big-array.c: Likewise.
460 * gcc.dg/vect/vect-over-widen-4.c: Likewise.
461 * gcc.dg/vect/vect-widen-mult-const-s16.c: Likewise.
462 * gcc.dg/vect/vect-widen-mult-const-u16.c: Likewise.
463 * gcc.dg/vect/vect-widen-mult-half-u8.c: Likewise.
464 * gcc.dg/vect/vect-widen-mult-half.c: Likewise.
465 * gcc.dg/vect/no-trapping-math-vect-ifcvt-11.c: Remove unnecessary
466 include of signal.h.
467 * gcc.dg/vect/no-trapping-math-vect-ifcvt-12.c: Likewise.
468 * gcc.dg/vect/no-trapping-math-vect-ifcvt-13.c: Likewise.
469 * gcc.dg/vect/no-trapping-math-vect-ifcvt-14.c: Likewise.
470 * gcc.dg/vect/no-trapping-math-vect-ifcvt-15.c: Likewise.
471 * gcc.dg/vect/no-trapping-math-vect-ifcvt-16.c: Likewise.
472 * gcc.dg/vect/vect-ifcvt-16.c: Likewise.
473 * gcc.dg/vect/vect-ifcvt-17.c: Likewise.
474 * gcc.dg/vect/vect-ifcvt-2.c: Likewise.
475 * gcc.dg/vect/vect-ifcvt-3.c: Likewise.
476 * gcc.dg/vect/vect-ifcvt-4.c: Likewise.
477 * gcc.dg/vect/vect-ifcvt-5.c: Likewise.
478 * gcc.dg/vect/vect-ifcvt-5.c: Likewise.
479 * gcc.dg/vect/vect-ifcvt-6.c: Likewise.
480 * gcc.dg/vect/vect-ifcvt-7.c: Likewise.
481 * gcc.dg/vect/vect-ifcvt-9.c: Likewise.
482 * gcc.dg/vect/vect-outer-5.c: Likewise.
483 * gcc.dg/vect/vect-outer-6.c: Likewise.
484 * gcc.dg/vect/vect-strided-u8-i8-gap4-unknown.c: Remove unnecessary
485 include of stdio.h.
486
b832f61e
NC
4872016-01-12 Nick Clifton <nickc@redhat.com>
488
489 PR target/68913
490 * gcc.dg/lto/pr61886_0.c: Rename the external function called
491 to fread so that it will be found in all target runtimes.
492
8eac49b1
RB
4932016-01-12 Richard Biener <rguenther@suse.de>
494
495 PR tree-optimization/69053
496 * g++.dg/torture/pr69053.C: New testcase.
497
2935d994
RB
4982016-01-12 Richard Biener <rguenther@suse.de>
499
500 PR tree-optimization/69168
501 * gcc.dg/torture/pr69168.c: New testcase.
502
66c16fd9
RB
5032016-01-12 Richard Biener <rguenther@suse.de>
504
505 PR tree-optimization/69157
506 * gcc.dg/torture/pr69157.c: New testcase.
507
5082016-01-12 Richard Biener <rguenther@suse.de>
509
510 PR tree-optimization/69174
511 * gcc.dg/torture/pr69174.c: New testcase.
512
723033a6
JJ
5132016-01-12 Jakub Jelinek <jakub@redhat.com>
514
515 PR c++/66808
516 PR c++/69000
517 * g++.dg/tls/pr66808.C: New test.
518 * g++.dg/tls/pr69000.C: New test.
519
3574cf47
BS
5202016-01-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
521
522 * gcc.target/powerpc/swaps-p8-23.c: New test.
523 * gcc.target/powerpc/swaps-p8-24.c: Likewise.
524
feb20787
JDA
5252016-01-11 John David Anglin <danglin@gcc.gnu.org>
526
527 PR tree-optimization/68356
528 * gcc.dg/torture/pr68264.c: Disable exp2 ERANGE test on hppa unix.
529
27b1820a
KV
5302016-01-12 Kugan Vivekanandarajah <kuganv@linaro.org>
531 Jim Wilson <jim.wilson@linaro.org>
532
533 PR target/69194
534 * gcc.target/arm/pr69194.c: New test.
535
cf4de6af
L
5362016-01-11 H.J. Lu <hongjiu.lu@intel.com>
537
538 PR target/69225
539 * gcc.target/i386/pr69225-1.c: New test.
540 * gcc.target/i386/pr69225-2.c: Likewise.
541 * gcc.target/i386/pr69225-3.c: Likewise.
542 * gcc.target/i386/pr69225-4.c: Likewise.
543 * gcc.target/i386/pr69225-5.c: Likewise.
544 * gcc.target/i386/pr69225-6.c: Likewise.
545
1ebd5558
JJ
5462016-01-11 Jakub Jelinek <jakub@redhat.com>
547
23552a4d
JJ
548 PR target/67462
549 * gcc.dg/ifcvt-3.c: Only compile on lp64 targets, include also i?86
550 if lp64.
551
26ff85b0
JJ
552 PR target/69071
553 * gcc.dg/pr69071.c: New test.
554
9cb6bd74
JJ
555 PR c++/69211
556 * g++.dg/opt/pr69211.C: New test.
557
1ebd5558
JJ
558 PR tree-optimization/69214
559 * gcc.c-torture/compile/pr69214.c: New test.
560
8c18c836
UB
5612016-01-11 Uros Bizjak <ubizjak@gmail.com>
562
563 * gcc.target/i386/pr66232-10.c: Do not compile on ia32 target.
564 * gcc.target/i386/pr66232-11.c: Ditto.
565 * gcc.target/i386/pr66232-12.c: Ditto.
566 * gcc.target/i386/pr66232-13.c: Ditto.
567
62446e6e
RB
5682016-01-11 Richard Biener <rguenther@suse.de>
569
570 PR tree-optimization/69173
571 * gcc.dg/torture/pr69173.c: New testcase.
572
2b8568fe
KT
5732016-01-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
574
575 PR rtl-optimization/68796
576 * gcc.target/aarch64/tst_5.c: New test.
577 * gcc.target/aarch64/tst_6.c: Likewise.
578
5baf4532
KT
5792016-01-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
580
581 PR rtl-optimization/68841
582 * gcc.dg/pr68841.c: New test.
583 * gcc.c-torture/execute/pr68841.c: New test.
584
ca90b1ed
YR
5852016-01-11 Yuri Rumyantsev <ysrumyan@gmail.com>
586
587 PR rtl-optimization/68920
588 * gcc.dg/ifcvt-4.c: Add "--param max-rtl-if-conversion-insns=3" option
589 for ix86 targets.
590 * gcc.dg/ifcvt-5.c: New test.
591
2ad3adf1 5922016-01-11 Alexandre Oliva <aoliva@redhat.com>
b4934671
AO
593
594 PR bootstrap/69123
595 * g++.dg/pr69123.C: New.
596
83834c09
IE
5972016-01-11 Ilya Enkovich <enkovich.gnu@gmail.com>
598
599 PR target/69010
600 * gcc.target/i386/pr69010.c: New test.
601
dcf89d57
MJ
6022016-01-11 Martin Jambor <mjambor@suse.cz>
603
604 PR ipa/69044
605 * gcc.target/i386/chkp-pr69044.c: New test.
606
d95167ee
TV
6072016-01-11 Tom de Vries <tom@codesourcery.com>
608
609 PR tree-optimization/69109
610 * gcc.dg/autopar/pr69109-2.c: New test.
611 * gcc.dg/autopar/pr69109.c: New test.
612
4f6403a8
TV
6132016-01-11 Tom de Vries <tom@codesourcery.com>
614
615 PR tree-optimization/69108
616 * gcc.dg/autopar/pr69108.c: New test.
617
21efdd80
PP
6182016-01-10 Patrick Palka <ppalka@gcc.gnu.org>
619
620 PR c++/69029
621 * c-c++-common/Wisleading-indentation.c: Augment test.
622
fd42eed8
TK
6232016-01-10 Thomas Koenig <tkoenig@gcc.gnu.org>
624
625 PR fortran/69154
626 * gfortran.dg/inline_matmul_12.f90: New test.
627
4f90ee6c
PT
6282016-01-10 Paul Thomas <pault@gcc.gnu.org>
629
630 PR fortran/67779
631 * gfortran.dg/actual_array_offset_1: New test.
632
3907c6cf
TV
6332016-01-10 Tom de Vries <tom@codesourcery.com>
634
635 PR tree-optimization/69062
636 * gcc.dg/autopar/pr69062.c: New test.
637
b07b236e
TS
6382016-01-10 Thomas Schwinge <thomas@codesourcery.com>
639
640 * gcc.dg/vect/slp-perm-1.c: Fix scan-tree-dump syntax.
641 * gcc.dg/vect/slp-perm-2.c: Likewise.
642 * gcc.dg/vect/slp-perm-3.c: Likewise.
643 * gcc.dg/vect/slp-perm-5.c: Likewise.
644 * gcc.dg/vect/slp-perm-6.c: Likewise.
645 * gcc.dg/vect/slp-perm-7.c: Likewise.
646 * gcc.dg/vect/slp-perm-8.c: Likewise.
647
23fab8ae
TV
6482016-01-10 Tom de Vries <tom@codesourcery.com>
649
650 PR tree-optimization/69039
651 * gcc.dg/autopar/pr69039.c: New test.
652
73f0dae2
MP
6532016-01-09 Marek Polacek <polacek@redhat.com>
654
655 PR c++/69113
656 * g++.dg/pr69113.C: New test.
657
20b8d734
JJ
6582016-01-09 Jakub Jelinek <jakub@redhat.com>
659
660 PR middle-end/50865
661 PR tree-optimization/69097
662 * gcc.c-torture/execute/pr50865.c: New test.
663 * gcc.c-torture/execute/pr69097-1.c: New test.
664 * gcc.c-torture/execute/pr69097-2.c: New test.
665 * gcc.dg/pr69097-1.c: New test.
666 * gcc.dg/pr69097-2.c: New test.
667
c50e614b
JJ
6682016-01-09 Jakub Jelinek <jakub@redhat.com>
669
670 PR c++/69164
671 * g++.dg/opt/pr69164.C: New test.
672
e0237993
JJ
6732016-01-08 Jakub Jelinek <jakub@redhat.com>
674
675 PR tree-optimization/69167
676 * gcc.dg/pr69167.c: New test.
677
bd8f5bb2
MP
6782016-01-08 Marek Polacek <polacek@redhat.com>
679
680 PR c++/68449
681 * g++.dg/pr68449.C: New.
682
bb0f5ca7
AL
6832016-01-08 Alan Lawrence <alan.lawrence@arm.com>
684
685 PR tree-optimization/68707
686 * lib/target-supports.exp (check_effective_target_vect_load_lanes): New.
687 * gcc.dg/vect/slp-perm-1.c: Look for vect_load_lanes instead of SLP
688 on platforms supporting it.
689 * gcc.dg/vect/slp-perm-2.c: Likewise.
690 * gcc.dg/vect/slp-perm-3.c: Likewise.
691 * gcc.dg/vect/slp-perm-5.c: Likewise.
692 * gcc.dg/vect/slp-perm-7.c: Likewise.
693 * gcc.dg/vect/slp-perm-8.c: Likewise.
694 * gcc.dg/vect/slp-perm-6.c: Look for vect_load_lanes in addition to SLP
695 on platforms supporting it.
696
22518428
JJ
6972016-01-08 Jakub Jelinek <jakub@redhat.com>
698
33f0852f
JJ
699 PR tree-optimization/69162
700 * gcc.dg/pr69162.c: New test.
701
22518428
JJ
702 PR tree-optimization/69172
703 * gcc.dg/pr69172.c: New test.
704
80e9b3aa
TP
7052016-01-08 Thomas Preud'homme <thomas.preudhomme@arm.com>
706
707 PR tree-optimization/67781
708 * gcc.c-torture/execute/pr67781.c: New file.
709
262a363f
JJ
7102016-01-08 Jakub Jelinek <jakub@redhat.com>
711
712 PR tree-optimization/69083
713 * gcc.dg/vect/pr69083.c: New test.
714
6e1f093f
SS
7152016-01-08 Sujoy Saraswati <sujoy.saraswati@hpe.com>
716
717 PR tree-optimization/61441
718 * gcc.dg/pr61441.c: Restrict to linux and gnu targets.
719 Use -fexcess-precision=standard for compiler options.
720 Use fabs() only when __FLT_EVAL_METHOD__ == 0.
721
53290e07
JJ
7222016-01-08 Jakub Jelinek <jakub@redhat.com>
723
57bf3072
JJ
724 PR fortran/69128
725 * gfortran.dg/gomp/pr69128.f90: New test.
726
53290e07
JJ
727 PR c++/69145
728 * g++.dg/ext/pr69145-1.C: New test.
729 * g++.dg/ext/pr69145-2-very-long-filename.cc: New file.
730 * g++.dg/ext/pr69145-2.h: New file.
731
7a127fa7
MS
7322016-01-07 Martin Sebor <msebor@redhat.com>
733
734 PR c/68966
735 * gcc.dg/atomic-fetch-bool.c: New test.
736 * gcc.dg/sync-fetch-bool.c: New test.
737
95918b49
L
7382016-01-07 H.J. Lu <hongjiu.lu@intel.com>
739
740 PR fortran/66680
741 gfortran.dg/gomp/pr66680.f90: Moved to libgomp.
742
c8e62a9d
NC
7432016-01-07 Nick Clifton <nickc@redhat.com>
744
745 PR target/66655
746 * g++.dg/pr66655.C: New test.
747 * g++.dg/pr66655_1.cc: Test support file.
748 * g++.dg/pr66655.h: Test header file.
749
2ad3adf1 7502016-01-07 Dominique d'Humieres <dominiq@lps.ens.fr>
64d3ef31
DH
751
752 PR fortran/66680
753 gfortran.dg/gomp/pr66680.f90: New test.
754
4cd9ca92
L
7552016-01-07 H.J. Lu <hongjiu.lu@intel.com>
756
757 PR target/69171
758 * gcc.target/i386/pr69171-1.c: New test.
759 * gcc.target/i386/pr69171-2.c: Likewise.
760 * gcc.target/i386/pr69171-3.c: Likewise.
761 * gcc.target/i386/pr69171-4.c: Likewise.
762 * gcc.target/i386/pr69171-5.c: Likewise.
763 * gcc.target/i386/pr69171-6.c: Likewise.
764
7e33d4dc
BS
7652015-12-15 Bernd Schmidt <bschmidt@redhat.com>
766
767 PR middle-end/67639
768 * c-c++-common/pr67639.c: New test.
769
fec64afc
JJ
7702016-01-07 Jakub Jelinek <jakub@redhat.com>
771
772 PR tree-optimization/69141
773 * g++.dg/opt/pr69141.C: New test.
774
f293ad29
EB
7752016-01-06 Eric Botcazou <ebotcazou@adacore.com>
776
777 * gcc.target/sparc/20151219-1.c: Skip in 64-bit mode.
778
5027395e
UB
7792016-01-06 Uros Bizjak <ubizjak@gmail.com>
780
781 PR target/69140
782 * gcc.target/i386/pr69140.c: New test
783
7443cf13
DM
7842016-01-06 David Malcolm <dmalcolm@redhat.com>
785
786 * gcc.dg/bad-dereference.c: New test case.
787
32928931
BS
7882015-01-06 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
789
790 * gcc.target/powerpc/p9-lxvx-stxvx-3.c: New test.
791
68dd05da
AS
7922016-01-06 Andreas Schwab <schwab@linux-m68k.org>
793
794 * gcc.dg/atomic-invalid-2.c: Remove duplicated content.
795
6b131d5b
MP
7962016-01-06 Marek Polacek <polacek@redhat.com>
797
798 PR sanitizer/69099
799 * gcc.dg/ubsan/float-cast-overflow-atomic.c: New test.
800
8d9fdb49
MP
8012016-01-05 Marek Polacek <polacek@redhat.com>
802
803 PR c/69104
804 * gcc.dg/atomic-invalid-2.c: New.
805
acf93f1e
L
8062016-01-05 H.J. Lu <hongjiu.lu@intel.com>
807
808 PR target/68991
809 * gcc.target/i386/pr68991.c: New test.
810
3f50525d
L
8112016-01-05 H.J. Lu <hongjiu.lu@intel.com>
812
813 PR target/68991
814 * g++.dg/pr68991-1.C: New test.
815 * g++.dg/pr68991-2.C: Likewise.
816
e0237993 8172016-01-05 Sergei Trofimovich <siarheit@google.com>
face88a1 818
e0237993 819 PR other/60465
face88a1
ST
820 * gcc.target/ia64/pr60465-gprel64.c: New test.
821 * gcc.target/ia64/pr60465-gprel64-c37.c: New test.
822
a0866eff
KT
8232016-01-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
824
825 PR rtl-optimization/68651
826 * gcc.target/aarch64/pr68651_1.c: New test.
827
c589e975
DM
8282016-01-05 David Malcolm <dmalcolm@redhat.com>
829
830 PR c/69122
831 * c-c++-common/Wmisleading-indentation.c (pr69122): New function.
832
929710d9
NS
8332016-01-05 Nathan Sidwell <nathan@acm.org>
834
ce3e43d7
NS
835 PR c++/58583
836 * g++.dg/cpp0x/nsdmi-template14.C: Adjust test & errors.
837
929710d9
NS
838 * gcc.dg/alias-15.c: New.
839
a2faef8e
NC
8402016-01-05 Nick Clifton <nickc@redhat.com>
841
842 PR target/68870
843 * g++.dg/pr68770.C: New test.
844
4cfa76e3
MS
8452016-01-04 Mike Stump <mikestump@comcast.net>
846
847 * lib/target-supports.exp (check_effective_target_cilkplus):
848 cilkplus targets require pthreads.
4ece61b6 849 (check_effective_target_cilkplus): Remove special case for NVPTX.
4cfa76e3 850
4e8a3a35
MM
8512016-01-04 Michael Meissner <meissner@linux.vnet.ibm.com>
852
853 * gcc.target/powerpc/p9-permute.c: New test for xxperm code
854 generation.
855
818ab71a
JJ
8562016-01-04 Jakub Jelinek <jakub@redhat.com>
857
858 Update copyright years.
859
2fe0a208
MP
8602016-01-04 Marek Polacek <polacek@redhat.com>
861
862 PR c/68908
863 * gcc.dg/atomic/c11-atomic-exec-6.c: New test.
864 * gcc.dg/atomic/c11-atomic-exec-7.c: New test.
865 * gcc.dg/atomic/stdatomic-op-5.c: New test.
866
9e3b2fe3
EB
8672016-01-04 Eric Botcazou <ebotcazou@adacore.com>
868
869 * gcc.target/sparc/20160104-2.c: New test.
870
e8d65a35
EB
8712016-01-04 Eric Botcazou <ebotcazou@adacore.com>
872
873 * gcc.target/sparc/20160104-1.c: New test.
874
25ccfccd
PT
8752016-01-03 Paul Thomas <pault@gcc.gnu.org>
876
877 PR fortran/65045
878 * gfortran.dg/pr65045.f90: New test.
879
cb51d382
EB
8802016-01-02 Eric Botcazou <ebotcazou@adacore.com>
881
882 * gnat.dg/specs/debug1.ads: Delete.
883
6eeaad6e
JD
8842016-01-01 Jerry DeLisle <jvdelisle@gcc.gnu.org>
885
886 PR libgfortran/68867
887 * gfortran.dg/default_format_denormal_2.f90: Fix the dg regular
888 expression.
889
2f968603
JD
8902016-01-01 Jerry DeLisle <jvdelisle@gcc.gnu.org>
891
892 PR libgfortran/68867
893 * gfortran.dg/default_format_denormal_2.f90: XFAIL for all
894 PowerPC.
895
591bb5e4
PT
8962016-01-01 Paul Thomas <pault@gcc.gnu.org>
897
898 PR fortran/68864
899 * gfortran.dg/pr68864.f90: New test.
900
f1e0620c
JJ
9012016-01-01 Jakub Jelinek <jakub@redhat.com>
902
942a1319
JJ
903 PR tree-optimization/69070
904 * gcc.dg/pr69070.c: New test.
905
10dff63f
JJ
906 PR sanitizer/69055
907 * gfortran.dg/pr69055.f90: New test.
908
f1e0620c
JJ
909 PR target/69015
910 * gcc.dg/pr69015.c: New test.
818ab71a 911\f
2f883d1c 912Copyright (C) 2016 Free Software Foundation, Inc.
ad41bd84
JM
913
914Copying and distribution of this file, with or without modification,
915are permitted in any medium without royalty provided the copyright
916notice and this notice are preserved.