aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/ChangeLog
blob: 68fe8ef65befb043520cf4a9f0d0fac00437a64b (plain)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
2018-01-10  Jan Hubicka  <hubicka@ucw.cz>

	* gcc.c-torture/compile/pr83575.c: New testcase.

2018-01-10  Michael Collison  <michael.collison@arm.com>

	gcc.target/aarch64/fp16_fmul_high_1.c: New testcase.
	gcc.target/aarch64/fp16_fmul_high_2.c: New testcase.
	gcc.target/aarch64/fp16_fmul_high_3.c: New testcase.
	gcc.target/aarch64/fp16_fmul_high.h: New shared testcase.
	gcc.target/aarch64/fp16_fmul_lane_high_1.c: New testcase.
	gcc.target/aarch64/fp16_fmul_lane_high_1.c: New testcase.
	gcc.target/aarch64/fp16_fmul_lane_high_1.c: New testcase.
	gcc.target/aarch64/fp16_fmul_lane_high.h: New shared testcase.
	gcc.target/aarch64/fp16_fmul_low_1.c: New testcase.
	gcc.target/aarch64/fp16_fmul_low_2.c: New testcase.
	gcc.target/aarch64/fp16_fmul_low_2.c: New testcase.
	gcc.target/aarch64/fp16_fmul_low.h: New sharedtestcase.
	gcc.target/aarch64/fp16_fmul_lane_low_1.c: New testcase.
	gcc.target/aarch64/fp16_fmul_lane_low_2.c: New testcase.
	gcc.target/aarch64/fp16_fmul_lane_low_3.c: New testcase.
	gcc.target/aarch64/fp16_fmul_lane_low.h: New shared testcase.

2018-01-10  Michael Collison  <michael.collison@arm.com>

	gcc.target/aarch64/sha2.h: New shared testcase.
	gcc.target/aarch64/sha2_1.c: New testcase.
	gcc.target/aarch64/sha2_2.c: New testcase.
	gcc.target/aarch64/sha2_3.c: New testcase.
	gcc.target/aarch64/sha3.h: New shared testcase.
	gcc.target/aarch64/sha3_1.c: New testcase.
	gcc.target/aarch64/sha3_2.c: New testcase.
	gcc.target/aarch64/sha3_3.c: New testcase.

2018-01-10  Michael Collison  <michael.collison@arm.com>

	gcc.target/aarch64/sm3_sm4.c: New testcase.

2018-01-10  Martin Sebor  <msebor@redhat.com>

	PR tree-optimization/83781
	* gcc.dg/strlenopt-42.c: New test.

2018-01-11  Martin Sebor  <msebor@gmail.com>
	    Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>

	PR tree-optimization/83501
	PR tree-optimization/81703

	* gcc.dg/strlenopt-39.c: New test-case.
	* gcc.dg/pr81703.c: Likewise.

2018-01-10  Eric Botcazou  <ebotcazou@adacore.com>

	* gnat.dg/atomic10.adb: New test.

2018-01-10  Steven G. Kargl  <kargl@gcc.gnu.org>

	PR fortran/82367
	* gfortran.dg/deferred_character_18.f90: New test.

2018-01-10  Martin Sebor  <msebor@redhat.com>

	PR tree-optimization/83671
	* gcc.dg/strlenopt-40.c: New test.
	* gcc.dg/strlenopt-41.c: New test.

2018-01-10  Steven G. Kargl  <kargl@gcc.gnu.org>

	PR fortran/83093
	* gfortran.dg/allocate_with_typespec_7.f90: New test.

2018-01-10  Peter Bergner  <bergner@vnet.ibm.com>

	PR target/83399
	* gcc.target/powerpc/pr83399.c: New test.

2018-01-10  David Malcolm  <dmalcolm@redhat.com>

	PR c++/43486
	* g++.dg/diagnostic/param-type-mismatch.C: Update expected results
	to reflect that the arguments are correctly underlined.
	* g++.dg/plugin/diagnostic-test-expressions-1.C: Add test coverage
	for globals, params, locals and literals.
	(test_sizeof): Directly test the location of "sizeof", rather than
	when used in compound expressions.
	(test_alignof): Likewise for "alignof".
	(test_string_literals): Likewise for string literals.
	(test_numeric_literals): Likewise for numeric literals.
	(test_builtin_offsetof): Likewise for "__builtin_offsetof".
	(test_typeid): Likewise for typeid.
	(test_unary_plus): New.
	* g++.dg/warn/Wformat-1.C: Add tests of pointer arithmetic on
	format strings.

2018-01-10  Uros Bizjak  <ubizjak@gmail.com>

	* gcc.target/i386/pr82618.c (dg-options): Add -mno-stv.

2018-01-10  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>

	* gcc.dg/memcmp-1.c: Reduce runtime to something reasonable.

2018-01-10  Marek Polacek  <polacek@redhat.com>

	PR c++/82541
	* g++.dg/warn/Wduplicated-branches4.C: New test.

2018-01-10  Jakub Jelinek  <jakub@redhat.com>

	PR c++/81327
	* g++.dg/Wclass-memaccess-2.C: Don't expect a warning when explicitly
	cast to void *.

2018-01-10  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/81055
	* g++.dg/cpp0x/new2.C: New.

2018-01-10  H.J. Lu  <hongjiu.lu@intel.com>

	PR target/83735
	* gcc.target/i386/pr83735.c: New test.

2018-01-10  Christophe Lyon  <christophe.lyon@linaro.org>

	* lib/target-supports.exp (check_effective_target_branch_cost):
	New function.
	* gcc.dg/builtin-bswap-7.c: Use branch_cost effective target.
	* gcc.dg/pr21643.c: Likewise.
	* gcc.dg/pr46309.c: Likewise.
	* gcc.dg/tree-ssa/phi-opt-11.c: Likewise.
	* gcc.dg/tree-ssa/phi-opt-2.c: Likewise.
	* gcc.dg/tree-ssa/reassoc-32.c: Likewise.
	* gcc.dg/tree-ssa/reassoc-33.c: Likewise.
	* gcc.dg/tree-ssa/reassoc-34.c: Likewise.
	* gcc.dg/tree-ssa/reassoc-35.c: Likewise.
	* gcc.dg/tree-ssa/reassoc-36.c: Likewise.
	* gcc.dg/tree-ssa/ssa-ifcombine-13.c: Likewise.
	* gcc.dg/tree-ssa/ssa-ifcombine-ccmp-1.c: Likewise.
	* gcc.dg/tree-ssa/ssa-ifcombine-ccmp-2.c: Likewise.
	* gcc.dg/tree-ssa/ssa-ifcombine-ccmp-3.c: Likewise.
	* gcc.dg/tree-ssa/ssa-ifcombine-ccmp-4.c: Likewise.
	* gcc.dg/tree-ssa/ssa-ifcombine-ccmp-5.c: Likewise.
	* gcc.dg/tree-ssa/ssa-ifcombine-ccmp-6.c: Likewise.

2018-01-10  Segher Boessenkool  <segher@kernel.crashing.org>

	PR target/83629
	* gcc.target/powerpc/pr83629.c: New testcase.

2018-01-10  Richard Biener  <rguenther@suse.de>

	PR testsuite/78768
	* gcc.dg/pr78768.c: Un-XFAIL.

2018-01-10  Richard Biener  <rguenther@suse.de>

	PR debug/82425
	* gcc.dg/guality/inline-params-2.c: Un-XFAIL for slim LTO.

2018-01-10  Richard Sandiford  <richard.sandiford@linaro.org>

	PR tree-optimization/83753
	* gcc.dg/torture/pr83753.c: New test.

2018-01-09  Jan Hubicka  <hubicka@ucw.cz>

	* gcc.target/i386/avx2-gather-1.c: Add -march.
	* gcc.target/i386/avx2-gather-2.c: Add -march.
	* gcc.target/i386/avx2-gather-3.c: Add -march.
	* gcc.target/i386/avx2-gather-4.c: Add -march.
	* gcc.target/i386/avx2-gather-5.c: Add -march.
	* gcc.target/i386/avx2-gather-6.c: Add -march.
	* gcc.target/i386/avx512f-gather-1.c: Add -march.
	* gcc.target/i386/avx512f-gather-2.c: Add -march.
	* gcc.target/i386/avx512f-gather-3.c: Add -march.
	* gcc.target/i386/avx512f-gather-4.c: Add -march.
	* gcc.target/i386/avx512f-gather-5.c: Add -march.
	* gcc.target/i386/avx512f-i32gatherd512-1.c: Add -march.
	* gcc.target/i386/avx512f-i32gatherd512-2.c: Add -march.
	* gcc.target/i386/avx512f-i32gatherpd512-1.c: Add -march.
	* gcc.target/i386/avx512f-i32gatherpd512-2.c: Add -march.
	* gcc.target/i386/avx512f-i32gatherps512-1.c: Add -march.

2018-01-09  H.J. Lu  <hongjiu.lu@intel.com>

	PR target/78585:
	* gcc.target/i386/pr78585.c: New test.

2018-01-09  Jakub Jelinek  <jakub@redhat.com>

	PR c++/83734
	* g++.dg/cpp0x/pr83734.C: New test.

2017-01-09 Carl Love  <cel@us.ibm.com>

	* gcc.target/powerpc/builtins-1.c (main): Add tests for vec_mergee and
	vec_mergeo builtins with float, double, long long, unsigned long long,
	bool long long  arguments.
	* gcc.target/powerpc/builtins-3-runnable.c (main): Add test for
	vec_float2 with double arguments.
	* gcc.target/powerpc/builtins-mergew-mergow.c: New runable test for the
	vec_mergew and vec_mergow builtins.

2018-01-09  Steven G. Kargl  <kargl@gcc.gnu.org>

	PR fortran/83742
	* gfortran.dg/contiguous_6.f90: New test.

2018-01-09  Richard Biener  <rguenther@suse.de>

	PR tree-optimization/83668
	* gcc.dg/graphite/pr83668.c: New testcase.

2018-01-09  Joseph Myers  <joseph@codesourcery.com>

	PR tree-optimization/64811
	* gcc.dg/torture/inf-compare-1.c, gcc.dg/torture/inf-compare-2.c,
	gcc.dg/torture/inf-compare-3.c, gcc.dg/torture/inf-compare-4.c,
	gcc.dg/torture/inf-compare-5.c, gcc.dg/torture/inf-compare-6.c,
	gcc.dg/torture/inf-compare-7.c, gcc.dg/torture/inf-compare-8.c:
	New tests.
	* gcc.c-torture/execute/ieee/fp-cmp-7.x: New file.

2018-01-09  Georg-Johann Lay  <avr@gjlay.de>

	PR target/79883
	* gcc.target/avr/torture/pr57631.c (dg-warning): Quote 'signal'.

2018-01-09  Tamar Christina  <tamar.christina@arm.com>

	PR target/82641
	* gcc.target/arm/pragma_fpu_attribute.c: Rewrite to use
	no NEON and require softfp or hard float-abi.
	* gcc.target/arm/pragma_fpu_attribute_2.c: Likewise.

2018-01-09  Richard Biener  <rguenther@suse.de>

	PR tree-optimization/83572
	* gcc.dg/graphite/pr83572.c: New testcase.

2018-01-09  Jakub Jelinek  <jakub@redhat.com>

	PR target/83507
	* gcc.dg/sms-13.c: New test.

2018-01-08  Steven G. Kargl  <kargl@gcc.gnu.org>

	PR fortran/83741
	* gfortran.dg/allocate_assumed_charlen_3.f90: New test.

2018-01-08  Chih-Mao Chen <pkmx.tw@gmail.com>
	    Monk Chiang  <sh.chiang04@gmail.com>

	* gcc.target/riscv/save-restore-1.c: New.

2018-01-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

	PR target/83677
	* gcc.target/powerpc/pr83677.c: New file.

2018-01-08  Jeff Law  <law@redhat.com>

	PR rtl-optimizatin/81308
	* g++.dg/pr81308-1.C: New test.
	* g++.dg/pr81308-2.C: New test.

2018-01-08  Vidya Praveen <vidyapraveen@arm.com>

	PR target/83663 - Revert r255946
	* gcc.target/aarch64/vect-slp-dup.c: New.

2018-01-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

	* gcc.target/arm/multilib.exp: Add fp16, dotprod and armv8.3-a
	combination tests.

2018-01-08  Richard Biener  <rguenther@suse.de>

	PR tree-optimization/83563
	* gcc.dg/graphite/pr83563.c: New testcase.

2018-01-08  Richard Biener  <rguenther@suse.de>

	PR middle-end/83713
	* g++.dg/torture/pr83713.C: New testcase.

2018-01-08  Tom de Vries  <tom@codesourcery.com>

	* gcc.dg/tree-ssa/ssa-dom-cse-2.c: Xfail scan for nvptx.

2018-01-08  Richard Biener  <rguenther@suse.de>

	PR tree-optimization/83685
	* gcc.dg/torture/pr83685.c: New testcase.

2018-01-08  Richard Biener  <rguenther@suse.de>

	PR lto/83719
	* gcc.dg/lto/pr83719_0.c: New testcase.

2018-01-08  Tom de Vries  <tom@codesourcery.com>

	* gcc.dg/graphite/interchange-7.c: Add dg-require-stack-size.
	* gcc.dg/graphite/run-id-1.c: Same.
	* gcc.dg/tree-ssa/loop-interchange-4.c: Same.

2018-01-08  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/83611
	* gfortran.dg/pdt_15.f03 : Bump count of 'n.data = 0B' to 8.
	* gfortran.dg/pdt_26.f03 : Bump count of '_malloc' to 9.
	* gfortran.dg/pdt_27.f03 : New test.

	PR fortran/83731
	* gfortran.dg/pdt_28.f03 : New test.

2018-01-08  Tom de Vries  <tom@codesourcery.com>

	* c-c++-common/builtins.c: Require effective target alloca.
	* gcc.dg/Wrestrict.c: Same.
	* gcc.dg/tree-ssa/loop-interchange-15.c: Same.

2018-01-08  Richard Biener  <rguenther@suse.de>

	PR middle-end/83580
	* gcc.dg/torture/pr83580.c: New testcase.

2018-01-08  Richard Biener  <rguenther@suse.de>

	PR middle-end/83517
	* gcc.dg/pr83517.c: New testcase.

2018-01-06  Aldy Hernandez  <aldyh@redhat.com>

	PR middle-end/81897
	* gcc.dg/uninit-pr81897.c: New test.

2018-01-06  Martin Sebor  <msebor@redhat.com>

	PR tree-optimization/83640
	* gcc.dg/Wrestrict-6.c: New test.
	* gcc.dg/pr83640.c: New test.

2018-01-06  Richard Sandiford  <richard.sandiford@linaro.org>

	* gcc.target/aarch64/reg-alloc-1.c: New test.

2018-01-06  Janne Blomqvist  <jb@gcc.gnu.org>

	PR fortran/50892
	* gfortran.dg/char_pointer_assign_icb_1.f90: New test.

2018-01-06  Jakub Jelinek  <jakub@redhat.com>

	PR debug/83480
	* gcc.dg/pr83480.c: New test.

	PR rtl-optimization/83682
	* gcc.target/i386/pr83682.c: New test.

2018-01-05  Janne Blomqvist  <jb@gcc.gnu.org>

	PR fortran/78534
	PR fortran/66310
	* gfortran.dg/char_cast_1.f90: Update scan pattern.
	* gfortran.dg/dependency_49.f90: Likewise.
	* gfortran.dg/repeat_4.f90: Use integers of kind C_SIZE_T.
	* gfortran.dg/repeat_7.f90: New test for PR 66310.
	* gfortran.dg/scan_2.f90: Handle potential cast in assignment.
	* gfortran.dg/string_1.f90: Limit to ilp32 targets.
	* gfortran.dg/string_1_lp64.f90: New test.
	* gfortran.dg/string_3.f90: Limit to ilp32 targets.
	* gfortran.dg/string_3_lp64.f90: New test.

2018-01-05  Jakub Jelinek  <jakub@redhat.com>

	PR target/83604
	* gcc.target/i386/sse-26.c: New test.

	PR target/83604
	* gcc.target/i386/pr83604.c: New test.

2018-01-05  Richard Sandiford  <richard.sandiford@linaro.org>

	* gcc.dg/vect/vect-align-4.c: New test.
	* gcc.dg/vect/vect-nb-iter-ub-2.c (cc): Remove alignment attribute
	and redefine as a structure with an unaligned member "b".
	(foo): Update accordingly.

2018-01-05  Sudakshina Das  <sudi.das@arm.com>

	PR target/82439
	* gcc.target/aarch64/bics_5.c: New test.
	* gcc.target/arm/bics_5.c: Likewise.

2018-01-05  Jakub Jelinek  <jakub@redhat.com>

	PR tree-optimization/83605
	* gcc.dg/pr83605.c: New test.

2018-01-04  Jakub Jelinek  <jakub@redhat.com>

	PR target/83554
	* gcc.target/i386/pr83554.c: New test.

	PR ipa/82352
	* g++.dg/ipa/pr82352.C (size_t): Define to __SIZE_TYPE__ instead of
	long unsigned int.

2018-01-04  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR fortran/83683
	PR fortran/45689
	* gfortran.dg/eoshift_8.f90: New test.
	* gfortran.dg/simplify_eoshift_1.f90: New test.

2018-01-04  Jakub Jelinek  <jakub@redhat.com>

	PR debug/83585
	* gcc.dg/pr83585.c: New test.

2018-01-04  Nathan Sidwell  <nathan@acm.org>

	PR c++/83667
	* g++.dg/ipa/pr83667.C: Fix regex, require alias.

2018-01-04  Jakub Jelinek  <jakub@redhat.com>

	PR debug/83666
	* gcc.dg/pr83666.c: New test.

2018-01-04  Uros Bizjak  <ubizjak@gmail.com>

	PR target/83628
	* gcc.target/alpha/pr83628-1.c: New test.
	* gcc.target/alpha/pr83628-2.c: Ditto.

2018-01-04  Martin Liska  <mliska@suse.cz>

	PR ipa/82352
	* g++.dg/ipa/pr82352.C: New test.

2018-01-04  Jakub Jelinek  <jakub@redhat.com>

	* gcc.dg/vect-opt-info-1.c: Moved to ...
	* gcc.dg/vect/nodump-vect-opt-info-1.c: ... here.  Only run on
	vect_int targets, use dg-additional-options instead of dg-options and
	use relative line numbers instead of absolute.

2018-01-03  Martin Sebor  <msebor@redhat.com>

	PR tree-optimization/83655
	* gcc.dg/Wrestrict-5.c: New test.
	* c-c++-common/builtins.c: New test.

2018-01-03  Richard Sandiford  <richard.sandiford@linaro.org>
	    Alan Hayward  <alan.hayward@arm.com>
	    David Sherwood  <david.sherwood@arm.com>

	* gcc.target/aarch64/vect-movi.c (movi_float_lsl24): New function.
	(main): Call it.

2018-01-03  Jeff Law  <law@redhat.com>

	PR target/83641
	* gcc.target/i386/stack-check-17.c: New test.
	* gcc.target/i386/stack-check-12.c: Drop unnecessary asm.

2018-01-03  Jakub Jelinek  <jakub@redhat.com>

	PR debug/83621
	* gcc.dg/pr83621.c: New test.

	PR debug/83645
	* gcc.dg/pr83645.c: New test.

2018-01-03  Martin Sebor  <msebor@redhat.com>

	PR tree-optimization/83603
	* gcc.dg/Wrestrict-4.c: New test.

	PR c/83559
	* gcc.dg/const-2.c: New test.
	* gcc.dg/pure-3.c: New test.

2018-01-03  Martin Sebor  <msebor@redhat.com>

	* gcc.dg/Wrestrict-3.c: New test.

2018-01-03  Jakub Jelinek  <jakub@redhat.com>

	PR c++/83555
	* g++.dg/opt/pr83555.C: New test.
	* g++.dg/ubsan/pr83555.C: New test.

2018-01-03  David Malcolm  <dmalcolm@redhat.com>

	PR c/82050
	* gcc.dg/plugin/expensive-selftests-1.c: Update regexp to handle
	the !CHECKING_P case by expecting a note.
	* gcc.dg/plugin/expensive_selftests_plugin.c (plugin_init): Issue
	a note for the !CHECKING_P case, and move the return statement
	outside of #if CHECKING_P guard.

2018-01-03  Jeff Law  <law@redhat.com>

	PR middle-end/83654
	* gcc.target/i386/stack-check-18.c: New test.
	* gcc.target/i386/stack-check-19.c: New test.

2018-01-03  Martin Sebor  <msebor@redhat.com>

	PR tree-optimization/83501
	* c-c++-common/Warray-bounds-3.c: Remove xfail.

2018-01-03  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>

	PR tree-optimization/83501
	* gcc.dg/tree-ssa/pr83501-1.c: New test.

2018-01-03  Nathan Sidwell  <nathan@acm.org>

	PR c++/83667
	* g++.dg/ipa/pr83667.C: New.

2018-01-03  Martin Liska  <mliska@suse.cz>

	PR tree-optimization/83593
	* gcc.dg/pr83593.c: New test.

2018-01-03  Martin Liska  <mliska@suse.cz>

	PR ipa/83549
	* g++.dg/ipa/pr83549.C: New test.

2018-01-03  Marek Polacek  <polacek@redhat.com>

	PR c++/83592
	* g++.dg/warn/mvp2.C: New test.

2018-01-03  Jakub Jelinek  <jakub@redhat.com>

	PR preprocessor/83602
	* g++.dg/cpp/pr83602.C: New test.

	PR c++/83634
	* g++.dg/parse/pr83634.C: New test.

2018-01-03  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR fortran/83664
	* gfortran.dg/eoshift_7.f90: New test.

2018-01-03  Jan Beulich  <jbeulich@suse.com>

	* gcc.target/i386/avx512vl-no-vmovdqu8.c,
	gcc.target/i386/avx512vl-no-vmovdqu16.c: New.

2018-01-03  Jakub Jelinek  <jakub@redhat.com>

	Update copyright years.

2018-01-03  Martin Liska  <mliska@suse.cz>

	PR ipa/83594
	* gcc.dg/ipa/pr83594.c: New test.

2018-01-03  Richard Sandiford  <richard.sandiford@linaro.org>
	    Alan Hayward  <alan.hayward@arm.com>
	    David Sherwood  <david.sherwood@arm.com>

	* gcc.dg/vect-opt-info-1.c: New test.

2018-01-02  Michael Meissner  <meissner@linux.vnet.ibm.com>

	* gcc.target/powerpc/float128-hw2.c: Add tests for ceilf128,
	floorf128, truncf128, and roundf128.
	* gcc.target/powerpc/float128-hw5.c: New tests for _Float128
	optimizations added in match.pd.
	* gcc.target/powerpc/float128-hw6.c: Likewise.
	* gcc.target/powerpc/float128-hw7.c: Likewise.
	* gcc.target/powerpc/float128-hw8.c: Likewise.
	* gcc.target/powerpc/float128-hw9.c: Likewise.
	* gcc.target/powerpc/float128-hw10.c: Likewise.
	* gcc.target/powerpc/float128-hw11.c: Likewise.

2018-01-02  Jakub Jelinek  <jakub@redhat.com>

	PR c++/83556
	* g++.dg/cpp0x/pr83556.C: New test.

2018-01-02  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR fortran/45689
	PR fortran/83650
	* gfortran.dg/simplify_cshift_1.f90: Correct erroneous case.
	* gfortran.dg/simplify_cshift_4.f90: New test.

2018-01-02  Marek Polacek  <polacek@redhat.com>

	PR c++/81860
	* g++.dg/cpp0x/inh-ctor30.C: New test.

	PR c++/83644
	* g++.dg/cpp1z/pr83644.C: New test.

2018-01-01  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/83076
	* gfortran.dg/coarray_45.f90 : New test.

	PR fortran/83319
	* gfortran.dg/coarray_46.f90 : New test.

2018-01-01  Jakub Jelinek  <jakub@redhat.com>

	PR tree-optimization/83581
	* gcc.dg/pr83581.c: New test.

	PR c/83595
	* gcc.dg/pr83595.c: New test.

	PR middle-end/83608
	* g++.dg/opt/pr83608.C: New test.

	PR middle-end/83609
	* gcc.dg/pr83609.c: New test.
	* g++.dg/opt/pr83609.C: New test.

	PR middle-end/83623
	* gcc.dg/pr83623.c: New test.

	* gcc.target/i386/i386.exp
	(check_effective_target_avx512vpopcntdqvl): New proc.
	* gcc.target/i386/avx512vpopcntdqvl-vpopcntd-1.c: Use
	avx512vpopcntdqvl effective target rather than avx512vpopcntdq.
	* gcc.target/i386/avx512vpopcntdqvl-vpopcntq-1.c: Likewise.

Copyright (C) 2018 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.