OSDN Git Service

/cp
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2012-11-24  Paolo Carlini  <paolo.carlini@oracle.com>
2
3         PR c++/55446
4         * g++.dg/init/new41.C: New.
5
6 2012-11-24  Thomas Koenig  <tkoenig@gcc.gnu.org>
7
8         PR fortran/55314
9         Backport from trunk
10         * gfortran.dg/allocate_error_4.f90:  New test.
11
12 2012-11-23  Janus Weil  <janus@gcc.gnu.org>
13
14         PR fortran/55352
15         * gfortran.dg/namelist_76.f90: New.
16
17 2012-11-19  H.J. Lu  <hongjiu.lu@intel.com>
18
19         Backported from mainline
20         2012-11-13  H.J. Lu  <hongjiu.lu@intel.com>
21
22         PR middle-end/55142
23         * gcc.target/i386/pr55142-1.c: New file.
24         * gcc.target/i386/pr55142-2.c: Likewise.
25
26 2012-11-09  Eric Botcazou  <ebotcazou@adacore.com>
27
28         * gnat.dg/stack_check3.ad[sb]: New test.
29
30 2012-11-07  Eric Botcazou  <ebotcazou@adacore.com>
31
32         * gcc.c-torture/compile/20121107-1.c: New test.
33
34 2012-11-06  Janus Weil  <janus@gcc.gnu.org>
35
36         PR fortran/54917
37         * gfortran.dg/transfer_class_1.f90: New.
38
39 2012-11-05  Eric Botcazou  <ebotcazou@adacore.com>
40
41         * g++.dg/torture/20121105-1.C: New test.
42
43 2012-11-05  Jakub Jelinek  <jakub@redhat.com>
44
45         Backported from mainline
46         2012-10-24  Jakub Jelinek  <jakub@redhat.com>
47
48         PR debug/54828
49         * g++.dg/debug/pr54828.C: New test.
50
51         2012-10-23  Jakub Jelinek  <jakub@redhat.com>
52
53         PR c++/54988
54         * c-c++-common/pr54988.c: New test.
55
56         2012-10-10  Jakub Jelinek  <jakub@redhat.com>
57
58         PR tree-optimization/54877
59         * gcc.dg/torture/pr54877.c: New test.
60
61 2012-11-02  Jeff Law  <law@redhat.com>
62
63         * gcc.c-torture/execute/pr54985.c: New test.
64
65 2012-10-29  Eric Botcazou  <ebotcazou@adacore.com>
66
67         PR ada/53517
68         * gnat.dg/lto14.adb: Skip on Solaris.
69
70 2012-10-26  Paolo Carlini  <paolo.carlini@oracle.com>
71
72         PR c++/54984
73         * g++.dg/template/new11.C: New.
74
75 2012-10-26  Terry Guo  <terry.guo@arm.com>
76
77         Backport from mainline
78         2012-10-23  Terry Guo  <terry.guo@arm.com>
79
80         PR target/55019
81         * gcc.dg/pr55019.c: New.
82
83 2012-10-25  Richard Biener  <rguenther@suse.de>
84
85         PR tree-optimization/54902
86         * g++.dg/torture/pr54902.C: New testcase.
87
88 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
89
90         * gnat.dg/modular4.adb: New test.
91         * gnat.dg/modular4_pkg.ads: New helper.
92
93 2012-10-21  Eric Botcazou  <ebotcazou@adacore.com>
94
95         * gnat.dg/specs/atomic1.ads: XFAIL on MIPS.
96         * gnat.dg/specs/addr1.ads: Likewise.
97
98 2012-10-19  Zhenqiang Chen <zhenqiang.chen@linaro.org>
99
100         Backport from mainline
101         2012-10-19  Zhenqiang Chen <zhenqiang.chen@linaro.org>
102
103         PR target/54892
104         * gcc.target/arm/pr54892.c: New.
105
106 2012-10-16  Andrey Belevantsev  <abel@ispras.ru>
107
108         Backport from mainline
109         2012-08-09  Andrey Belevantsev  <abel@ispras.ru>
110
111         PR rtl-optimization/53701
112         * gcc.dg/pr53701.c: New test.
113
114 2012-10-15  Uros Bizjak  <ubizjak@gmail.com>
115
116         Backport from mainline
117         2012-10-15  Uros Bizjak  <ubizjak@gmail.com>
118
119         * gcc.target/i386/avx256-unaligned-load-1.c: Update asm scan patterns.
120         * gcc.target/i386/avx256-unaligned-load-2.c: Ditto.
121         * gcc.target/i386/avx256-unaligned-load-3.c: Ditto.
122         * gcc.target/i386/avx256-unaligned-load-4.c: Ditto.
123         * gcc.target/i386/avx256-unaligned-store-1.c: Ditto.
124         * gcc.target/i386/avx256-unaligned-store-2.c: Ditto.
125         * gcc.target/i386/avx256-unaligned-store-3.c: Ditto.
126         * gcc.target/i386/avx256-unaligned-store-4.c: Ditto.
127
128 2012-10-15  Richard Guenther  <rguenther@suse.de>
129
130         PR tree-optimization/54920
131         * gcc.dg/torture/pr54920.c: New testcase.
132
133 2012-10-14  Janus Weil  <janus@gcc.gnu.org>
134
135         PR fortran/54784
136         * gfortran.dg/class_allocate_13.f90: New.
137
138 2012-10-08  Terry Guo  <terry.guo@arm.com>
139
140         Backported from mainline
141         2012-09-19  Terry Guo  <terry.guo@arm.com>
142
143         * lib/gcc-dg.exp (dg_runtest_extra_prunes): New variable to define
144         extra prune rules that will be applied to all tests in a .exp file.
145         (gcc-dg-prune): Use rules defined by the above variable.
146         * gcc.target/arm/arm.exp (dg_runtest_extra_prunes): Skip all the
147         harmless warnings on architecture switch conflict.
148
149 2012-10-08  Jakub Jelinek  <jakub@redhat.com>
150
151         PR c++/54858
152         * g++.dg/template/pr54858.C: New test.
153
154 2012-10-05  Jakub Jelinek  <jakub@redhat.com>
155
156         PR tree-optimization/33763
157         * c-c++-common/pr33763.c: New test.
158
159 2012-10-03  Jakub Jelinek  <jakub@redhat.com>
160
161         PR c++/54777
162         * g++.dg/cpp0x/constexpr-ref4.C: New test.
163
164 2012-09-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
165
166         PR target/54083
167         * gcc.dg/torture/pr53922.c: Skip on 32-bit hppa-*-hpux*.
168
169 2012-09-27  Jakub Jelinek  <jakub@redhat.com>
170
171         PR target/54703
172         * gcc.target/i386/pr54703.c: New test.
173
174 2012-09-24  Janis Johnson  <janisjo@codesourcery.com>
175
176         Backport from mainline:
177
178         2012-07-24  Janis Johnson  <janisjo@codesourcery.com>
179         * lib/gcc-dg.exp (process-message): Don't ignore errors.
180
181         2012-07-25  Janis Johnson  <janisjo@codesourcery.com>
182         * g++.dg/cpp0x/nullptr21.c: Remove printfs, make self-checking.
183
184         2012-07-26  Janis Johnson  <janisjo@codesourcery.com>
185         * gcc.dg/pr45259.c: Only -fpic depends on fpic support.
186
187         2012-09-18  Janis Johnson  <janisjo@codesourcery.com>
188         * gcc.dg/vect/pr52298.c: Remove "dg-do run".
189
190         2012-09-18  Janis Johnson  <janisjo@codesourcery.com>
191         * lib/target-supports.exp
192         (check_effective_target_vect_widen_mult_qi_to_hi,
193         check_effective_target_vect_widen_mult_hi_to_si,
194         check_effective_target_vect_widen_mult_qi_to_hi_pattern,
195         check_effective_target_vect_widen_mult_hi_to_si_pattern,
196         check_effective_target_vect_pack_trunc,
197         check_effective_target_vect_unpack,
198         check_effective_target_vect_multiple_sizes): Check arm_neon_ok
199         instead of arm_none.
200
201         2012-09-18  Janis Johnson  <janisjo@codesourcery.com>
202         * gcc.dg/vect/no-vfa-vect-101.c: Skip a check for an irrelevant
203         target instead of xfailing it.
204         * gcc.dg/vect/no-vfa-vect-102.c: Likewise.
205         * gcc.dg/vect/no-vfa-vect-102a.c: Likewise.
206         * gcc.dg/vect/no-vfa-vect-37.c: Likewise.
207         * gcc.dg/vect/no-vfa-vect-79.c: Likewise.
208         * gcc.dg/vect/vect-104.c: Likewise.
209         * gcc.dg/vect/vect-outer-1-big-array.c: Likewise.
210         * gcc.dg/vect/vect-outer-1.c: Likewise.
211         * gcc.dg/vect/vect-outer-1a-big-array.c: Likewise.
212         * gcc.dg/vect/vect-outer-1a.c: Likewise.
213         * gcc.dg/vect/vect-outer-1b-big-array.c: Likewise.
214         * gcc.dg/vect/vect-outer-1b.c: Likewise.
215         * gcc.dg/vect/vect-outer-2b.c: Likewise.
216         * gcc.dg/vect/vect-outer-3a-big-array.c: Likewise.
217         * gcc.dg/vect/vect-outer-3a.c: Likewise.
218         * gcc.dg/vect/vect-outer-3b.c: Likewise.
219         * gcc.dg/vect/vect-reduc-dot-s8b.c: Likewise.
220
221         2012-09-18  Janis Johnson  <janisjo@codesourcery.com>
222         * gcc.dg/vect/fast-math-pr35982.c: Skip check instead of xfail.
223
224 2012-09-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
225
226         Backport from mainline:
227         2012-09-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
228
229         PR testsuite/54007
230         * gnat.dg/lto15.adb: Require lto.
231
232 2012-09-20  Eric Botcazou  <ebotcazou@adacore.com>
233
234         * gnat.dg/opt20.ads: Move dg directive to...
235         * gnat.dg/opt20.adb: ...here.
236         * gnat.dg/addr1.ad[sb]: Likewise.
237         * gnat.dg/concat2.ad[sb]: Likewise.
238         * gnat.dg/array16.ad[sb]: Likewise.
239         * gnat.dg/atomic5.ad[sb]: Likewise.
240         * gnat.dg/discr29.ad[sb]: Likewise.
241         * gnat.dg/noreturn5.ad[sb]: Likewise.
242         * gnat.dg/vect8.ad[sb]: Likewise.  Add dg-options.
243         * gnat.dg/discr23.ads: Remove dg directive.
244         * gnat.dg/nested_float_packed.ads: Likewise.
245         * gnat.dg/oconst6.ads: Move to...
246         * gnat.dg/specs/oconst6.ads: ...here.
247
248 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
249
250         PR c/54552
251         * gcc.c-torture/compile/pr54552-1.c: New test.
252
253 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
254
255         PR c/54103
256         * gcc.c-torture/compile/pr54103-1.c,
257         gcc.c-torture/compile/pr54103-2.c,
258         gcc.c-torture/compile/pr54103-3.c,
259         gcc.c-torture/compile/pr54103-4.c,
260         gcc.c-torture/compile/pr54103-5.c,
261         gcc.c-torture/compile/pr54103-6.c: New tests.
262         * gcc.dg/c90-const-expr-8.c: Update expected column number.
263
264 2012-09-20  Jakub Jelinek  <jakub@redhat.com>
265
266         Backported from mainline
267         2012-09-17  Jakub Jelinek  <jakub@redhat.com>
268
269         PR tree-optimization/54563
270         * g++.dg/torture/pr54563.C: New test.
271
272 2012-09-20  Release Manager
273
274         * GCC 4.7.2 released.
275
276 2012-09-14  Jason Merrill  <jason@redhat.com>
277
278         PR c++/53661
279         * g++.dg/init/aggr9.C: New.
280
281 2012-09-13  Tobias Burnus  <burnus@net-b.de>
282
283         PR fortran/54556
284         * gfortran.dg/implicit_pure_3.f90: New.
285
286 2012-09-13  Jakub Jelinek  <jakub@redhat.com>
287
288         PR c/54559
289         * gcc.c-torture/compile/pr54559.c: New test.
290
291 2012-09-13  Jason Merrill  <jason@redhat.com>
292
293         PR c++/53839
294         * g++.dg/cpp0x/constexpr-temp1.C: New.
295
296 2012-09-13  Jason Merrill  <jason@redhat.com>
297
298         PR c++/54511
299         * g++.dg/template/anonunion2.C: New.
300
301 2012-09-13  Jason Merrill  <jason@redhat.com>
302
303         PR c++/53836
304         * g++.dg/template/init10.C: New.
305
306 2012-09-12  Tobias Burnus  <burnus@net-b.de>
307
308         PR fortran/54225
309         PR fortran/53306
310         * gfortran.dg/coarray_10.f90: Update dg-error.
311         * gfortran.dg/coarray_28.f90: New.
312         * gfortran.dg/array_section_3.f90: New.
313
314 2012-09-10  Jason Merrill  <jason@redhat.com>
315
316         PR c++/54506
317         * g++.dg/cpp0x/implicit14.C: New.
318
319         PR c++/54341
320         PR c++/54253
321         * g++.dg/cpp0x/constexpr-virtual2.C: New.
322         * g++.dg/cpp0x/constexpr-virtual3.C: New.
323
324 2012-09-10  Janus Weil  <janus@gcc.gnu.org>
325
326         PR fortran/54435
327         PR fortran/54443
328         * gfortran.dg/select_type_29.f03: New.
329
330 2012-09-10  Markus Trippelsdorf  <markus@trippelsdorf.de>
331
332         PR middle-end/54515
333         * g++.dg/tree-ssa/pr54515.C: new testcase
334
335 2012-09-08  Mikael Morin  <mikael@gcc.gnu.org>
336
337         PR fortran/54208
338         * gfortran.dg/bound_simplification_3.f90: New test.
339
340 2012-09-07  Richard Guenther  <rguenther@suse.de>
341
342         Backport from mainline
343         2012-07-13  Richard Guenther  <rguenther@suse.de>
344
345         PR tree-optimization/53922
346         * gcc.dg/torture/pr53922.c: New testcase.
347
348 2012-09-07  Eric Botcazou  <ebotcazou@adacore.com>
349
350         * gcc.dg/pr44194-1.c: Skip on Alpha and adjust regexp for SPARC64.
351
352 2012-09-07  Jakub Jelinek  <jakub@redhat.com>
353
354         Backported from mainline
355         2012-09-06  Jakub Jelinek  <jakub@redhat.com>
356
357         PR rtl-optimization/54455
358         * gcc.dg/54455.c: New test.
359
360 2012-09-06  Andrew Pinski  <apinski@cavium.com>
361
362         PR tree-opt/54494
363         * gcc.dg/tree-ssa/strlen-1.c: New testcase.
364
365 2012-09-05  Jakub Jelinek  <jakub@redhat.com>
366
367         PR middle-end/54486
368         * c-c++-common/pr54486.c: New test.
369
370 2012-09-05  Joey Ye  <joey.ye@arm.com>
371
372         Backported from trunk
373         2012-08-28  Joey Ye  <joey.ye@arm.com>
374
375         * gcc.dg/tree-ssa/ssa-dom-thread-3.c: Add -fno-short-enums.
376
377 2012-09-03  Jakub Jelinek  <jakub@redhat.com>
378
379         Backported from mainline
380         2012-09-01  Jakub Jelinek  <jakub@redhat.com>
381
382         PR target/54436
383         * gcc.dg/torture/pr54436.c: New test.
384
385         2012-08-31  Jakub Jelinek  <jakub@redhat.com>
386
387         PR c/54428
388         * gcc.c-torture/compile/pr54428.c: New test.
389
390         2012-08-24  Jakub Jelinek  <jakub@redhat.com>
391
392         PR c/54363
393         * gcc.dg/pr54363.c: New test.
394
395 2012-08-31  Ollie Wild  <aaw@google.com>
396
397         PR c++/54197
398         * g++.dg/init/lifetime3.C: New test.
399
400 2012-08-28  Uros Bizjak  <ubizjak@gmail.com>
401
402         Backport from mainline
403         2012-08-27  Uros Bizjak  <ubizjak@gmail.com>
404
405         PR target/46254
406         * gcc.target/i386/pr46254.c: New test.
407
408 2012-08-20  Patrick Marlier  <patrick.marlier@gmail.com>
409
410         Backported from trunk
411         2012-08-20  Patrick Marlier  <patrick.marlier@gmail.com>
412
413         PR middle-end/53992
414         * gcc.dg/gomp/pr53992.c: New test.
415
416 2012-08-13  Jakub Jelinek  <jakub@redhat.com>
417
418         Backported from trunk
419         2012-07-19  Jakub Jelinek  <jakub@redhat.com>
420
421         PR rtl-optimization/53942
422         * gcc.dg/pr53942.c: New test.
423
424 2012-08-10  Ulrich Weigand  <ulrich.weigand@linaro.org>
425
426         Backport from mainline
427         2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
428
429         * lib/target-supports.exp
430         (check_effective_target_vect_natural_alignment): New function.
431         * gcc.dg/align-2.c: Only run on targets with natural alignment
432         of vector types.
433         * gcc.dg/vect/slp-25.c: Adjust tests for targets without natural
434         alignment of vector types.
435
436 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
437
438         Backport from mainline
439         2012-08-08  H.J. Lu  <hongjiu.lu@intel.com>
440
441         PR rtl-optimization/54157
442         * gcc.target/i386/pr54157.c: New file.
443
444 2012-08-01  Uros Bizjak  <ubizjak@gmail.com>
445
446         Backport from mainline
447         2012-03-11  Uros Bizjak  <ubizjak@gmail.com>
448
449         PR target/52530
450         * gcc.dg/torture/pr52530.c: New test.
451
452 2012-07-27  Anna Tikhonova  <anna.tikhonova@intel.com>
453
454         * gcc.dg/20020201-1.c: Remove declarations for exit, abort,
455         rand, srand. Include <stdlib.h>.
456
457 2012-07-20  Jason Merrill  <jason@redhat.com>
458
459         PR c++/54038
460         * g++.dg/other/array7.C: New.
461
462 2012-07-19  Jason Merrill  <jason@redhat.com>
463
464         PR c++/54026
465         * g++.dg/init/mutable1.C: New.
466
467 2012-07-19  Eric Botcazou  <ebotcazou@adacore.com>
468
469         * gnat.dg/opt25.adb: New test.
470         * gnat.dg/opt25_pkg1.ad[sb]: New helper.
471         * gnat.dg/opt25_pkg2.ad[sb]: Likewise.
472
473 2012-07-19  Eric Botcazou  <ebotcazou@adacore.com>
474
475         * gnat.dg/aggr20.ad[sb]: New test.
476         * gnat.dg/aggr20_pkg.ads: New helper.
477
478 2012-07-19  Eric Botcazou  <ebotcazou@adacore.com>
479
480         * gnat.dg/derived_type3.adb: New test.
481         * gnat.dg/derived_type3_pkg.ad[sb]: New helper.
482
483 2012-07-19  Richard Guenther  <rguenther@suse.de>
484             Eric Botcazou  <ebotcazou@adacore.com>
485
486         * gnat.dg/loop_optimization11.adb: New testcase.
487         * gnat.dg/loop_optimization11_pkg.ads: Likewise.
488
489 2012-07-19  Eric Botcazou  <ebotcazou@adacore.com>
490
491         * gnat.dg/discr38.adb: New test.
492
493 2012-07-19  Jakub Jelinek  <jakub@redhat.com>
494
495         PR middle-end/54017
496         * c-c++-common/gomp/pr54017.c: New test.
497
498 2012-07-18  Richard Guenther  <rguenther@suse.de>
499
500         Backport from mainline
501         2012-05-03  Richard Guenther  <rguenther@suse.de>
502
503         * gfortran.dg/pr52621.f90: Add -w to avoid diagnostic about
504         unsupported prefetching support.
505
506 2012-07-17  Jason Merrill  <jason@redhat.com>
507
508         PR c++/53995
509         * g++.dg/parse/enum9.C: New.
510
511 2012-07-17  Jason Merrill  <jason@redhat.com>
512
513         PR c++/53989
514         * g++.dg/template/array23.C: New.
515
516 2012-07-17  Jason Merrill  <jason@redhat.com>
517
518         PR c++/53549
519         * g++.dg/template/current-inst1.C: New.
520         * g++.dg/parse/crash35.C: Adjust.
521
522 2012-07-13  Hans-Peter Nilsson  <hp@axis.com>
523
524         PR rtl-optimization/53908
525         * gcc.dg/torture/pr53908.c: New test.
526
527 2012-07-10  Uros Bizjak  <ubizjak@gmail.com>
528
529         Backport from mainline
530         2012-07-03  Uros Bizjak  <ubizjak@gmail.com>
531
532         PR target/53811
533         * g++.dg/other/pr53811.C: New test.
534
535 2012-07-10  Jason Merrill  <jason@redhat.com>
536
537         PR c++/53733
538         * g++.dg/cpp0x/defaulted36.C: New.
539         * g++.dg/cpp0x/defaulted21.C: Adjust.
540
541         * g++.dg/cpp0x/implicit13.C: New.
542
543 2012-07-09  Janis Johnson  <janisjo@codesourcery.com>
544
545         Backport from mainline.
546         2012-06-28  Janis Johnson  <janisjo@codesourcery.com>
547
548         * g++.dg/cpp0x/nullptr19.c: Remove exta directives on same line.
549
550         * g++.dg/template/error46.C: Add missing comment to dg-message.
551         * g++.dg/template/crash107.C: Likewise.
552         * g++.dg/template/error47.C: Likewise.
553         * g++.dg/template/crash108.C: Likewise.
554         * g++.dg/overload/operator5.C: Likewise.
555
556         * gcc.dg/Wstrict-aliasing-converted-assigned.c: Fix syntax
557         errors in dg-message directives, add comments.
558
559         2012-06-26  Janis Johnson  <janisjo@codesourcery.com>
560
561         * lib/scandump.exp (scan-dump, scan-dump-not, scan-dump-dem,
562         scan-dump-dem-not): Use printable pattern in test name.
563
564         2012-06-25  Janis Johnson  <janisjo@codesourcery.com>
565
566         * lib/target-supports-dg.exp (testname-for-summary): New.
567         * lib/profopt.exp (profopt_execute): Define testname_with_flags.
568         * lib/gcc-dg.exp (cleanup-coverage-files, cleanup-repo-notes,
569         cleanup-stack-usage, cleanup-dump, cleanup-saved-temps, scan-module,
570         scan-module-absence, output-exists, output-exists-not: Use
571         testname-for-summary.
572         (dg-test): Clean up testname_with_flags.
573         * lib/scanasm.exp (scan-assembler, scan-assembler-not, scan-hidden,
574         scan-not-hidden, scan-file, scan-file-not, scan-stack-usage,
575         scan-stack-usage-not, scan-assembler-times, scan-assembler-dem,
576         scan-assembler-dem-not, object-size: Use testname-for-summary.
577         * lib/gcov.exp (run-gcov): Likewise.
578         * lib/scandump.exp (scan-dump, scan-dump-times, scan-dump-not,
579         scan-dump-dem, scan-dump-dem-note): Likewise.
580
581         * lib/profopt.exp: Make prof_option_list local to profopt-execute.
582         * g++.dg/tree-prof/tree-prof.exp (PROFOPT_OPTIONS): Define after
583         including profopt.opt; save and restore existing value.
584         * g++.dg/bprob/bprob.exp: Likewise.
585         * gcc.dg/matrix/matrix.exp: Likewise.
586         * gcc.dg/tree-prof/tree-prof.exp: Likewise.
587         * gcc.misc-tests/bprob.exp: Likewise; also replace formerly-ignored
588         PROFOPT_OPTIONS.
589
590         2012-06-15  Janis Johnson  <janosjo@codesourcery.com>
591
592         * lib/gcov.exp (verify-lines, verify-branches, verify-calls): Use
593         testname that includes flags, passed in as new argument, in
594         pass/fail messages.
595         (run_gcov): Get testname from dg-test, use it in pass/fail messages
596         and pass it to verify-* procedures.
597
598         * g++.dg/torture/stackalign/stackalign.exp: Combine stack
599         alignment torture options with usual torture options.
600
601         * g++.dg/cpp0x/auto27.C: Add comments to checks for multiple
602         messages reported for one line of source code.
603         * g++.dg/cpp0x/constexpr-decl.C: Likewise.
604         * g++.dg/cpp0x/decltype2.C: Likewise.
605         * g++.dg/cpp0x/decltype3.C: Likewise.
606         * g++.dg/cpp0x/lambda/lambda-syntax1.C: Likewise.
607         * g++.dg/cpp0x/regress/error-recovery1.C: Likewise.
608         * g++.dg/cpp0x/static_assert3.C: Likewise.
609         * g++.dg/cpp0x/udlit-cpp98-neg.C: Likewise.
610         * g++.dg/cpp0x/udlit-shadow-neg.C: Likewise.
611         * g++.dg/cpp0x/union1.C: Likewise.
612         * g++.dg/cpp0x/variadic-ex10.C: Likewise.
613         * g++.dg/cpp0x/variadic-ex14.C: Likewise.
614         * g++.dg/cpp0x/variadic2.C: Likewise.
615         * g++.dg/cpp0x/variadic20.C: Likewise.
616         * g++.dg/cpp0x/variadic74.C: Likewise.
617         * g++.dg/diagnostic/bitfld2.C: Likewise.
618         * g++.dg/ext/attrib44.C: Likewise.
619         * g++.dg/ext/no-asm-1.C: Likewise.
620         * g++.dg/other/error34.C: Likewise.
621         * g++.dg/parse/crash46.C: Likewise.
622         * g++.dg/parse/error10.C: Likewise.
623         * g++.dg/parse/error2.C: Likewise.
624         * g++.dg/parse/error3.C: Likewise.
625         * g++.dg/parse/error36.C: Likewise.
626         * g++.dg/parse/error8.C: Likewise.
627         * g++.dg/parse/error9.C: Likewise.
628         * g++.dg/parse/parser-pr28152-2.C: Likewise.
629         * g++.dg/parse/parser-pr28152.C: Likewise.
630         * g++.dg/parse/template25.C: Likewise.
631         * g++.dg/parse/typename11.C: Likewise.
632         * g++.dg/tc1/dr147.C: Likewise.
633         * g++.dg/template/deduce3.C: Likewise.
634         * g++.dg/template/koenig9.C: Likewise.
635         * g++.dg/template/pr23510.C: Likewise.
636         * g++.dg/warn/pr12242.C: Likewise.
637         * g++.dg/warn/pr30551-2.C: Likewise.
638         * g++.dg/warn/pr30551.C: Likewise.
639         * g++.old-deja/g++.other/typename1.C: Likewise.
640         * g++.old-deja/g++.pt/niklas01a.C: Likewise.
641
642         2012-06-13  Janis Johnson  <janisjo@codesourcery.com>
643
644         PR testsuite/20771
645         * lib/dg-pch.exp (dg-flags-pch): Add flags to make compile lines in
646         test summary unique.
647
648         * lib/scanasm.exp (scan-assembler, scan-assembler-not, scan-hidden,
649         scan-not-hiddent, scan-file, scan-file-not, scan-stack-usage,
650         scan-stack-usage-not): Don't strip torture options from test name.
651
652         * lib/scandump.exp (scan-dump-times): Use printable version of
653         regexp in test summary line.
654
655         * gcc.dg/di-longlong64-sync-1.c: Add comments to checks for multiple
656         messages reported for one line of source code.
657         * gcc.dg/format/few-1.c: Likewise.
658         * gcc.dg/ia64-sync-2.c: Likewise.
659         * gcc.dg/sync-2.c: Likewise.
660         * gcc.dg/noncompile/pr44517.c: Likewise.
661
662         2012-06-12  Janis Johnson  <janisjo@codesourcery.com>
663
664         * gcc.dg/torture/stackalign/stackalign.exp: Combine stack
665         alignment torture options with usual torture options.
666         * gcc.dg/torture/stackalign/alloca-2.c: Use dg-additional-options
667         instead of dg-options.
668         * gcc.dg/torture/stackalign/alloca-3.c: Likewise.
669         * gcc.dg/torture/stackalign/alloca-4.c: Likewise.
670         * gcc.dg/torture/stackalign/alloca-5.c: Likewise.
671         * gcc.dg/torture/stackalign/alloca-6.c: Likewise.
672         * gcc.dg/torture/stackalign/push-1.c: Likewise.
673         * gcc.dg/torture/stackalign/vararg-3.c: Likewise.
674
675         * gcc.target/arm/di-longlong64-sync-withhelpers.c: Add comments
676         to checks for multiple messages reported for one line of source code.
677         * gcc.target/arm/di-longlong64-sync-withldrexd.c: Likewise.
678
679         * gcc.c-torture/compile/sync-1.c: Add comments to checks for multiple
680         messages reported for one line of source code.
681
682         * gcc.dg/20031223-1.c: Add comments to check for multiple
683         messages reported for one line of source code.
684         * gcc.dg/Wconversion-integer.c: Likewise.
685         * gcc.dg/Wfatal-2.c: Likewise.
686         * gcc.dg/Wfatal.c: Likewise.
687         * gcc.dg/Wobjsize-1.c: Likewise.
688         * gcc.dg/c99-vla-jump-1.c: Likewise.
689         * gcc.dg/c99-vla-jump-2.c: Likewise.
690         * gcc.dg/c99-vla-jump-3.c: Likewise.
691         * gcc.dg/c99-vla-jump-4.c: Likewise.
692         * gcc.dg/c99-vla-jump-5.c: Likewise.
693         * gcc.dg/decl-9.c: Likewise.
694         * gcc.dg/declspec-10.c: Likewise.
695         * gcc.dg/declspec-18.c: Likewise.
696         * gcc.dg/mtune.c: Likewise.
697         * gcc.dg/parser-pr28152-2.c: Likewise.
698         * gcc.dg/parser-pr28152.c: Likewise.
699         * gcc.dg/pr14475.c: Likewise.
700         * gcc.dg/pr27953.c: Likewise.
701         * gcc.dg/pr28322-3.c: Likewise.
702         * gcc.dg/pr30457.c: Likewise.
703         * gcc.dg/pr30551-2.c: Likewise.
704         * gcc.dg/pr30551-3.c: Likewise.
705         * gcc.dg/pr30551-4.c: Likewise.
706         * gcc.dg/pr30551-5.c: Likewise.
707         * gcc.dg/pr30551-6.c: Likewise.
708         * gcc.dg/pr30551.c: Likewise.
709         * gcc.dg/pr45461.c: Likewise.
710         * gcc.dg/pr48552-1.c: Likewise.
711         * gcc.dg/pr48552-2.c: Likewise.
712         * gcc.dg/redecl-1.c: Likewise.
713         * gcc.dg/transparent-union-3.c: Likewise.
714         * gcc.dg/utf-dflt.c: Likewise.
715         * gcc.dg/utf-dflt2.c: Likewise.
716         * gcc.dg/vla-8.c: Likewise.
717         * gcc.dg/vla-init-1.c: Likewise.
718         * gcc.dg/wtr-int-type-1.c: Likewise.
719
720         * c-c++-common/raw-string-3.c: Add comments to checks for multiple
721         messages reported for for one line of source code.
722         * c-c++-common/raw-string-5.c: Likewise.
723         * c-c++-common/raw-string-4.c: Likewise.
724         * c-c++-common/raw-string-6.c: Likewise.
725         * c-c++-common/pr20000.c: Likewise.
726
727         * gcc.dg/cpp/include2a.c: Add comments to checks for multiple
728         messages reported for one line of source code.
729         * gcc.dg/cpp/pr30786.c: Likewise.
730         * gcc.dg/cpp/pr28709.c: Likewise.
731         * gcc.dg/cpp/missing-header-MD.c: Likewise.
732         * gcc.dg/cpp/macspace2.c: Likewise.
733         * gcc.dg/cpp/missing-header-1.c: Likewise.
734         * gcc.dg/cpp/missing-header-MMD.c: Likewise.
735         * gcc.dg/cpp/missing-sysheader-MD.c: Likewise.
736         * gcc.dg/cpp/missing-sysheader-MMD.c: Likewise.
737
738 2012-07-09  Jason Merrill  <jason@redhat.com>
739
740         PR c++/53882
741         * g++.dg/cpp0x/nullptr29.C: New.
742
743 2012-07-06  Mikael Morin  <mikael@gcc.gnu.org>
744
745         PR fortran/53732
746         * gfortran.dg/inline_sum_4.f90: New test.
747
748 2012-07-06  Richard Guenther  <rguenther@suse.de>
749
750         Backport from mainline
751         2012-06-18  Richard Guenther  <rguenther@suse.de>
752
753         PR tree-optimization/53693
754         * g++.dg/torture/pr53693.C: New testcase.
755
756 2012-07-06  Richard Guenther  <rguenther@suse.de>
757
758         Backport from mainline
759         2012-04-11  Richard Guenther  <rguenther@suse.de>
760
761         PR middle-end/52621
762         * gfortran.dg/pr52621.f90: New testcase.
763
764 2012-07-05  Pat Haugen <pthaugen@us.ibm.com>
765
766         Backport from mainline
767         2012-05-24  Pat Haugen <pthaugen@us.ibm.com>
768
769         * gcc.target/powerpc/lhs-1.c: New.
770         * gcc.target/powerpc/lhs-2.c: New.
771         * gcc.target/powerpc/lhs-3.c: New.
772
773 2012-07-03  Eric Botcazou  <ebotcazou@adacore.com>
774
775         * gnat.dg/recursive_call.adb: New test.
776
777 2012-07-03  Eric Botcazou  <ebotcazou@adacore.com>
778
779         * gnat.dg/discr37.ad[sb]: New test.
780
781 2012-07-02  Jason Merrill  <jason@redhat.com>
782
783         PR c++/53816
784         * g++.dg/template/ref6.C: New.
785
786         PR c++/53821
787         * g++.dg/cpp0x/lambda/lambda-template6.C: New.
788
789 2012-06-29  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
790
791         Backport from mainline.
792         2012-05-30  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
793         * gcc.target/arm/neon-vrev.c: New.
794
795 2012-06-28  Richard Guenther  <rguenther@suse.de>
796
797         PR middle-end/53790
798         * gcc.dg/torture/pr53790.c: New testcase.
799
800 2012-06-27  Fabien ChĂȘne  <fabien@gcc.gnu.org>
801
802         PR c++/51214
803         * g++.dg/cpp0x/forw_enum11.C: New.
804
805 2012-06-26  Richard Guenther  <rguenther@suse.de>
806
807         PR c++/53752
808         * g++.dg/torture/pr53752.C: New testcase.
809
810 2012-06-25  Jason Merrill  <jason@redhat.com>
811
812         PR c++/53498
813         PR c++/53305
814         * g++.dg/cpp0x/decltype38.C: New.
815         * g++.dg/cpp0x/variadic132.C: New.
816
817         PR c++/52988
818         * g++.dg/cpp0x/nullptr28.C: New.
819
820         PR c++/53202
821         * g++.dg/cpp0x/constexpr-tuple.C: New.
822
823 2012-06-25  Jakub Jelinek  <jakub@redhat.com>
824
825         PR target/53759
826         * gcc.target/i386/pr53759.c: New test.
827
828         PR c++/53594
829         * g++.dg/cpp0x/nsdmi7.C: New test.
830
831 2012-06-22  Tobias Burnus  <burnus@net-b.de>
832
833         Backport from mainline
834         2012-06-17  Tobias Burnus  <burnus@net-b.de>
835
836         PR fortran/53691
837         PR fortran/53685
838         * gfortran.dg/transfer_check_3.f90: New.
839
840 2012-06-22  Eric Botcazou  <ebotcazou@adacore.com>
841
842         * gnat.dg/lto15.ad[sb]: New test.
843
844 2012-06-19  Kaz Kojima  <kkojima@gcc.gnu.org>
845
846         * gcc.dg/stack-usage-1.c: Remove dg-options line for sh targets
847         and add __sh__ case.
848
849 2012-06-19  Jason Merrill  <jason@redhat.com>
850
851         PR c++/53651
852         * g++.dg/cpp0x/decltype37.C: New.
853
854         PR c++/52637
855         * g++.dg/debug/localclass1.C: New.
856
857         * g++.dg/debug/dwarf2/namespace-2.C: New.
858         * g++.dg/debug/dwarf2/localclass3.C: New.
859
860 2012-06-19  Richard Guenther  <rguenther@suse.de>
861
862         PR middle-end/53470
863         * g++.dg/lto/pr53470_0.C: New testcase.
864         * gcc.dg/lto/pr53470_0.c: Likewise.
865
866 2012-06-19  Jason Merrill  <jason@redhat.com>
867
868         Reapply:
869         PR c++/53137
870         * g++.dg/cpp0x/lambda/lambda-template5.C: New.
871
872         PR c++/53599
873         * g++.dg/template/local7.C: New.
874
875 2012-06-16  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
876
877         Back port from mainline
878         2012-05-09 Uros Bizjak  <ubizjak@gmail.com>
879
880         PR target/52908
881         * gcc.target/i386/xop-imul32widen-vector.c: Update scan-assembler
882         directive to Scan for vpmuldq, not vpmacsdql.
883
884 2012-06-15  Eric Botcazou  <ebotcazou@adacore.com>
885
886         * gnat.dg/vect8.ad[sb]: New test.
887
888 2012-06-14  Jakub Jelinek  <jakub@redhat.com>
889
890         Backported from mainline
891         2012-06-12  Jakub Jelinek  <jakub@redhat.com>
892
893         PR rtl-optimization/53589
894         * gcc.dg/torture/pr53589.c: New test.
895
896         2012-06-07  Jakub Jelinek  <jakub@redhat.com>
897
898         PR middle-end/53580
899         * gcc.dg/gomp/nesting-1.c: Expect errors rather than warnings.
900         * gcc.dg/gomp/critical-4.c: Likewise.
901         * gfortran.dg/gomp/appendix-a/a.35.1.f90: Likewise.
902         * gfortran.dg/gomp/appendix-a/a.35.3.f90: Likewise.
903         * gfortran.dg/gomp/appendix-a/a.35.4.f90: Likewise.
904         * gfortran.dg/gomp/appendix-a/a.35.6.f90: Likewise.
905         * c-c++-common/gomp/pr53580.c: New test.
906
907 2012-06-14  Tobias Burnus  <burnus@net-b.de>
908
909         Backport from mainline
910         2012-06-04  Tobias Burnus  <burnus@net-b.de>
911
912         PR fortran/50619
913         * gfortran.dg/init_flag_10.f90: New.
914
915 2012-06-14  Richard Guenther  <rguenther@suse.de>
916
917         Backport from mainline
918         2012-06-11  Richard Guenther  <rguenther@suse.de>
919
920         PR c++/53616
921         * g++.dg/ext/pr53605.C: New testcase.
922
923 2012-06-14  Tobias Burnus  <burnus@net-b.de>
924
925         PR fortran/53597
926         * gfortran.dg/save_4.f90: New.
927
928 2012-06-14  Richard Guenther  <rguenther@suse.de>
929
930         Backport from mainline
931         2012-06-06  Fabien ChĂȘne  <fabien@gcc.gnu.org>
932
933         PR c++/52841
934         * g++.dg/cpp0x/pr52841.C: New testcase.
935
936 2012-06-13  Christian Bruel  <christian.bruel@st.com>
937
938         PR target/53621
939         * gcc.dg/stack-usage-1.c: Force -fomit-frame-pointer on SH.
940
941 2012-06-14  Release Manager
942
943         * GCC 4.7.1 released.
944
945 2012-06-12  Jason Merrill  <jason@redhat.com>
946
947         PR c++/53599
948         * g++.dg/template/local7.C: New.
949
950         Revert:
951         PR c++/53137
952         * g++.dg/cpp0x/lambda/lambda-template5.C: New.
953
954 2012-06-04  Paolo Carlini  <paolo.carlini@oracle.com>
955
956         PR c++/53524
957         * g++.dg/warn/Wenum-compare-no-2: New.
958
959 2012-06-04  Edmar Wienskoski  <edmar@freescale.com>
960
961         PR target/53559
962         * gcc.target/powerpc/cell_builtin_1.c: New test case.
963         * gcc.target/powerpc/cell_builtin_2.c: Ditto.
964         * gcc.target/powerpc/cell_builtin_3.c: Ditto.
965         * gcc.target/powerpc/cell_builtin_4.c: Ditto.
966         * gcc.target/powerpc/cell_builtin_5.c: Ditto.
967         * gcc.target/powerpc/cell_builtin_6.c: Ditto.
968         * gcc.target/powerpc/cell_builtin_7.c: Ditto.
969         * gcc.target/powerpc/cell_builtin_8.c: Ditto.
970
971 2012-06-04  Richard Guenther  <rguenther@suse.de>
972
973         Backport from mainline
974         2012-04-25  Jakub Jelinek  <jakub@redhat.com>
975
976         PR middle-end/52979
977         * gcc.c-torture/compile/pr52979-1.c: New test.
978         * gcc.c-torture/execute/pr52979-1.c: New test.
979         * gcc.c-torture/execute/pr52979-2.c: New test.
980
981 2012-06-04  Jakub Jelinek  <jakub@redhat.com>
982
983         PR tree-optimization/53550
984         * gcc.dg/pr53550.c: New test.
985
986 2012-06-04  Richard Guenther  <rguenther@suse.de>
987             Eric Botcazou  <ebotcazou@adacore.com>
988
989         Backport from mainline
990         PR middle-end/52080
991         PR middle-end/52097
992         PR middle-end/48124
993         * gcc.dg/torture/pr48124-1.c: New testcase.
994         * gcc.dg/torture/pr48124-2.c: Likewise.
995         * gcc.dg/torture/pr48124-3.c: Likewise.
996         * gcc.dg/torture/pr48124-4.c: Likewise.
997         * gnat.dg/pack16.adb: Likewise.
998         * gnat.dg/pack16_pkg.ads: Likewise.
999         * gnat.dg/pack17.adb: Likewise.
1000         * gnat.dg/specs/pack7.ads: Likewise.
1001         * gnat.dg/specs/pack8.ads: Likewise.
1002         * gnat.dg/specs/pack8_pkg.ads: Likewise.
1003
1004 2012-06-01  Jason Merrill  <jason@redhat.com>
1005
1006         PR c++/52973
1007         * g++.dg/ext/visibility/template12.C: New.
1008         * g++.dg/ext/attrib14.C: Adjust warning line.
1009
1010         PR c++/52725
1011         * g++.dg/parse/new6.C: New.
1012         * g++.dg/template/sizeof-template-argument.C: Adjust error message.
1013
1014 2012-06-01  Jason Merrill  <jason@redhat.com>
1015
1016         PR c++/53137
1017         * g++.dg/cpp0x/lambda/lambda-template5.C: New.
1018
1019 2012-06-01  Jason Merrill  <jason@redhat.com>
1020
1021         PR c++/53484
1022         * g++.dg/cpp0x/auto33.C: New.
1023
1024 2012-06-01  Eric Botcazou  <ebotcazou@adacore.com>
1025
1026         * c-c++-common/restrict-2.c: Revert previous change.
1027
1028 2012-06-01  Eric Botcazou  <ebotcazou@adacore.com>
1029
1030         PR ada/53517
1031         * gnat.dg/lto14.adb: Skip on Solaris.
1032
1033 2012-05-31  Jason Merrill  <jason@redhat.com>
1034
1035         PR c++/52905
1036         * g++.dg/cpp0x/initlist-ctor1.C: New.
1037
1038 2012-05-31  Richard Guenther  <rguenther@suse.de>
1039
1040         PR middle-end/48493
1041         * gcc.dg/torture/pr48493.c: New testcase.
1042
1043 2012-05-30  Jakub Jelinek  <jakub@redhat.com>
1044
1045         PR c++/53356
1046         * g++.dg/init/new33.C: New test.
1047
1048 2012-05-30  Jason Merrill  <jason@redhat.com>
1049
1050         PR c++/53220
1051         * c-c++-common/array-lit.c: New.
1052         * g++.dg/ext/complit12.C: #if 0 out decay-to-pointer test.
1053
1054 2012-05-30  Richard Guenther  <rguenther@suse.de>
1055
1056         PR middle-end/53501
1057         * gcc.dg/torture/pr53501.c: New testcase.
1058         * c-c++-common/restrict-2.c: Adjust.
1059
1060 2012-05-30  Jakub Jelinek  <jakub@redhat.com>
1061
1062         PR rtl-optimization/53519
1063         * gcc.c-torture/compile/pr53519.c: New test.
1064
1065 2012-05-29  Richard Guenther  <rguenther@suse.de>
1066
1067         PR tree-optimization/53516
1068         * gcc.dg/torture/pr53516.c: New testcase.
1069
1070 2012-05-29  Paolo Carlini  <paolo.carlini@oracle.com>
1071
1072         PR c++/53491
1073         * g++.dg/parse/crash60.C: New.
1074
1075 2012-05-28  Jakub Jelinek  <jakub@redhat.com>
1076
1077         PR tree-optimization/53505
1078         * c-c++-common/torture/pr53505.c: New test.
1079
1080 2012-05-25  Ian Lance Taylor  <iant@google.com>
1081
1082         * gcc.dg/split-6.c: New test.
1083
1084 2012-05-25  Eric Botcazou  <ebotcazou@adacore.com>
1085
1086         * gnat.dg/lto14.adb: New test.
1087
1088 2012-05-24  Richard Guenther  <rguenther@suse.de>
1089
1090         PR middle-end/53460
1091         * g++.dg/tree-prof/pr53460.C: New testcase.
1092
1093 2012-05-24  Jakub Jelinek  <jakub@redhat.com>
1094
1095         PR tree-optimization/53465
1096         * gcc.c-torture/execute/pr53465.c: New test.
1097
1098 2012-05-23  Tobias Burnus  <burnus@net-b.de>
1099
1100         PR fortran/53389
1101         * gfortran.dg/realloc_on_assign_15.f90: New.
1102
1103 2012-05-22  Richard Guenther  <rguenther@suse.de>
1104
1105         PR tree-optimization/53408
1106         * gcc.dg/torture/pr53408.c: New testcase.
1107
1108 2012-05-22  Richard Guenther  <rguenther@suse.de>
1109
1110         PR middle-end/51071
1111         * gcc.dg/torture/pr51071-2.c: New testcase.
1112
1113 2012-05-21  Jakub Jelinek  <jakub@redhat.com>
1114
1115         PR tree-optimization/53366
1116         * gcc.dg/torture/pr53366-1.c: New test.
1117         * gcc.dg/torture/pr53366-2.c: New test.
1118         * gcc.target/i386/pr53366-1.c: New test.
1119         * gcc.target/i386/pr53366-2.c: New test.
1120
1121         PR tree-optimization/53409
1122         * gcc.c-torture/compile/pr53409.c: New test.
1123
1124         PR tree-optimization/53410
1125         * gcc.c-torture/compile/pr53410-1.c: New test.
1126         * gcc.c-torture/compile/pr53410-2.c: New test.
1127
1128 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
1129
1130         PR c/53418
1131         * gcc.c-torture/compile/pr53418-1.c,
1132         gcc.c-torture/compile/pr53418-2.c: New tests.
1133
1134 2012-05-21  Patrick Marlier  <patrick.marlier@gmail.com>
1135
1136         * gcc.dg/tm/indirect-2.c: New test.
1137
1138 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
1139
1140         Backport from mainline
1141         2012-05-21  Uros Bizjak  <ubizjak@gmail.com>
1142                     H.J. Lu  <hongjiu.lu@intel.com>
1143
1144         PR target/53416
1145         * gcc.target/i386/pr53416.c: New file.
1146
1147 2012-05-20  Eric Botcazou  <ebotcazou@adacore.com>
1148
1149         * gnat.dg/lto13.adb: New test.
1150         * gnat.dg/lto13_pkg.ad[sb]: New helper.
1151
1152 2012-05-18  Eric Botcazou  <ebotcazou@adacore.com>
1153
1154         * gnat.dg/specs/lto12.ads: New test.
1155         * gnat.dg/specs/lto12_pkg.ads: New helper.
1156
1157 2012-05-17  David S. Miller  <davem@davemloft.net>
1158
1159         * gfortran.dg/bessel_7.f90: Bump allowed precision to avoid
1160         failure on sparc-*-linux-gnu.
1161
1162 2012-05-16  Richard Henderson  <rth@redhat.com>
1163
1164         PR debug/52727
1165         * g++.dg/opt/pr52727.C: New testcase.
1166
1167 2012-05-16  Richard Guenther  <rguenther@suse.de>
1168
1169         PR tree-optimization/53364
1170         * g++.dg/torture/pr53364.C: New testcase.
1171
1172 2012-05-15  Jakub Jelinek  <jakub@redhat.com>
1173
1174         PR target/53358
1175         * gcc.dg/pr53358.c: New test.
1176
1177 2012-05-14  Uros Bizjak  <ubizjak@gmail.com>
1178
1179         * gcc.target/i386/avx256-unaligned-load-[1234].c: Update scan strings.
1180         * gcc.target/i386/avx256-unaligned-store-[1234].c: Ditto.
1181
1182 2012-05-12  Eric Botcazou  <ebotcazou@adacore.com>
1183
1184         * gnat.dg/null_pointer_deref3.adb: New test.
1185
1186 2012-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
1187
1188         PR c++/53301
1189         * g++.dg/warn/Wzero-as-null-pointer-constant-6.C: New.
1190
1191 2012-05-10  Eric Botcazou  <ebotcazou@adacore.com>
1192
1193         * gnat.dg/lto11.ad[sb]: New test.
1194
1195 2012-05-08  Hans-Peter Nilsson  <hp@axis.com>
1196
1197         PR target/53272
1198         * gcc.dg/torture/pr53272-1.c, gcc.dg/torture/pr53272-2.c: New test.
1199
1200 2012-05-07  Jakub Jelinek  <jakub@redhat.com>
1201
1202         PR tree-optimization/53239
1203         * g++.dg/opt/vrp3.C: New test.
1204         * g++.dg/opt/vrp3-aux.cc: New file.
1205         * g++.dg/opt/vrp3.h: New file.
1206
1207 2012-05-07  Tobias Burnus  <burnus@net-b.de>
1208
1209         Backport from mainline:
1210         2012-05-07  Tobias Burnus  <burnus@net-b.de>
1211
1212         PR fortran/53255
1213         * gfortran.dg/typebound_operator_15.f90: New.
1214
1215 2012-05-05  Tobias Burnus  <burnus@net-b.de>
1216
1217         Backport from mainline:
1218         2012-05-04  Tobias Burnus  <burnus@net-b.de>
1219
1220         PR fortran/53111
1221         * gfortran.dg/constructor_7.f90: New.
1222         * gfortran.dg/constructor_8.f90: New.
1223
1224 2012-05-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
1225
1226         Backport from mainline:
1227
1228         2012-05-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
1229
1230         PR tree-optimization/52633
1231         * gcc.dg/vect/vect-over-widen-1.c: Two patterns should now be
1232         recognized as widening shifts instead of over-widening.
1233         * gcc.dg/vect/vect-over-widen-1-big-array.c: Likewise.
1234         * gcc.dg/vect/vect-over-widen-4.c: Likewise.
1235         * gcc.dg/vect/vect-over-widen-4-big-array.c: Likewise.
1236         * gcc.target/arm/pr52633.c: New test.
1237
1238         2012-04-10  Ulrich Weigand  <ulrich.weigand@linaro.org>
1239
1240         PR tree-optimization/52870
1241         * gcc.dg/vect/pr52870.c: New test.
1242
1243 2012-05-04  Richard Guenther  <rguenther@suse.de>
1244
1245         * gcc.dg/lto/pr53214_0.c: New testcase.
1246
1247 2012-05-04  Eric Botcazou  <ebotcazou@adacore.com>
1248
1249         * gcc.target/ia64/pr48496.c: New test.
1250         * gcc.target/ia64/pr52657.c: Likewise.
1251
1252 2012-05-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
1253
1254         Backport from mainline
1255         2012-05-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
1256
1257         PR target/53199
1258         * gcc.target/powwerpc/pr53199.c: New file.
1259
1260 2012-05-03  Martin Jambor  <mjambor@suse.cz>
1261
1262         Backport from mainline
1263         2012-05-02  Martin Jambor  <mjambor@suse.cz>
1264
1265         PR lto/52605
1266         * g++.dg/lto/pr52605_0.C: New test.
1267
1268 2012-05-03  Paolo Carlini  <paolo.carlini@oracle.com>
1269
1270         PR c++/53186
1271         * g++.dg/other/final2.C: New.
1272
1273 2012-05-03  Jakub Jelinek  <jakub@redhat.com>
1274
1275         PR debug/53174
1276         * gcc.dg/pr53174.c: New test.
1277
1278         PR target/53187
1279         * gcc.target/arm/pr53187.c: New test.
1280         * gcc.c-torture/compile/pr53187.c: New test.
1281
1282 2012-05-03  Richard Guenther  <rguenther@suse.de>
1283
1284         PR tree-optimization/53144
1285         * gcc.dg/torture/pr53144.c: New testcase.
1286
1287 2012-05-02  Tobias Burnus  <burnus@net-b.de>
1288
1289         Backport from mainline
1290         2012-04-16  Tobias Burnus  <burnus@net-b.de>
1291
1292         PR fortran/52864
1293         * gfortran.dg/pointer_intent_6.f90: New.
1294
1295 2012-05-02  Jakub Jelinek  <jakub@redhat.com>
1296
1297         PR tree-optimization/53163
1298         * gcc.c-torture/compile/pr53163.c: New test.
1299
1300         PR rtl-optimization/53160
1301         * gcc.c-torture/execute/pr53160.c: New test.
1302
1303 2012-04-30  Thomas Koenig  <tkoenig@gcc.gnu.org>
1304
1305         PR fortran/53148
1306         Backport from trunk
1307         * gfortran.dg/function_optimize_12.f90:  New test.
1308
1309 2012-04-30  Uros Bizjak  <ubizjak@gmail.com>
1310
1311         Backport from mainline
1312         2012-04-27  Paolo Bonzini  <bonzini@gnu.org>
1313
1314         PR target/53138
1315         * gcc.c-torture/execute/20120427-1.c: New testcase.
1316
1317 2012-04-26  Hans-Peter Nilsson  <hp@axis.com>
1318
1319         PR target/53120
1320         * gcc.dg/torture/pr53120.c: New test.
1321
1322 2012-04-25  Jakub Jelinek  <jakub@redhat.com>
1323
1324         PR c/52880
1325         * gcc.dg/pr52880.c: New test.
1326
1327 2012-04-24  Georg-Johann Lay  <avr@gjlay.de>
1328
1329         PR testsuite/52641
1330         PR tree-optimizations/52891
1331
1332         * gcc.c-torture/compile/pr52891-2.c: Fix test for 16-bit int.
1333
1334 2012-04-24  Richard Guenther  <rguenther@suse.de>
1335
1336         PR tree-optimization/53085
1337         * g++.dg/torture/pr53085.C: New testcase.
1338
1339 2012-04-23  Richard Guenther  <rguenther@suse.de>
1340
1341         PR c/53060
1342         * gcc.dg/pr53060.c: New testcase.
1343
1344 2012-04-23  Jakub Jelinek  <jakub@redhat.com>
1345
1346         PR tree-optimizations/52891
1347         * gcc.c-torture/compile/pr52891-1.c: New test.
1348         * gcc.c-torture/compile/pr52891-2.c: New test.
1349
1350 2012-04-20  Ian Lance Taylor  <iant@google.com>
1351
1352         * go.test/go-test.exp (go-set-goarch): Recognize powerpc*-*-*.
1353         (go-gc-tests): Skip nilptr.go on powerpc*-*-*.
1354
1355 2012-04-17  Paolo Carlini  <paolo.carlini@oracle.com>
1356
1357         PR c++/53003
1358         * g++.dg/parse/crash59.C: New.
1359
1360 2012-04-16  Jason Merrill  <jason@redhat.com>
1361
1362         PR c++/38543
1363         * g++.dg/cpp0x/variadic131.C: New.
1364
1365 2012-04-16  Jason Merrill  <jason@redhat.com>
1366
1367         PR c++/50830
1368         * g++.dg/cpp0x/variadic129.C: New.
1369
1370         PR c++/50303
1371         * g++.dg/cpp0x/variadic128.C: New.
1372
1373 2012-04-16  Uros Bizjak  <ubizjak@gmail.com>
1374
1375         Backport from mainline
1376         2012-04-12  Uros Bizjak  <ubizjak@gmail.com>
1377
1378         PR target/52932
1379         * gcc.target/i386/avx2-vpermps-1.c (avx2_test): Use __m256i type for
1380         second function argument.
1381         * gcc.target/i386/avx2-vpermps-2.c (init_permps): Update declaration.
1382         (calc_permps): Update declaration.  Calculate result correctly.
1383         (avx2_test): Change src2 type to union256i_d.
1384         * gcc.target/i386/avx2-vpermd-2.c (calc_permd): Calculate result
1385         correctly.
1386
1387 2012-04-16  Martin Jambor  <mjambor@suse.cz>
1388
1389         Backported from mainline
1390
1391         2012-04-13  Martin Jambor  <mjambor@suse.cz>
1392         PR middle-end/52939
1393
1394         * g++.dg/ipa/pr52939.C: New test.
1395
1396 2012-04-15  Jason Merrill  <jason@redhat.com>
1397
1398         PR c++/52380
1399         * g++.dg/cpp0x/variadic125.C: New.
1400
1401         PR c++/52292
1402         * g++.dg/cpp0x/variadic124.C: New.
1403
1404 2012-04-15  Fabien ChĂȘne  <fabien@gcc.gnu.org>
1405
1406         PR c++/52465
1407         * g++.dg/lookup/using52.C: New.
1408
1409 2012-04-13  Jason Merrill  <jason@redhat.com>
1410
1411         PR c++/52824
1412         * g++.dg/cpp0x/variadic123.C: New.
1413         * g++.dg/cpp0x/alias-decl-15.C: Remove dg-errors.
1414
1415 2012-04-11  Jason Merrill  <jason@redhat.com>
1416
1417         PR c++/52906
1418         * g++.dg/ext/attrib45.C: New.
1419
1420 2012-04-13  Tom de Vries  <tom@codesourcery.com>
1421
1422         Backport from mainline r186419.
1423
1424         2012-04-13  Tom de Vries  <tom@codesourcery.com>
1425
1426         * gcc.dg/pr52734.c: New test.
1427
1428 2012-04-13  Richard Guenther  <rguenther@suse.de>
1429
1430         PR tree-optimization/52969
1431         * gcc.dg/torture/pr52969.c: New testcase.
1432
1433 2012-04-13  Richard Guenther  <rguenther@suse.de>
1434
1435         PR c/52862
1436         * gcc.dg/pr52862.c: New testcase.
1437
1438 2012-04-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
1439
1440         Backport from mainline
1441         2012-04-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
1442
1443         PR target/52775
1444         * gcc.target/powerpc/pr52775.c: New file.
1445
1446 2012-04-12  Richard Guenther  <rguenther@suse.de>
1447
1448         PR tree-optimization/52943
1449         * gcc.dg/torture/pr52943.c: New testcase.
1450
1451 2012-04-09  Mike Stump  <mikestump@comcast.net>
1452
1453         * g++.dg/cpp0x/udlit-raw-op.C: Don't use CRLF endings.
1454         * gcc.dg/tree-ssa/vrp59.c: Likewise.
1455         * gcc.dg/tree-ssa/vrp60.c: Likewise.
1456         * gnat.dg/aggr11.adb: Likewise.
1457         * gnat.dg/aggr11_pkg.ads: Likewise.
1458         * gnat.dg/aggr15.adb: Likewise.
1459         * gnat.dg/aggr15.ads: Likewise.
1460         * gnat.dg/aggr17.adb: Likewise.
1461         * gnat.dg/aggr18.adb: Likewise.
1462         * gnat.dg/array14.adb: Likewise.
1463         * gnat.dg/array14.ads: Likewise.
1464         * gnat.dg/array14_pkg.ads: Likewise.
1465         * gnat.dg/array19.adb: Likewise.
1466         * gnat.dg/array19.ads: Likewise.
1467         * gnat.dg/discr27.adb: Likewise.
1468         * gnat.dg/discr27.ads: Likewise.
1469         * gnat.dg/discr35.adb: Likewise.
1470         * gnat.dg/discr35.ads: Likewise.
1471         * gnat.dg/discr6.adb: Likewise.
1472         * gnat.dg/discr6_pkg.ads: Likewise.
1473         * gnat.dg/import1.adb: Likewise.
1474         * gnat.dg/import1.ads: Likewise.
1475         * gnat.dg/loop_address2.adb: Likewise.
1476         * gnat.dg/opt7.adb: Likewise.
1477         * gnat.dg/opt7.ads: Likewise.
1478         * gnat.dg/pointer_variable_bounds.adb: Likewise.
1479         * gnat.dg/pointer_variable_bounds.ads: Likewise.
1480         * gnat.dg/rep_clause2.adb: Likewise.
1481         * gnat.dg/rep_clause2.ads: Likewise.
1482         * gnat.dg/slice2.adb: Likewise.
1483         * gnat.dg/slice2.ads: Likewise.
1484         * gnat.dg/slice6.adb: Likewise.
1485         * gnat.dg/slice6_pkg.ads: Likewise.
1486         * gnat.dg/specs/unchecked_union2.ads: Likewise.
1487         * gnat.dg/taft_type2.adb: Likewise.
1488         * gnat.dg/taft_type2.ads: Likewise.
1489         * gnat.dg/taft_type2_pkg.ads: Likewise.
1490         * gnat.dg/volatile10.adb: Likewise.
1491         * gnat.dg/volatile10_pkg.ads: Likewise.
1492
1493         * gcc.dg/dll-8.c: Remove execute permissions.
1494         * g++.dg/ext/dllexport5.C: Likewise.
1495
1496 2012-04-09  Eric Botcazou  <ebotcazou@adacore.com>
1497
1498         * lib/target-supports.exp (check_effective_target_sparc_v9): New.
1499         (check_effective_target_sync_long_long): Add SPARC case.
1500         (check_effective_target_sync_long_long_runtime): Likewise.
1501         (check_effective_target_sync_int_long): Adjust SPARC case.
1502         (check_effective_target_sync_char_short): Likewise.
1503
1504 2012-04-07  Thomas Koenig  <tkoenig@gcc.gnu.org>
1505
1506         PR fortran/52893
1507         Backport from trunk
1508         * gfortran.dg/function_optimize_11.f90:  New test.
1509
1510 2012-04-07  Thomas Koenig  <tkoenig@gcc.gnu.org>
1511
1512         PR fortran/52668
1513         Backport from trunk
1514         * gfortran.dg/use_only_6.f90: New test.
1515
1516 2012-04-06  Mike Stump  <mikestump@comcast.net>
1517
1518         PR testsuite/50722
1519         * gcc.dg/pr49994-3.c: Use -w to squelch non-portable warnings.
1520
1521 2012-04-05  Jason Merrill  <jason@redhat.com>
1522
1523         PR c++/52596
1524         * g++.dg/template/qualified-id5.C: New.
1525
1526 2012-04-03  Jason Merrill  <jason@redhat.com>
1527
1528         PR c++/52796
1529         * g++.dg/cpp0x/variadic-value1.C: New.
1530
1531 2012-04-03  Richard Guenther  <rguenther@suse.de>
1532
1533         Backport from mainline
1534         2012-03-02  Richard Guenther  <rguenther@suse.de>
1535
1536         PR tree-optimization/52406
1537         * gcc.dg/torture/pr52406.c: New testcase.
1538
1539 2012-04-03  Richard Guenther  <rguenther@suse.de>
1540
1541         Backport from mainline
1542         2012-03-15  Richard Guenther  <rguenther@suse.de>
1543
1544         PR middle-end/52580
1545         * gfortran.dg/vect/pr52580.f: New testcase.
1546
1547 2012-04-03  Richard Guenther  <rguenther@suse.de>
1548
1549         Backport from mainline
1550         2012-03-06  Richard Guenther  <rguenther@suse.de>
1551
1552         PR middle-end/52493
1553         * gcc.dg/torture/pr52493.c: New testcase.
1554
1555         2012-03-23  Richard Guenther  <rguenther@suse.de>
1556
1557         PR tree-optimization/52678
1558         * gfortran.dg/pr52678.f: New testcase.
1559
1560         2012-03-26  Richard Guenther  <rguenther@suse.de>
1561
1562         PR tree-optimization/52701
1563         * gfortran.dg/pr52701.f90: New testcase.
1564
1565         2012-03-30  Richard Guenther  <rguenther@suse.de>
1566
1567         PR tree-optimization/52754
1568         * gcc.target/i386/pr52754.c: New testcase.
1569
1570 2012-04-03  Jakub Jelinek  <jakub@redhat.com>
1571
1572         PR tree-optimization/52835
1573         * gfortran.dg/pr52835.f90: New test.
1574
1575 2012-03-31  Eric Botcazou  <ebotcazou@adacore.com>
1576
1577         * gnat.dg/controlled6.adb: New test.
1578         * gnat.dg/controlled6_pkg.ads: New helper.
1579         * gnat.dg/controlled6_pkg-iterators.ad[sb]: Likewise.
1580
1581 2012-03-29  Meador Inge  <meadori@codesourcery.com>
1582
1583         PR c++/52672
1584         * g++.dg/cpp0x/constexpr-52672.C: New testcase.
1585
1586 2012-03-29  Paolo Carlini  <paolo.carlini@oracle.com>
1587
1588         PR c++/52718
1589         * g++.dg/warn/Wzero-as-null-pointer-constant-5.C: New.
1590
1591 2012-03-29  Jason Merrill  <jason@redhat.com>
1592
1593         PR c++/52685
1594         * g++.dg/template/inherit8.C: New.
1595
1596 2012-03-29  Jakub Jelinek  <jakub@redhat.com>
1597
1598         PR c++/52759
1599         * g++.dg/ext/weak4.C: New test.
1600
1601 2012-03-29  Jason Merrill  <jason@redhat.com>
1602
1603         PR c++/52743
1604         * g++.dg/cpp0x/initlist-array3.C: New.
1605
1606 2012-03-28  Jason Merrill  <jason@redhat.com>
1607
1608         PR c++/52746
1609         * g++.dg/overload/virtual2.C: New.
1610
1611 2012-03-28  Martin Jambor  <mjambor@suse.cz>
1612
1613         Backported from mainline
1614         2012-03-27  Martin Jambor  <mjambor@suse.cz>
1615
1616         PR middle-end/52693
1617         * gcc.dg/torture/pr52693.c: New test.
1618
1619 2012-03-28  Jakub Jelinek  <jakub@redhat.com>
1620
1621         PR middle-end/52691
1622         * gcc.dg/pr52691.c: New test.
1623
1624         PR middle-end/52750
1625         * gcc.c-torture/compile/pr52750.c: New test.
1626
1627 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
1628
1629         Backport from 2012-03-28 mainline r185910.
1630
1631         PR target/52692
1632         * gcc.target/avr/torture/builtins-2.c: New test.
1633
1634 2012-03-28  Jakub Jelinek  <jakub@redhat.com>
1635
1636         PR target/52736
1637         * gcc.target/i386/pr52736.c: New test.
1638
1639 2012-03-27  Richard Guenther  <rguenther@suse.de>
1640
1641         PR middle-end/52720
1642         * gcc.dg/torture/pr52720.c: New testcase.
1643
1644 2012-03-26  Georg-Johann Lay  <avr@gjlay.de>
1645
1646         Backport from 2012-03-26 mainline r185793.
1647
1648         * gcc.target/avr/torture/avr-torture.exp (AVR_TORTURE_OPTIONS):
1649         Add "-Os -flto" to list.
1650
1651 2012-03-25  Eric Botcazou  <ebotcazou@adacore.com>
1652
1653         * gnat.dg/concat2.ad[sb]: New test.
1654
1655 2012-03-24  Steven Bosscher  <steven@gcc.gnu.org>
1656
1657         PR middle-end/52640
1658         * gcc.c-torture/compile/limits-externdecl.c: New test.
1659
1660 2012-03-22  Paolo Carlini  <paolo.carlini@oracle.com>
1661
1662         PR c++/52487
1663         * g++.dg/cpp0x/lambda/lambda-ice7.C: New.
1664
1665 2012-03-22  Tobias Burnus  <burnus@net-b.de>
1666
1667         PR fortran/52452
1668         * gfortran.dg/intrinsic_8.f90: New.
1669
1670 2012-03-22  Jakub Jelinek  <jakub@redhat.com>
1671
1672         PR c++/52671
1673         * g++.dg/ext/attrib44.C: New test.
1674
1675 2012-03-22  Jason Merrill  <jason@redhat.com>
1676
1677         * g++.dg/torture/pr52582.C: New.
1678
1679 2012-03-22  Georg-Johann Lay  <avr@gjlay.de>
1680
1681         Backport from 2012-03-20 mainline r185583.
1682
1683         * gcc.target/avr/progmem.h (pgm_read_char): Define depending on
1684         __AVR_HAVE_LPMX__
1685
1686         Backport from 2012-03-20 mainline r185570.
1687
1688         PR target/49868
1689         * gcc.target/avr/torture/addr-space-2.h: New file.
1690         * gcc.target/avr/torture/addr-space-2-g.h: New test.
1691         * gcc.target/avr/torture/addr-space-2-0.h: New test.
1692         * gcc.target/avr/torture/addr-space-2-1.h: New test.
1693         * gcc.target/avr/torture/addr-space-2-x.h: New test.
1694
1695         Backport from 2012-03-12 mainline r185255.
1696
1697         PR target/49868
1698         * gcc.target/avr/torture/addr-space-1.h: New file.
1699         * gcc.target/avr/torture/addr-space-g.h: New test.
1700         * gcc.target/avr/torture/addr-space-0.h: New test.
1701         * gcc.target/avr/torture/addr-space-1.h: New test.
1702         * gcc.target/avr/torture/addr-space-x.h: New test.
1703
1704 2012-03-22  Jakub Jelinek  <jakub@redhat.com>
1705
1706         Backported from mainline
1707         2012-03-14  Jakub Jelinek  <jakub@redhat.com>
1708
1709         PR c++/52521
1710         * g++.dg/cpp0x/udlit-args2.C: New test.
1711
1712         2012-03-13  Jakub Jelinek  <jakub@redhat.com>
1713
1714         PR c/52577
1715         * gcc.dg/Wunused-var-3.c: New test.
1716
1717 2012-03-22  Release Manager
1718
1719         * GCC 4.7.0 released.
1720
1721 2012-03-20  Jason Merrill  <jason@redhat.com>
1722
1723         * g++.dg/cpp0x/auto32.C: New.
1724
1725 2012-03-15  Jakub Jelinek  <jakub@redhat.com>
1726             Andrew Pinski  <apinski@cavium.com>
1727
1728         PR middle-end/52592
1729         * gcc.dg/pr52592.c: New test.
1730
1731 2012-03-14  Jakub Jelinek  <jakub@redhat.com>
1732
1733         PR c++/52582
1734         * g++.dg/opt/pr52582.C: New test.
1735
1736 2012-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1737
1738         PR target/52450
1739         * gcc.dg/torture/pr52402.c: Skip execution on 32-bit hppa*-*-hpux*.
1740
1741         * gcc.dg/torture/pr52407.c: Add -fno-common option on hppa*-*-hpux*.
1742
1743 2012-03-10  Tobias Burnus  <burnus@net-b.de>
1744
1745         PR fortran/52469
1746         * gfortran.dg/proc_ptr_34.f90: New.
1747
1748 2012-03-07  Jason Merrill  <jason@redhat.com>
1749
1750         PR c++/52521
1751         * g++.dg/cpp0x/udlit-mangle.C: New.
1752
1753 2012-03-04  Georg-Johann Lay  <avr@gjlay.de>
1754
1755         Backport from mainline r184894.
1756         * gcc.dg/torture/pr52402.c: Add dg-require-effective-target
1757         int32plus.
1758
1759 2012-03-02  Peter Bergner  <bergner@vnet.ibm.com>
1760
1761         Backport from mainline
1762         2012-03-02  Peter Bergner  <bergner@vnet.ibm.com>
1763
1764         * gcc.target/powerpc/pr52457.c: New test.
1765
1766 2012-03-01  Kai Tietz  <ktietz@redhat.com>
1767
1768         * gcc.dg/torture/pr47917.c: Make test using POSIX-printf
1769         routines on mingw targets.
1770         * gcc.dg/vect/pr46126.c (uintptr_t): Add support for
1771         LLP64 target.
1772
1773 2012-03-01  Jakub Jelinek  <jakub@redhat.com>
1774
1775         PR tree-optimization/52445
1776         * gcc.dg/pr52445.c: New test.
1777
1778 2012-02-29  Jakub Jelinek  <jakub@redhat.com>
1779
1780         PR target/52437
1781         * gcc.c-torture/compile/pr52437.c: New test.
1782
1783         PR middle-end/52419
1784         * gcc.dg/torture/pr52419.c: New test.
1785
1786         PR tree-optimization/52429
1787         * gcc.dg/torture/pr52429.c: New test.
1788         * g++.dg/opt/pr52429.C: New test.
1789
1790 2012-02-29  Richard Guenther  <rguenther@suse.de>
1791
1792         PR testsuite/52297
1793         * gcc.dg/lto/trans-mem-1_0.c: Remove.
1794         * gcc.dg/lto/trans-mem-1_1.c: Likewise.
1795         * gcc.dg/lto/trans-mem-2_0.c: Likewise.
1796         * gcc.dg/lto/trans-mem-2_1.c: Likewise.
1797         * gcc.dg/lto/trans-mem-4_0.c: Likewise.
1798         * gcc.dg/lto/trans-mem-4_1.c: Likewise.
1799
1800 2012-02-29  Jakub Jelinek  <jakub@redhat.com>
1801
1802         * gcc.dg/torture/pr52402.c: Add -w -Wno-psabi to dg-options.
1803
1804 2012-02-29  Paul Thomas  <pault@gcc.gnu.org>
1805
1806         PR fortran/52386
1807         * gfortran.dg/realloc_on_assign_13.f90 : New test.
1808
1809 2012-02-28  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1810
1811         PR target/51534
1812         * gcc.target/arm/neon/pr51534.c: New testcase.
1813
1814 2012-02-28  Richard Guenther  <rguenther@suse.de>
1815
1816         PR target/52407
1817         * gcc.dg/torture/pr52407.c: New testcase.
1818
1819 2012-02-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1820
1821         * gcc.target/arm/vfp1.c (dg_do run): Run on all eabi variants.
1822         * gcc.target/arm/vfp2.c: Likewise.
1823         * gcc.target/arm/vfp3.c: Likewise.
1824         * gcc.target/arm/vfp4.c: Likewise.
1825         * gcc.target/arm/vfp5.c: Likewise.
1826         * gcc.target/arm/vfp6.c: Likewise.
1827         * gcc.target/arm/vfp7.c: Likewise.
1828         * gcc.target/arm/vfp8.c: Likewise.
1829         * gcc.target/arm/vfp9.c: Likewise.
1830         * gcc.target/arm/vfp10.c: Likewise.
1831         * gcc.target/arm/vfp11.c: Likewise.
1832         * gcc.target/arm/vfp12.c: Likewise.
1833         * gcc.target/arm/vfp13.c: Likewise.
1834         * gcc.target/arm/vfp14.c: Likewise.
1835         * gcc.target/arm/vfp15.c: Likewise.
1836         * gcc.target/arm/vfp16.c: Likewise.
1837         * gcc.target/arm/vfp17.c: Likewise.
1838         * gcc.target/arm/neon-constants.h: New file.
1839         * gcc.target/arm/neon-vect1.c: New test.
1840         * gcc.target/arm/neon-vect2.c: New test.
1841         * gcc.target/arm/neon-vect3.c: New test.
1842         * gcc.target/arm/neon-vect4.c: New test.
1843         * gcc.target/arm/neon-vect5.c: New test.
1844         * gcc.target/arm/neon-vect6.c: New test.
1845         * gcc.target/arm/neon-vect7.c: New test.
1846         * gcc.target/arm/neon-vect8.c: New test.
1847
1848 2012-02-28  Richard Guenther  <rguenther@suse.de>
1849
1850         PR tree-optimization/52402
1851         * gcc.dg/torture/pr52402.c: New testcase.
1852
1853 2012-02-28  Richard Guenther  <rguenther@suse.de>
1854
1855         PR lto/52400
1856         * g++.dg/lto/pr52400_0.C: New testcase.
1857
1858 2012-02-28  Georg-Johann Lay  <avr@gjlay.de>
1859
1860         * gcc.target/avr/torture/builtins-1.c: New test.
1861         * gcc.target/avr/torture/builtins-error.c: New test.
1862
1863 2012-02-28  Kai Tietz  <ktietz@redhat.com>
1864
1865         * gcc.target/i386/pr46939.c (long): Fix LP64 vs LLP64
1866         issue.
1867         * gcc.target/i386/pr45352-2.c: Likewise.
1868         * gcc.target/i386/bitfield3.c: Add -mno-ms-bitfields for
1869         mingw targets.
1870         * gcc.target/i386/xop-vshift-1.c(random): Use on mingw
1871         targets instead rand.
1872         * gcc.target/i386/sse4_1-blendps-2.c: Likewise.
1873         * gcc.target/i386/sse2-mul-1.c: Likewise.
1874         * gcc.target/i386/sse4_1-blendps.c: Likewise.
1875         * gcc.target/i386/pad-6b.c: Adjust test for x64 mingw
1876         target.
1877         * gcc.target/i386/pad-1.c: Likewise.
1878         * gcc.target/i386/pad-9.c: Likewise.
1879         * gcc.target/i386/pad-2.c: Likewise.
1880         * gcc.target/i386/pad-5b.c: Likewise.
1881         * gcc.target/i386/pad-8.c: Likewise.
1882         * gcc.target/i386/pr46470.c: Skip for x64 mingw target.
1883         * gcc.target/i386/pr44130.c: Likewise.
1884         * gcc.target/i386/align-main-1.c: Likewise.
1885         * gcc.target/i386/align-main-2.c: Likewise.
1886         * gcc.target/i386/sw-1.c: Likewise.
1887         * gcc.target/i386/avx-vzeroupper-5.c: Add -mabi=sysv
1888         on x64 mingw target.
1889         * gcc.target/i386/avx-vzeroupper-4.c: Likewise.
1890         * gcc.target/i386/pr46295.c: Likewise.
1891         * gcc.target/i386/amd64-abi-1.c: Likewise.
1892         * gcc.target/i386/amd64-abi-2.c: Likewise.
1893         * gcc.target/i386/pr39082-1.c: Likewise.
1894         * gcc.target/i386/pr39162.c: Likewise.
1895         * gcc.target/i386/pr22152.c: Likewise.
1896         * gcc.target/i386/wrgsbase-2.c: Adjust dg-final rule.
1897         * gcc.target/i386/wrfsbase-2.c: Likewise.
1898         * gcc.target/i386/local.c: Likewise
1899         * gcc.target/i386/wrgsbase-1.c: Likewise.
1900         * gcc.target/i386/wrfsbase-1.c: Likewise.
1901         * gcc.target/i386/pr39315-3.c: Likewise.
1902         * gcc.target/i386/pr35767-4.c: Likewise.
1903         * gcc.target/i386/pr45336-3.c (pextrd): Don't check for
1904         x64 mingw target.
1905         * gcc.target/i386/pr45336-2.c: Likewise.
1906         * gcc.target/i386/pr45336-1.c: Likewise.
1907         * gcc.target/i386/pr45336-4.c: Likewise.
1908
1909 2012-02-27  Tristan Gingold  <gingold@adacore.com>
1910
1911         * gnat.dg/array20.ad[sb]: New test.
1912
1913 2012-02-27  Jakub Jelinek  <jakub@redhat.com>
1914
1915         PR target/52375
1916         * gcc.target/arm/pr52375.c: New test.
1917         * gcc.c-torture/compile/pr52375.c: New test.
1918
1919 2012-02-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1920
1921         * gfortran.dg/typebound_operator_9.f03: Skip on SPU.
1922         * gcc.dg/torture/builtin-complex-1.c: Skip "float" tests on SPU.
1923
1924 2012-02-27  Eric Botcazou  <ebotcazou@adacore.com>
1925
1926         * gnat.dg/aggr19.adb: New test.
1927         * gnat.dg/aggr19_pkg.ad[sb]: New helper.
1928
1929 2012-02-26  Oleg Endo  <olegendo@gcc.gnu.org>
1930
1931         PR target/49263
1932         * gcc.target/sh/pr49263.c: New.
1933
1934 2012-02-24  Andrew MacLeod  <amacleod@redhat.com>
1935
1936         * gcc.dg/simulate-thread/simulate-thread.gdb: Use return value from
1937         simulate_thread_wrapper_other_threads
1938         * gcc.dg/simulate-thread/atomic-load-int128.c (simulate_thread_main):
1939         Move initialization of 'value' to main().
1940         (main): Initialize 'value';
1941         * gcc.dg/simulate-thread/speculative-store.c
1942         (simulate_thread_step_verify): Return 0 when successful.
1943         * gcc.dg/simulate-thread/simulate-thread.h (HOSTILE_THREAD_THRESHOLD):
1944         Reduce threshold.
1945         (INSN_COUNT_THRESHOLD): New.  Instruction limit to terminate test.
1946         (simulate_thread_wrapper_other_threads): Return a success/fail value
1947         and issue an error if the instruction count threshold is exceeded.
1948
1949 2012-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1950
1951         PR target/50580
1952         * gcc.target/mips/interrupt_handler-2.c: Skip on mips-sgi-irix6*.
1953         * gcc.target/mips/interrupt_handler-3.c: Likewise.
1954
1955 2012-02-24  Richard Guenther  <rguenther@suse.de>
1956
1957         PR middle-end/52355
1958         * gcc.dg/pr52355.c: New testcase.
1959
1960 2012-02-23  Kai Tietz  <ktietz@redhat.com>
1961
1962         * gcc.dg/pack-test-5.c: Add -mno-ms-bitfields option
1963         for mingw-targets.
1964         * gcc.dg/Wpadded.c: Likewise.
1965         * gcc.dg/bf-ms-layout-2.c: Adjust offsets to fit ms-bitfield
1966         structure-layout.
1967         * gcc.dg/di-sync-multithread.c: Replace for mingw-target the use
1968         for sleep by Sleep and add windows.h include for this function.
1969         * gcc.dg/format/dfp-printf-1.c: Adjust dg-skip-if rule for mingw
1970         targets.
1971         * gcc.dg/stack-usage-1.c (SIZE): Provide proper SIZE for x64 mingw
1972         target.
1973         * gcc.dg/tls/thr-cse-1.c: Provide proper pattern for x64 mingw
1974         target.
1975         * gcc.dg/tls/opt-11.c (memset): Use __extension__ to avoid fail
1976         on x64 mingw target.
1977         * gcc.dg/bf-ms-attrib.c: Adjust expected size for ms_struct layout.
1978         * gcc.dg/pr50251.c: Disable test for x64 mingw target.
1979         * gcc.c-torture/execute/930930-1.c (long): Replace by ptr_t to avoid
1980         failure on LLP64 target.
1981
1982 2012-02-23  Uros Bizjak  <ubizjak@gmail.com>
1983
1984         PR c/52290
1985         * gcc.dg/noncompile/pr52290.c: New test.
1986
1987 2012-02-23  Jakub Jelinek  <jakub@redhat.com>
1988
1989         PR tree-optimization/52019
1990         * gcc.dg/tree-ssa/ipa-split-6.c: New test.
1991
1992 2012-02-22  Kai Tietz  <ktietz@redhat.com>
1993
1994         * g++.dg/opt/devirt2.C: Add rule for *-*-mingw* target.
1995         * g++.dg/opt/pr48549.C (long): Replace by long by __PTRDIFF_TYPE__
1996         derived pdiff_t type.
1997         * g++.dg/torture/pr49720.C: Likewise
1998
1999 2012-02-22  Uros Bizjak  <ubizjak@gmail.com>
2000
2001         PR target/52330
2002         * gcc.target/i386/pr52330.c: New test.
2003
2004 2012-02-22  Tobias Burnus  <burnus@net-b.de>
2005
2006         PR fortran/52335
2007         * gfortran.dg/io_constraints_10.f90: New.
2008
2009 2012-02-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
2010
2011         * lib/target-supports.exp (check_effective_target_vect_condition):
2012         Return true for NEON.
2013
2014 2012-02-21  Kai Tietz  <ktietz@redhat.com>
2015
2016         * gcc.dg/bf-ms-layout-3.c: Mark char typed bitfield as extension.
2017
2018 2012-02-21  Richard Guenther  <rguenther@suse.de>
2019
2020         PR tree-optimization/52324
2021         * gcc.dg/tree-ssa/ssa-lim-10.c: New testcase.
2022
2023 2012-02-21  Georg-Johann Lay  <avr@gjlay.de>
2024
2025         PR middle-end/51782
2026         * gcc.target/avr/torture/pr51782-1.c: New test.
2027
2028 2012-02-21  Jakub Jelinek  <jakub@redhat.com>
2029
2030         PR tree-optimization/52318
2031         * gcc.dg/pr52318.c: New test.
2032
2033 2012-02-20  Kai Tietz  <ktietz@redhat.com>
2034
2035         * gcc.dg/bf-ms-layout-3.c: New testcase.
2036
2037 2012-02-20  Thomas Koenig  <tkoenig@gcc.gnu.org>
2038
2039         PR testsuite/52229
2040         PR fortran/32380
2041         * gfortran.dg/vect/pr32380.f:  XFAIL on PowerPC and ia-64.
2042
2043 2012-02-20  Richard Guenther  <rguenther@suse.de>
2044
2045         PR tree-optimization/52298
2046         * gcc.dg/torture/pr52298.c: New testcase.
2047         * gcc.dg/vect/pr52298.c: Likewise.
2048
2049 2012-02-20  Georg-Johann Lay  <avr@gjlay.de>
2050
2051         * gcc.dg/pr52132.c: Fix FAIL on 16-bit int platforms.
2052         * gcc.c-torture/execute/pr52286.c: Ditto.
2053
2054 2012-02-20  Jakub Jelinek  <jakub@redhat.com>
2055
2056         PR tree-optimization/52286
2057         * gcc.c-torture/execute/pr52286.c: New test.
2058
2059 2012-02-18  Tobias Burnus  <burnus@net-b.de>
2060
2061         PR fortran/52295
2062         * gfortran.dg/interface_35.f90: Use -std=f2003.
2063         * gfortran.dg/proc_ptr_comp_20.f90: Remove dg-warning.
2064         * gfortran.dg/interface_assignment_4.f90: Ditto.
2065         * gfortran.dg/bessel_1.f90: Ditto.
2066         * gfortran.dg/func_result_6.f90: Ditto.
2067         * gfortran.dg/hypot_1.f90: Ditto.
2068         * gfortran.dg/proc_ptr_comp_21.f90: Ditto.
2069
2070 2012-02-17  Tobias Burnus  <burnus@net-b.de>
2071
2072         PR translation/52232
2073         PR translation/52234
2074         PR translation/52245
2075         PR translation/52246
2076         PR translation/52262
2077         PR translation/52273
2078         * gfortran.dg/coarray_22.f90: Update dg-error.
2079         * gfortran.dg/allocate_alloc_opt_4.f90: Ditto.
2080
2081 2012-02-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2082
2083         PR target/51753
2084         * lib/gcc-simulate-thread.exp: Load timeout.exp.
2085         (simulate-thread): Use default timeout.
2086
2087 2012-02-16  Jason Merrill  <jason@redhat.com>
2088
2089         PR c++/52248
2090         * g++.dg/ext/timevar1.C: New.
2091
2092 2012-02-16  Fabien ChĂȘne  <fabien@gcc.gnu.org>
2093
2094         PR c++/52126
2095         * g++.dg/template/using21.C: New.
2096         * g++.dg/template/using22.C: Likewise.
2097
2098 2012-02-16  Jason Merrill  <jason@redhat.com>
2099
2100         PR c++/51415
2101         * g++.dg/cpp0x/lambda/lambda-err1.C: New.
2102
2103 2012-02-16  Jakub Jelinek  <jakub@redhat.com>
2104
2105         PR tree-optimization/52255
2106         * gcc.c-torture/compile/pr52255.c: New test.
2107
2108         PR debug/52260
2109         * g++.dg/debug/dwarf2/pr52260.C: New test.
2110
2111         PR middle-end/51929
2112         * g++.dg/ipa/pr51929.C: New test.
2113
2114 2012-02-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
2115
2116         PR target/52199
2117         * gcc.target/powerpc/pr52199.c: New file.
2118
2119 2012-02-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2120
2121         PR target/52152
2122         * objc.dg/stabs-1.m: xfail on mips-sgi-irix6.5.
2123
2124 2012-02-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2125
2126         * gcc.dg/pr51867.c: Don't include <math.h>.
2127         (sqrtf): Declare.
2128
2129 2012-02-15  Georg-Johann Lay  <avr@gjlay.de>
2130
2131         * gcc.dg/lto/20091013-1_1.c: xfail for avr.
2132         * gcc.dg/lto/20091013-1_2.c: xfail for avr.
2133
2134 2012-02-15  Tobias Grosser <grosser@fim.uni-passau.de>
2135
2136         PR tree-optimization/50561
2137         * gcc.dg/graphite/pr50561.c: New testcase.
2138
2139 2012-02-15  Georg-Johann Lay  <avr@gjlay.de>
2140
2141         * gcc.target/avr/torture/builtin_insert_bits-1.c: New test.
2142         * gcc.target/avr/torture/builtin_insert_bits-2.c: New test.
2143
2144 2012-02-15  Eric Botcazou  <ebotcazou@adacore.com>
2145
2146         * gnat.dg/discr35.ad[sb]: New test.
2147
2148 2012-02-15  Eric Botcazou  <ebotcazou@adacore.com>
2149
2150         * gnat.dg/volatile10.adb: New test.
2151         * gnat.dg/volatile10_pkg.ads: New helper.
2152
2153 2012-02-14  Jason Merrill  <jason@redhat.com>
2154
2155         * g++.dg/ext/attrib43.C: New.
2156
2157 2012-02-14  Hans-Peter Nilsson  <hp@axis.com>
2158
2159         * lib/target-supports.exp (check_effective_target_fgnu_tm): New proc.
2160         * gfortran.dg/trans-mem-skel.f90: Gate test on effective_target
2161         fgnu_tm.
2162         * gcc.dg/lto/trans-mem-1_0.c, gcc.dg/lto/trans-mem-2_0.c,
2163         gcc.dg/lto/trans-mem-3_0.c, gcc.dg/lto/trans-mem-4_0.c: Ditto.
2164         * gcc.dg/tm/tm.exp: Gate the whole of gcc.dg/tm on
2165         effective_target fgnu_tm.
2166         * g++.dg/tm/tm.exp: Ditto for g++.dg/tm.
2167
2168 2012-02-14  Jakub Jelinek  <jakub@redhat.com>
2169
2170         PR c++/52247
2171         * g++.dg/template/asmgoto1.C: New test.
2172
2173 2012-02-14  Ian Lance Taylor  <iant@google.com>
2174
2175         PR go/48501
2176         * go.test/go-test.exp (go-gc-tests): Disable optimizations when
2177         compiling generated file for 64bit and index tests.
2178
2179 2012-02-14  Uros Bizjak  <ubizjak@gmail.com>
2180
2181         * gcc.dg/lower-subreg-1.c: Fix and simplify target selector.
2182
2183 2012-02-14  Richard Guenther  <rguenther@suse.de>
2184
2185         PR tree-optimization/52244
2186         PR tree-optimization/51528
2187         * gcc.dg/torture/pr52244.c: New testcase.
2188
2189 2012-02-14  Walter Lee  <walt@tilera.com>
2190
2191         * g++.dg/other/PR23205.C: Disable test on tile.
2192         * g++.dg/other/pr23205-2.C: Disable test on tile.
2193         * gcc.dg/20020312-2.c: Add a condition for __tile__.
2194         * gcc.dg/20040813-1.c: Disable test on tile.
2195         * gcc.dg/lower-subreg-1.c: Disable test on tilegx.
2196         * gcc.misc-tests/linkage.exp: Handle tilegx.
2197
2198 2012-02-14  Jakub Jelinek  <jakub@redhat.com>
2199
2200         PR tree-optimization/52210
2201         * gcc.dg/pr52210.c: New test.
2202
2203 2012-02-14  Jason Merrill  <jason@redhat.com>
2204
2205         PR c++/39055
2206         * g++.dg/overload/defarg5.C: New.
2207
2208 2012-02-14  Jakub Jelinek  <jakub@redhat.com>
2209
2210         PR c/52181
2211         * c-c++-common/pr52181.c: New test.
2212
2213 2012-02-13  Jakub Jelinek  <jakub@redhat.com>
2214
2215         PR c++/52215
2216         * g++.dg/ext/atomic-1.C: New test.
2217
2218 2012-02-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2219
2220         * gcc.c-torture/execute/pr51933.c: Modify for s390 31 bit.
2221
2222 2012-02-13  Jakub Jelinek  <jakub@redhat.com>
2223
2224         PR middle-end/52209
2225         * gcc.c-torture/execute/pr52209.c: New test.
2226
2227 2012-02-12  Mikael Morin  <mikael@gcc.gnu.org>
2228
2229         PR fortran/50981
2230         * gfortran.dg/elemental_optional_args_5.f03: New test.
2231
2232 2012-02-12 Iain Sandoe  <iains@gcc.gnu.org>
2233
2234         PR testsuite/50076
2235         * c-c++-common/cxxbitfields-3.c: Adjust scan assembler for nonpic
2236         cases.
2237
2238 2012-02-11  Ian Lance Taylor  <iant@google.com>
2239
2240         PR go/51874
2241         * go.test/go-test.exp (go-gc-tests): Don't run nilptr test on
2242         SPARC Solaris.  Don't run the test at all on systems where it may
2243         not work, rather than xfailing it.
2244
2245 2012-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
2246
2247         PR rtl-optimization/52175
2248         * gcc.c-torture/compile/pr52175.c: New test.
2249
2250 2012-02-10  Jason Merrill  <jason@redhat.com>
2251
2252         PR c++/51910
2253         * g++.dg/template/repo10.C: New.
2254
2255 2012-02-11  Jakub Jelinek  <jakub@redhat.com>
2256
2257         PR debug/52132
2258         * gcc.dg/pr52132.c: New test.
2259
2260 2012-02-10  Eric Botcazou  <ebotcazou@adacore.com>
2261
2262         * gnat.dg/specs/aggr4.ads: New test.
2263         * gnat.dg/specs/aggr4_pkg.ads: New helper.
2264
2265 2012-02-10  H.J. Lu  <hongjiu.lu@intel.com>
2266
2267         PR target/52146
2268         * gcc.target/i386/pr52146.c: New.
2269
2270 2012-02-10  Jakub Jelinek  <jakub@redhat.com>
2271
2272         PR middle-end/52177
2273         * c-c++-common/pr52177.c: New test.
2274
2275 2012-02-10  Jan Hubicka  <jh@suse.cz>
2276
2277         PR middle-end/48600
2278         * g++.dg/torture/pr48600.C: New testcase.
2279
2280 2012-02-09  Peter Bergner  <bergner@vnet.ibm.com>
2281
2282         PR middle-end/52140
2283         * gcc.dg/dfp/pr52140.c: New test.
2284
2285 2012-02-09  Jakub Jelinek  <jakub@redhat.com>
2286
2287         PR fortran/32380
2288         * gfortran.dg/vect/pr32380.f: Use dg-additional-options instead
2289         of dg-options.
2290
2291 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
2292
2293         PR middle-end/51867
2294         * testsuite/c-c++-common/dfp/signbit-2.c: Change '-O0' to '-O1'.
2295         * testsuite/gcc.dg/pr51867.c: New test.
2296
2297 2012-02-09  Ian Lance Taylor  <iant@google.com>
2298
2299         * go.test/go-test.exp (go-gc-tests): Don't run stack.go on systems
2300         which don't support -fsplit-stack.  Turn off optimization when
2301         compiling select5-out.go.
2302
2303 2012-02-08  Ian Lance Taylor  <iant@google.com>
2304
2305         * go.test/go-test.exp (go-gc-tests): Don't run chan/select2.go on
2306         systems which don't support -fsplit-stack.
2307
2308 2012-02-08  Andrew MacLeod  <amacleod@redhat.com>
2309
2310         * gcc.dg/simulate-thread/simulate-thread.exp: Use -O0, -O2, and -O3.
2311         * gcc.dg/simulate-thread/simulate-thread.gdb: Don't display every
2312         machine instuction in the log.
2313
2314 2012-02-08  Jack Howarth <howarth@bromo.med.uc.edu>
2315
2316         * lib/gcc-simulate-thread.exp (simulate-thread): Increase timeout
2317           to 20 seconds.
2318
2319 2012-02-08  Magnus Granberg  <zorry@gentoo.org>
2320
2321         PR driver/48524
2322         * gcc.dg/pr48524.c: New test.
2323         * gcc.dg/pr48524.spec: New spec file for test.
2324
2325 2012-02-08  Thomas Koenig  <tkoenig@gcc.gnu.org>
2326
2327         PR fortran/32380
2328         * gfortran.dg/vect/pr32380.f90:  New test.
2329
2330 2012-02-08  Tobias Burnus  <burnus@net-b.de>
2331
2332         PR fortran/52151
2333         * gfortran.dg/realloc_on_assign_12.f90: New.
2334
2335 2012-02-08  Richard Guenther  <rguenther@suse.de>
2336
2337         PR rtl-optimization/52170
2338         * gcc.dg/torture/pr52170.c: New testcase.
2339
2340 2012-02-08  Jakub Jelinek  <jakub@redhat.com>
2341
2342         PR gcov-profile/52150
2343         * gcc.dg/tree-prof/pr52150.c: New test.
2344
2345         PR rtl-optimization/52139
2346         * gcc.dg/pr52139.c: New test.
2347
2348 2012-02-07  Jason Merrill  <jason@redhat.com>
2349
2350         PR c++/51675
2351         * g++.dg/cpp0x/constexpr-union3.C: New.
2352
2353         PR c++/52035
2354         * g++.dg/lto/pr52035_0.C: New.
2355
2356 2012-02-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2357
2358         * gfortran.dg/guality/pr41558.f90: Use lp64 instead of hppa*64*-*-*.
2359         * gcc.dg/special/weak-1.c: Likewise.
2360         * gcc.dg/ucnid-12.c: Likewise.
2361         * gcc.dg/torture/pr45678-1.c: Likewise.
2362         * gcc.dg/torture/pr45678-2.c: Likewise.
2363         * gcc.dg/vector-4.c: Likewise.
2364         * gcc.dg/ipa/inline-5.c: Likewise.
2365         * gcc.dg/ucnid-11.c: Likewise.
2366         * gcc.misc-tests/gcov-13.c: Likewise.
2367         * gcc.misc-tests/gcov-14.c: Likewise.
2368         * g++.dg/ext/label13.C: Likewise.
2369         * gcc.dg/tree-ssa/ssa-fre-31.c: Use dg-additional-options for extra
2370         hppa*-*-hpux* options.
2371         * gcc.dg/tree-ssa/ssa-fre-33.c: Likewise.
2372         * gcc.dg/tree-ssa/ssa-fre-34.c: Likewise.
2373         * gcc.dg/pr48616.c: Likewise.
2374         * gcc.dg/pr17957.c: Likewise.
2375         * gcc.dg/pr17055-1.c: Likewise.
2376         * gcc.dg/pr32912-1.c: Likewise.
2377         * gcc.dg/tm/pr51472.c: Likewise.
2378         * c-c++-common/fold-bitand-4.c: Likewise.
2379         * c-c++-common/Wunused-var-12.c: Use lp64 instead of hppa*64*-*-*.
2380         Use dg-additional-options for extra options.
2381
2382 2012-02-07  Joern Rennecke <joern.rennecke@embecosm.com>
2383
2384         * gcc.target/epiphany/interrupt-2.c: New test.
2385
2386 2012-02-07  Richard Sandiford  <rdsandiford@googlemail.com>
2387
2388         PR target/52155
2389         * gcc.target/mips/mips.exp (mips-dg-options): Handle target.
2390         * gcc.target/mips/loongson-shift-count-truncated-1.c: Force -mlong64
2391         for MIPS ELF.
2392
2393 2012-02-07  Richard Sandiford  <rdsandiford@googlemail.com>
2394
2395         PR target/52152
2396         * objc.dg/stabs-1.m: XFAIL for mips*-*-elf*.
2397
2398 2012-02-07  Richard Sandiford  <rdsandiford@googlemail.com>
2399
2400         PR middle-end/24306
2401         PR target/52154
2402         * lib/target-supports.exp (check_effective_target_mips_eabi): New.
2403         * gcc.target/mips/va-arg-1.c: New test.
2404
2405 2012-02-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
2406
2407         * gcc.target/powerpc/no-r11-3.c (outer_func): Fix error message
2408         for -mno-pointers-to-nested-functions.
2409
2410 2012-02-07  Eric Botcazou  <ebotcazou@adacore.com>
2411
2412         * gcc.c-torture/execute/20120207-1.c: New test.
2413
2414 2012-02-07  Jakub Jelinek  <jakub@redhat.com>
2415
2416         PR rtl-optimization/52060
2417         * gcc.dg/torture/pr52060.c: New test.
2418
2419         PR middle-end/52074
2420         * gcc.c-torture/compile/pr52074.c: New test.
2421
2422 2012-02-07  Tobias Burnus  <burnus@net-b.de>
2423
2424         PR fortran/51514
2425         * gfortran.dg/class_to_type_2.f90: New.
2426
2427 2012-02-06  Thomas König  <tkoenig@gcc.gnu.org>
2428
2429         PR fortran/32373
2430         * gfortran.dg/vect/vect-8.f90:  Use vect_double effective target.
2431         Remove module.
2432
2433 2012-02-06  Jason Merrill  <jason@redhat.com>
2434
2435         PR c++/52088
2436         * g++.dg/template/conv13.C: New.
2437
2438 2012-02-06  Richard Guenther  <rguenther@suse.de>
2439
2440         PR tree-optimization/52115
2441         * gcc.c-torture/compile/pr52115.c: New testcase.
2442
2443 2012-02-06  Jakub Jelinek  <jakub@redhat.com>
2444
2445         PR target/52129
2446         * gcc.c-torture/execute/pr52129.c: New test.
2447
2448 2012-02-06  Andrey Belevantsev  <abel@ispras.ru>
2449
2450         * gcc.dg/pr48374.c: Actually add the test I forgot 
2451         in the 2012-01-25 commit.
2452
2453 2012-02-05  Thomas König  <tkoenig@gcc.gnu.org>
2454
2455         PR fortran/32373
2456         * gfortran.dg/vect/vect-8.f90:  New test case.
2457
2458 2012-02-05  Thomas König  <tkoenig@gcc.gnu.org>
2459
2460         PR fortran/48847
2461         * gfortran.dg/warn_unused_dummy_argument_3.f90:  New test.
2462
2463 2012-02-05  Paul Thomas  <pault@gcc.gnu.org>
2464
2465         PR fortran/52102
2466         * gfortran.dg/class_48.f90 : Add test of allocate class array
2467         component with source in subroutine test3.  Remove commenting
2468         out in subroutine test4, since branching on unitialized variable
2469         is now fixed (no PR for this last.).
2470
2471 2012-02-05  Richard Sandiford  <rdsandiford@googlemail.com>
2472
2473         * gcc.dg/tree-prof/stringop-2.c (main): Add a nomips16 attribute
2474         on MIPS targets.
2475         * gfortran.dg/pr45636.f90: XFAIL for MIPS16 targets.
2476
2477 2012-02-05  Richard Sandiford  <rdsandiford@googlemail.com>
2478
2479         PR target/52125
2480         * lib/target-supports.exp (check_effective_target_mips_rel): New.
2481         * gcc.dg/pr48774.c: Skip on MIPS REL targets.
2482
2483 2012-02-05  Richard Sandiford  <rdsandiford@googlemail.com>
2484
2485         * lib/target-supports.exp (check_effective_target_mips_llsc): New.
2486         (check_effective_target_sync_int_long): Use it.
2487         (check_effective_target_sync_char_short): Likewise.
2488         * gcc.target/mips/atomic-memory-1.c: Restrict error check to mips_llsc.
2489
2490 2012-02-05  Tobias Burnus  <burnus@net-b.de>
2491
2492         PR fortran/51972
2493         * gfortran.dg/class_48.f90: Add some further checks.
2494
2495 2012-02-05  Ira Rosen  <irar@il.ibm.com>
2496
2497         PR tree-optimization/52091
2498         * gcc.dg/vect/pr52091.c: New test.
2499
2500 2012-02-04  Jakub Jelinek  <jakub@redhat.com>
2501
2502         PR rtl-optimization/52113
2503         * gcc.target/avr/pr52113.c: New test.
2504
2505 2012-02-03  Jakub Jelinek  <jakub@redhat.com>
2506
2507         PR rtl-optimization/52092
2508         * gcc.c-torture/compile/pr52092.c: New test.
2509
2510 2012-02-02  Mikael Morin  <mikael@gcc.gnu.org>
2511
2512         PR fortran/41587
2513         * gfortran.dg/class_array_10.f03: New test.
2514
2515         PR fortran/46356
2516         * gfortran.dg/class_array_11.f03: New test.
2517
2518         PR fortran/51754
2519         * gfortran.dg/class_array_12.f03: New test.
2520
2521 2012-02-02  Paul Thomas  <pault@gcc.gnu.org>
2522
2523         PR fortran/52012
2524         * gfortran.dg/realloc_on_assign_11.f90: New test.
2525
2526 2012-02-02  Tobias Burnus  <burnus@net-b.de>
2527
2528         PR fortran/52093
2529         * gfortran.dg/shape_7.f90: New.
2530
2531 2012-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
2532
2533         * gcc.target/mips/mips-prepend-1.c: New test.
2534
2535 2012-02-02  Jan Hubicka  <jh@suse.cz>
2536             Tom de Vries  <tom@codesourcery.com>
2537
2538         PR middle-end/51998
2539         * testsuite/gcc.dg/alias-12.c: New testcase.
2540         * testsuite/gcc.dg/alias-13.c: New testcase.
2541
2542 2012-02-02  Jakub Jelinek  <jakub@redhat.com>
2543
2544         PR target/52086
2545         * gcc.dg/pr52086.c: New test.
2546
2547         PR tree-optimization/52073
2548         * gcc.c-torture/compile/pr52073.c: New test.
2549
2550 2012-02-01  Thomas König  <tkoenig@gcc.gnu.org>
2551
2552         PR fortran/51958
2553         * gfortran.dg/function_optimize_10.f90:  New test.
2554
2555 2012-02-01  Uros Bizjak  <ubizjak@gmail.com>
2556
2557         * go.test/go-test.exp (go-gc-tests): xfail test/nilptr.go runtime
2558         test on alpha*-*-*.
2559
2560 2012-02-01  Tobias Burnus  <burnus@net-b.de>
2561
2562         PR fortran/52024
2563         * gfortran.dg/typebound_operator_14.f90: New.
2564
2565 2012-02-01  Tobias Burnus  <burnus@net-b.de>
2566
2567         PR fortran/52059
2568         * gfortran.dg/elemental_function_1.f90: New.
2569
2570 2012-02-01  Georg-Johann Lay  <avr@gjlay.de>
2571
2572         PR rtl-optimization/51374
2573         * gcc.target/avr/torture/pr51374-1.c:
2574         Also fail if SBIS is seen.
2575
2576 2012-02-01  Georg-Johann Lay  <avr@gjlay.de>
2577
2578         PR rtl-optimization/51374
2579         * gcc.target/avr/torture/pr51374-1.c: New.
2580
2581 2012-01-31  Tobias Burnus  <burnus@net-b.de>
2582
2583         PR fortran/52024
2584         * gfortran.dg/typebound_generic_11.f90: New.
2585
2586 2012-01-31  Tobias Burnus  <burnus@net-b.de>
2587
2588         PR fortran/52029
2589         * gfortran.dg/class_49.f90: New.
2590
2591 2012-01-31  Tobias Burnus  <burnus@net-b.de>
2592
2593         PR fortran/52013
2594         * gfortran.dg/elemental_args_check_6.f90: New.
2595
2596 2012-01-31  Jason Merrill  <jason@redhat.com>
2597
2598         PR c++/52043
2599         * g++.dg/cpp0x/variadic122.C: New.
2600
2601 2012-01-31  Paul Thomas  <pault@gcc.gnu.org>
2602
2603         PR fortran/52012
2604         * gfortran.dg/realloc_on_assign_10.f90: New test.
2605
2606 2012-01-31  Richard Guenther  <rguenther@suse.de>
2607
2608         PR tree-optimization/51528
2609         * gcc.dg/torture/pr51528.c: New testcase.
2610
2611 2012-01-30  Uros Bizjak  <ubizjak@gmail.com>
2612
2613         PR go/48501
2614         * lib/go.exp (go_target_compile): Append timeout= to options.
2615         * go.test/go-test.exp (go-gc-tests): Add dg-timeout-factor for
2616         select5-out.go test on alpha*-*-* targets.
2617
2618 2012-01-30  Richard Sandiford  <rdsandiford@googlemail.com>
2619
2620         * gcc.target/mips/extend-1.c (TEST_CHAR): Use signed char.
2621         (TEST_SHORT): Reformat in the same way.
2622         * gcc.target/mips/octeon-exts-6.c (TEST_CHAR): Use signed char.
2623         (TEST_SHORT): Reformat in the same way.
2624         * gcc.target/mips/octeon2-lx-1.c (TEST): Make sign explicit.
2625         * gcc.target/mips/pr37362.c: Skip for mips-sde-elf.
2626         * gcc.target/mips/mmcount-ra-address-1.c (bazl): Add NOMIPS16.
2627         * gcc.target/mips/mmcount-ra-address-2.c (bar): Likewise.
2628         * gcc.target/mips/mmcount-ra-address-3.c (bar): Likewise.
2629
2630 2012-01-30  Bin Cheng  <bin.cheng@arm.com>
2631
2632         PR target/51835
2633         * gcc.target/arm/pr51835.c: New testcase.
2634
2635 2012-01-30  Richard Guenther  <rguenther@suse.de>
2636
2637         PR tree-optimization/52028
2638         * gcc.dg/torture/pr52028.c: New testcase.
2639         * gfortran.dg/ldist-pr45199.f: Adjust.
2640         * gcc.dg/tree-ssa/ldist-16.c: Likewise.
2641         * gcc.dg/tree-ssa/ldist-17.c: Likewise.
2642         * gcc.dg/tree-ssa/ldist-pr45948.c: Likewise.
2643
2644 2012-01-30  Jakub Jelinek  <jakub@redhat.com>
2645
2646         PR debug/52027
2647         * gcc.dg/tree-prof/pr52027.c: New test.
2648
2649         PR tree-optimization/52046
2650         * gcc.dg/pr52046.c: New test.
2651
2652         PR debug/52048
2653         * g++.dg/other/pr52048.C: New test.
2654
2655 2012-01-30  Richard Guenther  <rguenther@suse.de>
2656
2657         PR tree-optimization/52045
2658         * gcc.dg/pr52045.c: New testcase.
2659
2660 2012-01-30  Greta Yorsh  <Greta.Yorsh@arm.com>
2661
2662         * gcc.target/arm/di-longlong64-sync-withldrexd.c: Accept
2663         new code generated for __sync_lock_release.
2664
2665 2012-01-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2666
2667         * gcc.dg/dfp/fe-convert-2.c: Force use of soft dfp on s390 and s390x.
2668
2669 2012-01-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2670
2671         PR testsuite/51875
2672         * gfortran.dg/guality/pr41558.f90: Skip on 32-bit hppa*-*-hpux*.
2673
2674         * g++.dg/ext/visibility/template10.C: Fix typo.
2675
2676         * gcc.dg/tm/pr51472.c: Add -fno-common option on hppa-*-hpux*.
2677
2678 2012-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
2679
2680         PR c++/51327
2681         * g++.dg/cpp0x/constexpr-ice6.C: New.
2682
2683 2012-01-29  Tobias Burnus  <burnus@net-b.de>
2684
2685         PR fortran/41600
2686         * gfortran.dg/default_initialization_6.f90: New.
2687
2688 2012-01-29  Tobias Burnus  <burnus@net-b.de>
2689
2690         PR fortran/51972
2691         * gfortran.dg/class_allocate_12.f90: Enable disabled test.
2692         * gfortran.dg/class_48.f90: New.
2693
2694 2012-01-29  Janne Blomqvist  <jb@gcc.gnu.org>
2695
2696         PR fortran/51808
2697         * gfortran.dg/module_md5_1.f90: Update MD5 sum.
2698
2699 2012-01-28  Tobias Burnus  <burnus@net-b.de>
2700
2701         PR fortran/51972
2702         * gfortran.dg/class_allocate_12.f90: New.
2703
2704 2012-01-28  Eric Botcazou  <ebotcazou@adacore.com>
2705
2706         * gcc.dg/torture/pr50444.c: Fix dg directives.
2707
2708 2012-01-28  Jakub Jelinek  <jakub@redhat.com>
2709
2710         PR target/52006
2711         * gcc.target/arm/pr52006.c: New test.
2712
2713 2012-01-27  Aldy Hernandez  <aldyh@redhat.com>
2714
2715         PR testsuite/52011
2716         * gcc.dg/lto/trans-mem.h: New file.
2717         * gcc.dg/lto/trans-mem-2_0.c: Include it.
2718         * gcc.dg/lto/trans-mem-1_1.c: Same.
2719         * gcc.dg/lto/trans-mem-4_1.c: Same.
2720         * gcc.dg/lto/trans-mem-3_1.c: Same.
2721
2722 2012-01-27  Tobias Burnus  <burnus@net-b.de>
2723
2724         PR fortran/52022
2725         * gfortran.dg/dummy_procedure_7.f90: New.
2726
2727 2012-01-27  Andreas Schwab  <schwab@linux-m68k.org>
2728
2729         * g++.dg/cpp0x/constexpr-rom.C: Don't add -G0 on *-*-darwin*
2730         *-*-aix* alpha*-*-osf* alpha*-*-*vms*.
2731
2732 2012-01-27  Jakub Jelinek  <jakub@redhat.com>
2733
2734         PR c++/51852
2735         * g++.dg/other/gc5.C: New test.
2736
2737 2012-01-27  Richard Guenther  <rguenther@suse.de>
2738
2739         PR tree-optimization/50444
2740         * gcc.dg/torture/pr50444.c: New testcase.
2741
2742 2012-01-27  Tobias Burnus  <burnus@net-b.de>
2743
2744         PR fortran/51970
2745         PR fortran/51977
2746         * gfortran.dg/move_alloc_13.f90: New.
2747
2748 2012-01-27  Tobias Burnus  <burnus@net-b.de>
2749
2750         PR fortran/51953
2751         * gfortran.dg/allocate_alloc_opt_13.f90: New.
2752         * gfortran.dg/allocate_alloc_opt_4.f90: Add -std=f2003
2753         and change dg-error string.
2754
2755 2012-01-27  Tobias Burnus  <burnus@net-b.de>
2756
2757         PR fortran/52016
2758         * gfortran.dg/elemental_args_check_5.f90: New.
2759
2760 2012-01-27  Richard Guenther  <rguenther@suse.de>
2761
2762         PR middle-end/51959
2763         * g++.dg/torture/pr51959.C: New testcase.
2764
2765 2012-01-27  Tom de Vries  <tom@codesourcery.com>
2766
2767         PR tree-optimization/51990
2768         * gcc.dg/pr51990.c: New test.
2769         * gcc.dg/pr51990-2.c: Same.
2770
2771 2012-01-27  Paul Thomas  <pault@gcc.gnu.org>
2772             Tobias Burnus <burnus@gcc.gnu.org>
2773
2774         PR fortran/48705
2775         * gfortran.dg/class_allocate_11.f03: New.
2776
2777         PR fortran/51870
2778         PR fortran/51943
2779         PR fortran/51946
2780         * gfortran.dg/class_allocate_7.f03: New.
2781         * gfortran.dg/class_allocate_8.f03: New.
2782         * gfortran.dg/class_allocate_9.f03: New.
2783         * gfortran.dg/class_allocate_10.f03: New.
2784
2785 2012-01-27  Eric Botcazou  <ebotcazou@adacore.com>
2786
2787         * gnat.dg/discr34.adb: New test.
2788         * gnat.dg/discr34_pkg.ads: New helper.
2789
2790 2012-01-27  Eric Botcazou  <ebotcazou@adacore.com>
2791
2792         * gnat.dg/discr33.adb: New test.
2793
2794 2012-01-27  Eric Botcazou  <ebotcazou@adacore.com>
2795
2796         * gnat.dg/limited_with3.ad[sb): New test.
2797         * gnat.dg/limited_with3_pkg1.ad[sb]: New helper.
2798         * gnat.dg/limited_with3_pkg2.ads: Likewise.
2799         * gnat.dg/limited_with3_pkg3.ads: Likewise.
2800
2801 2012-01-27  Eric Botcazou  <ebotcazou@adacore.com>
2802
2803         * gnat.dg/stack_usage1.adb: New test.
2804         * gnat.dg/stack_usage1_pkg.ad[sb]: New helper.
2805
2806         * gcc.dg/pr44194-1.c: Remove superfluous include directive.
2807         * gcc.dg/pr44194-2.c: Likewise.
2808
2809 2012-01-26  Paolo Carlini  <paolo.carlini@oracle.com>
2810
2811         PR c++/51370
2812         * g++.dg/template/crash112.C: New.
2813
2814 2012-01-27  Richard Henderson  <rth@redhat.com>
2815
2816         * gcc.dg/atomic-flag.c: Adjust for __GCC_ATOMIC_TEST_AND_SET_TRUEVAL.
2817
2818 2012-01-26  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2819
2820         * gfortran.dg/reassoc_4.f: Use dg-additional-options.
2821
2822 2012-01-26  Jakub Jelinek  <jakub@redhat.com>
2823
2824         PR middle-end/51895
2825         * g++.dg/opt/pr51895.C: New test.
2826
2827 2012-01-26  Michael Matz  <matz@suse.de>
2828
2829         PR tree-optimization/48794
2830         * gfortran.dg/gomp/pr48794-2.f90: New testcase.
2831
2832 2012-01-26  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2833
2834         * gcc.dg/ssa-dom-thread-4.c: Set -mbranch-cost=2 for s390 and s390x.
2835
2836 2012-01-26  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2837
2838         * gcc.dg/pr46309.c: Set branch-cost to 2 for s390 and s390x.
2839         * gcc.dg/pr44194-1.c: Disable since s390 returns structs always in
2840         memory.
2841         * gfortran.dg/reassoc_4.f: Force max-completely-peeled-insns to
2842         the default value for s390 and s390x.
2843
2844 2012-01-25  Aldy Hernandez  <aldyh@redhat.com>
2845
2846         PR lto/51698
2847         * gcc.dg/lto/trans-mem-4_0.c: New.
2848         * gcc.dg/lto/trans-mem-4_1.c: New.
2849         * gcc.dg/lto/trans-mem-2_0.c: Provide correct argument types for
2850         TM builtins.
2851         * gcc.dg/lto/trans-mem-1_0.c: Require stdint_types.
2852         * gcc.dg/lto/trans-mem-1_1.c: Provide correct argument types for
2853         TM builtins.
2854         * gcc.dg/lto/trans-mem-3_0.c: Require stdint_types.
2855         * gcc.dg/lto/trans-mem-3_1.c: Provide correct argument types for
2856         TM builtins.
2857
2858 2012-01-25    Georg-Johann Lay  <avr@gjlay.de>
2859
2860         * gcc.target/avr/torture/int24-mul.c: Rename __pgm to __flash.
2861
2862 2012-01-25  Ian Lance Taylor  <iant@google.com>
2863
2864         * go.test/go-test.exp (go-gc-tests): Handle a few more test lines.
2865
2866 2012-01-25  Tobias Burnus  <burnus@net-b.de>
2867
2868         PR fortran/51995
2869         * gfortran.dg/typebound_proc_25.f90: New.
2870
2871 2012-01-25  Jason Merrill  <jason@redhat.com>
2872
2873         PR c++/51992
2874         * g++.dg/lto/pr51992_0.C: New.
2875
2876 2012-01-25  Jakub Jelinek  <jakub@redhat.com>
2877
2878         PR tree-optimization/51987
2879         * gcc.target/i386/pr51987.c: New test.
2880
2881 2012-01-25  Greta Yorsh  <Greta.Yorsh@arm.com>
2882
2883         * gcc.dg/tm/lto-1.c: Require lto support in target.
2884
2885 2012-01-25  Andrey Belevantsev  <abel@ispras.ru>
2886
2887         PR rtl-optimization/48374
2888         * gcc.dg/pr48374.c: New test.
2889
2890 2012-01-25  Greta Yorsh  <Greta.Yorsh@arm.com>
2891
2892         * gcc.dg/pr50908-2.c (dg-options): Add -fno-short-enums.
2893
2894 2012-01-25  Tobias Burnus  <burnus@net-b.de>
2895
2896         PR fortran/51966
2897         * gfortran.dg/derived_constructor_char_3.f90: New.
2898
2899 2012-01-24  Ian Lance Taylor  <iant@google.com>
2900
2901         * go.test/go-test.exp (filecmp): New procedure.
2902         (errchk): Handle quoted square brackets.
2903         (go-gc-tests): Set go_compile_args. Handle various new test
2904         lines.  Skip a few new tests.
2905         * lib/go-torture.exp (go-torture-execute): Use go_compile_args.
2906
2907 2012-01-24  Richard Sandiford  <rdsandiford@googlemail.com>
2908
2909         * lib/target-supports.exp (proc check_effective_target_vect_perm)
2910         (check_effective_target_vect_extract_even_odd)
2911         (check_effective_target_vect_interleave): Return true for MIPS
2912         paired-single.
2913
2914 2012-01-24  Richard Sandiford  <rdsandiford@googlemail.com>
2915
2916         * gcc.c-torture/execute/scal-to-vec1.c (one): New volatile variable.
2917         (main): Use it instead of argc.
2918
2919 2012-01-24  Jason Merrill  <jason@redhat.com>
2920
2921         PR c++/51973
2922         * g++.dg/cpp0x/sfinae31.C: New.
2923
2924 2012-01-24  Richard Sandiford  <rdsandiford@googlemail.com>
2925
2926         * gcc.dg/memcpy-4.c: Don't expect /s on MEMs.
2927
2928 2012-01-24  Jason Merrill  <jason@redhat.com>
2929
2930         PR c++/51812
2931         * g++.dg/inherit/covariant20.C: New.
2932
2933 2012-01-24  Paolo Carlini  <paolo.carlini@oracle.com>
2934
2935         PR c++/51223
2936         * g++.dg/parse/crash58.C: New.
2937
2938 2012-01-24  Jakub Jelinek  <jakub@redhat.com>
2939
2940         PR target/51957
2941         * gcc.dg/pr51957-1.c: New test.
2942         * gcc.dg/pr51957-1.h: New file.
2943         * gcc.dg/pr51957-2.c: New test.
2944
2945 2012-01-23  Jason Merrill  <jason@redhat.com>
2946
2947         PR c++/51930
2948         * g++.dg/ext/visibility/template10.C: New.
2949
2950 2012-01-23  Tobias Burnus  <burnus@net-b.de>
2951
2952         PR fortran/51948
2953         * gfortran.dg/move_alloc_12.f90: New.
2954
2955 2012-01-23  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
2956
2957         PR middle-end/45416
2958         * gcc.dg/pr45416.c: Skip for Thumb1. Handle ubfx.
2959
2960 2012-01-23  Paolo Carlini  <paolo.carlini@oracle.com>
2961
2962         PR c++/51398
2963         * g++.dg/template/crash111.C: New.
2964
2965 2012-01-23  Arnaud Charlet  <charlet@adacore.com>
2966
2967         * ada/acats/tests/cxh/cxh1001.a: Removed, test not suitable on all
2968         configurations.
2969         * ada/acats/run_all.sh: Simplify by removing cxh1001 special case.
2970
2971 2012-01-23  Dodji Seketeli  <dodji@redhat.com>
2972
2973         PR testsuite/51941
2974         * g++.dg/debug/dwarf2/nested-3.C:  Accept multiple lines between
2975         the DW_TAG_class_type and DW_AT_name: "Executor".
2976
2977 2012-01-23  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
2978
2979         * lib/target-supports.exp
2980         (check_effective_target_vect_extract_even_odd): Handle ARM neon.
2981         (check_effective_target_vect_interleave): Likewise.
2982
2983 2012-01-22  Jason Merrill  <jason@redhat.com>
2984
2985         PR c++/51925
2986         * g++.dg/template/using20.C: New.
2987         * g++.dg/template/template-id-2.C: Adjust diagnostic.
2988
2989 2012-01-23  Jason Merrill  <jason@redhat.com>
2990
2991         PR target/51934
2992         * g++.dg/torture/pr51344.C: Limit to x86.
2993
2994 2012-01-23  Greta Yorsh  <Greta.Yorsh@arm.com>
2995
2996         * c-c++-common/tm/omp.c: Require target with pthread support.
2997
2998 2012-01-23  Richard Guenther  <rguenther@suse.de>
2999
3000         PR tree-optimization/51949
3001         * gcc.dg/torture/pr51949.c: New testcase.
3002
3003 2012-01-23  Jakub Jelinek  <jakub@redhat.com>
3004
3005         PR rtl-optimization/51933
3006         * gcc.c-torture/execute/pr51933.c: New test.
3007
3008 2012-01-22  Douglas B Rupp  <rupp@gnat.com>
3009
3010         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME):
3011         Do not define for Interix.
3012
3013 2012-01-22  Jason Merrill  <jason@redhat.com>
3014
3015         PR c++/51832
3016         * g++.dg/lto/pr51832.h: New.
3017         * g++.dg/lto/pr51832_0.C: New.
3018         * g++.dg/lto/pr51832_1.C: New.
3019
3020 2012-01-22  Eric Botcazou  <ebotcazou@adacore.com>
3021
3022         * gcc.dg/ext-elim-1.c: New test.
3023
3024 2012-01-22  Richard Sandiford  <rdsandiford@googlemail.com>
3025
3026         PR target/51931
3027         * gcc.c-torture/compile/20001226-1.c: Add nomips16 attribute.
3028         * g++.dg/opt/longbranch1.C: Likewise.
3029
3030 2012-01-22  Richard Sandiford  <rdsandiford@googlemail.com>
3031
3032         * g++.old-deja/g++.pt/ptrmem6.C: xfail a test for ARM and MIPS
3033         in C++11 mode.
3034
3035 2012-01-21  Steven G. Kargl  <kargl@gcc.gnu.org>
3036
3037         PR fortran/50556
3038         * gfortran.dg/namelist_74.f90: New test.
3039         * gfortran.dg/namelist_59.f90: Remove SAVE attribute.
3040
3041 2012-01-21  Tobias Burnus  <burnus@net-b.de>
3042
3043         PR fortran/51913
3044         * gfortran.dg/class_47.f90: New.
3045
3046 2012-01-21  Eric Botcazou  <ebotcazou@adacore.com>
3047
3048         * gnat.dg/renaming5.ad[sb]: New test.
3049
3050 2012-01-20  Jason Merrill  <jason@redhat.com>
3051
3052         PR c++/51919
3053         * g++.dg/pch/mangle1.{C,Hs}: Remove.
3054
3055 2012-01-20  Jason Merrill  <jason@redhat.com>
3056
3057         PR c++/51922
3058         * g++.dg/ext/attrib42.C: Require ilp32.
3059
3060 2012-01-20  Jakub Jelinek  <jakub@redhat.com>
3061
3062         PR target/51915
3063         * gcc.target/arm/pr51915.c: New test.
3064
3065 2012-01-20  Cary Coutant  <ccoutant@google.com>
3066             Dodji Seketeli  <dodji@redhat.com>
3067
3068         PR debug/45682
3069         * g++.dg/debug/dwarf2/nested-3.C: New test.
3070
3071 2012-01-20  Paolo Carlini  <paolo.carlini@oracle.com>
3072
3073         PR c++/51402
3074         * g++.dg/template/crash110.C: New.
3075
3076 2012-01-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3077
3078         * gcc.misc-tests/gcov-14.c: Skip on alpha*-dec-osf*.
3079         Remove default options on hppa*-*-hpux*.
3080
3081 2012-01-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3082
3083         * g++.dg/ext/visibility/template9.C: Add dg-require-visibility.
3084
3085 2012-01-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3086
3087         * gcc.c-torture/compile/pr51856.c: New testcase.
3088
3089 2012-01-20  Uros Bizjak  <ubizjak@gmail.com>
3090
3091         * go.test/go-test.exp (go-gc-tests): Pass correctly formatted
3092         options to go_target_compile.
3093
3094 2012-01-20  Kai Tietz  <ktietz@redhat.com>
3095
3096         * g++.dg/torture/pr51344.C: Fix typo.
3097
3098 2012-01-20  Richard Guenther  <rguenther@suse.de>
3099
3100         PR tree-optimization/51903
3101         * g++.dg/torture/pr51903.C: New testcase.
3102
3103 2012-01-20  Tobias Burnus  <burnus@net-b.de>
3104             Janus Weil  <janus@gcc.gnu.org>
3105
3106         PR fortran/51056
3107         * gfortran.dg/use_21.f90: New.
3108
3109 2012-01-20  Jakub Jelinek  <jakub@redhat.com>
3110
3111         PR target/51106
3112         * gcc.dg/torture/pr51106-1.c: New test.
3113         * gcc.dg/torture/pr51106-2.c: New test.
3114
3115 2012-01-19  Kai Tietz  <ktietz@redhat.com>
3116
3117         * g++.dg/torture/pr51344.C: New test.
3118
3119 2012-01-19  Tobias Burnus  <burnus@net-b.de>
3120
3121         PR fortran/51904
3122         * gfortran.dg/intrinsic_size_2.f90: New.
3123
3124 2012-01-19  Jason Merrill  <jason@redhat.com>
3125
3126         PR c++/51889
3127         * g++.dg/inherit/using7.C: New.
3128
3129 2012-01-19  Richard Guenther  <rguenther@suse.de>
3130
3131         PR tree-optimization/37997
3132         * gcc.dg/tree-ssa/ssa-pre-28.c: New testcase.
3133
3134 2012-01-19 Andrey Belevantsev <abel@ispras.ru>
3135
3136         PR rtl-optimization/51505
3137         * gcc.dg/pr51505.c: New test.
3138
3139 2012-01-18  Paul Thomas  <pault@gcc.gnu.org>
3140
3141         PR fortran/51634
3142         * gfortran.dg/typebound_operator_12.f03: New.
3143         * gfortran.dg/typebound_operator_13.f03: New.
3144
3145 2012-01-18  Paolo Carlini  <paolo.carlini@oracle.com>
3146
3147         PR c++/51225
3148         * g++.dg/cpp0x/pr51225.C: New.
3149
3150 2012-01-17  Ian Lance Taylor  <iant@google.com>
3151
3152         PR go/50656
3153         * go.test/go-test.exp (go-gc-tests): Recognize some more test lines.
3154
3155 2012-01-17  Tobias Burnus  <burnus@net-b.de>
3156
3157         PR fortran/51869
3158         * gfortran.dg/realloc_on_assign_9.f90: New.
3159
3160 2012-01-17  Aldy Hernandez  <aldyh@redhat.com>
3161
3162         PR other/51165
3163         * gcc.dg/tm/memopt-3.c: Remove xfail.
3164         * gcc.dg/tm/memopt-4.c: Remove xfail.
3165         * gcc.dg/tm/memopt-5.c: Remove xfail.
3166         * gcc.dg/tm/memopt-7.c: Remove xfail.
3167
3168 2012-01-17  Jakub Jelinek  <jakub@redhat.com>
3169
3170         PR tree-optimization/51877
3171         * gcc.c-torture/execute/pr51877.c: New test.
3172
3173 2012-01-17  Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
3174
3175         * gcc.dg/vect/no-section-anchors-vect-69.c: Change
3176         {!vect_align_arrays} to vect_sizes_32B_16B.
3177         * gcc.dg/vect/vect-multitypes-1.c: Ditto.
3178         * gcc.dg/vect/vect-peel-3.c: Ditto.
3179
3180 2012-01-16  Jason Merrill  <jason@redhat.com>
3181
3182         PR c++/51854
3183         * g++.dg/abi/mangle60.C: New.
3184
3185         PR c++/51827
3186         * g++.dg/pch/mangle1.{C,Hs}: New.
3187
3188 2012-01-16  Mikael Morin  <mikael@gcc.gnu.org>
3189             Tobias Burnus  <burnus@net-b.de>
3190
3191         PR fortran/50981
3192         * gfortran.dg/elemental_optional_args_3.f90: New
3193         * gfortran.dg/elemental_optional_args_4.f90: New
3194
3195 2012-01-16  Tobias Burnus  <burnus@net-b.de>
3196
3197         PR fortran/51809
3198         * gfortran.dg/use_20.f90: New
3199
3200 2012-01-16  Jason Merrill  <jason@redhat.com>
3201
3202         PR c++/51868
3203         * g++.dg/cpp0x/rv-bitfield.C: New.
3204         * g++.dg/cpp0x/rv-bitfield2.C: New.
3205
3206 2012-01-16  Paul Thomas  <pault@gcc.gnu.org>
3207
3208         * gfortran.dg/class_array_3.f03: Remove the explicit loop in
3209         subroutine 'qsort' and use index array to assign the result.
3210
3211 2012-01-16  Jakub Jelinek  <jakub@redhat.com>
3212
3213         PR tree-optimization/51865
3214         * gcc.dg/pr51865.c: New test.
3215
3216 2012-01-15  Richard Sandiford  <rdsandiford@googlemail.com>
3217
3218         * gcc.dg/tree-ssa/ssa-dom-thread-4.c: Expect 4 threaded edges for MIPS.
3219
3220 2012-01-15  Richard Sandiford  <rdsandiford@googlemail.com>
3221
3222         * gcc.target/mips/code-readable-2.c: Allow the jump table address
3223         to be loaded from the constant pool, rather than via %hi and %lo.
3224
3225 2012-01-15  Uros Bizjak  <ubizjak@gmail.com>
3226
3227         PR rtl-optimization/51821
3228         * gcc.dg/pr51821.c: New test.
3229
3230 2012-01-15  Andreas Schwab  <schwab@linux-m68k.org>
3231
3232         * gcc.dg/torture/pr8081.c: Fix char signedness assumption.
3233
3234 2012-01-14  Andreas Schwab  <schwab@linux-m68k.org>
3235
3236         * g++.dg/cpp0x/constexpr-rom.C: Add -G0 where applicable.
3237
3238 2012-01-14  Tobias Burnus  <burnus@net-b.de>
3239
3240         PR fortran/51800
3241         * gfortran.dg/init_flag_8.f90: New.
3242         * gfortran.dg/init_flag_9.f90: New.
3243
3244 2011-01-14  Tobias Burnus  <burnus@net-b.de>
3245
3246         PR fortran/51816
3247         * gfortran.dg/use_18.f90: New.
3248         * gfortran.dg/use_19.f90: New.
3249
3250 2012-01-13  Ian Lance Taylor  <iant@google.com>
3251
3252         PR c++/50012
3253         * g++.dg/warn/Wsign-compare-4.C: New.
3254
3255 2012-01-13  Paul Thomas  <pault@gcc.gnu.org>
3256
3257         PR fortran/48351
3258         * gfortran.dg/alloc_comp_assign.f03: New.
3259         * gfortran.dg/allocatable_scalar_9.f90: Reduce count of
3260         __BUILTIN_FREE from 38 to 32.
3261
3262 2012-01-13  Jason Merrill  <jason@redhat.com>
3263
3264         PR c++/20681
3265         * g++.dg/warn/Wreturn-type-7.C: New.
3266
3267 2012-01-13  Georg-Johann Lay  <avr@gjlay.de>
3268
3269         * gcc.c-torture/execute/20120111-1.c: Fix wrong int = int32_t
3270         assumption.
3271         * g++.dg/ipa/pr51759.C: Fix assumption sizeof(int) > 2.
3272         * gcc.dg/cpp/warn-multichar.c: Fix to work on int=16 platforms.
3273         * gcc.dg/cpp/warn-multichar-2.c: Ditto.
3274         * gcc.dg/debug/dwarf2/pr49871.c: Add dg-require-effective-target
3275         int32plus because of big array needed.
3276         * gcc.dg/pr50527.c: Don't FAIL if sizeof(void*) = 2
3277         * gcc.dg/lto/20090218-2_1.c: Fix prototype of malloc, memcpy.
3278
3279 2012-01-13  Jason Merrill  <jason@redhat.com>
3280
3281         PR c++/51813
3282         * g++.dg/ext/visibility/template9.C: New.
3283
3284         PR c++/51620
3285         * g++.dg/cpp0x/defaulted34.C: New.
3286         * g++.dg/template/virtual3.C: New.
3287
3288 2012-01-13  Richard Guenther  <rguenther@suse.de>
3289
3290         PR middle-end/8081
3291         * gcc.dg/torture/pr8081.c: New testcase.
3292
3293 2012-01-13  Georg-Johann Lay  <avr@gjlay.de>
3294
3295         * gcc.dg/pr46309.c: Set branch cost to greater 1 for avr.
3296
3297 2012-01-12  Jason Merrill  <jason@redhat.com>
3298
3299         PR c++/51714
3300         * g++.dg/ext/stmtexpr14.C: New.
3301
3302 2012-01-13  Dodji Seketeli  <dodji@redhat.com>
3303
3304         PR c++/51633
3305         * g++.dg/cpp0x/constexpr-diag4.C: New test.
3306
3307 2012-01-12  Jason Merrill  <jason@redhat.com>
3308
3309         PR c++/48051
3310         * g++.dg/abi/mangle48.C: Test qualified-names, too.
3311         * g++.dg/abi/mangle58.C: Likewise.
3312
3313         PR c++/51403
3314         * g++.dg/template/arg8.C: New.
3315
3316 2012-01-12  Ira Rosen  <irar@il.ibm.com>
3317
3318         PR tree-optimization/51799
3319         * gcc.dg/vect/pr51799.c: New test.
3320         * gcc.dg/vect/vect-widen-shift-u8.c: Expect two widening shift
3321         patterns.
3322
3323 2012-01-12  Dominique d'Humieres  <dominiq@lps.ens.fr>
3324             Tobias Burnus  <burnus@net-b.de>
3325
3326         PR fortran/51057
3327         PR fortran/51616
3328         * lib/target-supports.exp
3329         (check_effective_target_fortran_largest_fp_has_sqrt): New.
3330         * gfortran.dg/quad_2.f90: Use it, add pattern for IBM's real(16).
3331
3332 2012-01-11  Jason Merrill  <jason@redhat.com>
3333
3334         PR c++/51565
3335         * g++.dg/ext/attrib42.C: New.
3336
3337 2012-01-11  Jakub Jelinek  <jakub@redhat.com>
3338
3339         PR bootstrap/51796
3340         * gcc.dg/pr51796.c: New test.
3341
3342 2012-01-11  Jason Merrill  <jason@redhat.com>
3343
3344         PR c++/51818
3345         * g++.dg/cpp0x/lambda/lambda-mangle3.C: New.
3346
3347 2012-01-11  Eric Botcazou  <ebotcazou@adacore.com>
3348
3349         * gnat.dg/array19.ad[sb]: New test.
3350
3351 2012-01-11  Eric Botcazou  <ebotcazou@adacore.com>
3352
3353         * gnat.dg/opt23.ad[sb]: New test.
3354         * gnat.dg/opt23_pkg.ad[sb]: New helper.
3355         * gnat.dg/opt24.ad[sb]: New test.
3356
3357 2012-01-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3358
3359         PR tree-optimization/49642
3360         * gcc.dg/tree-ssa/pr49642-1.c: New test.
3361         * gcc.dg/tree-ssa/pr49642-2.c: New test.
3362
3363 2012-01-11  Jason Merrill  <jason@redhat.com>
3364
3365         PR c++/51613
3366         * g++.dg/template/explicit-args5.C: New.
3367
3368 2012-01-11  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
3369
3370         * gcc.c-torture/execute/20120110-1.c: New testcase.
3371
3372 2012-01-10  Jason Merrill  <jason@redhat.com>
3373
3374         PR c++/51614
3375         * g++.dg/inherit/ambig1.C: New.
3376
3377         PR c++/51433
3378         * g++.dg/cpp0x/constexpr-cache1.C: New.
3379
3380 2012-01-10  Richard Guenther  <rguenther@suse.de>
3381
3382         PR tree-optimization/51801
3383         * gcc.dg/torture/pr51801.c: New testcase.
3384
3385 2012-01-10  Tobias Burnus  <burnus@net-b.de>
3386
3387         PR fortran/51652
3388         * gfortran.dg/allocate_with_typespec_5.f90: New.
3389
3390 2012-01-10  Tobias Burnus  <burnus@net-b.de>
3391
3392         * gfortran.dg/class_39.f03: Update dg-error string.
3393
3394 2012-01-10  Richard Guenther  <rguenther@suse.de>
3395
3396         PR tree-optimization/50913
3397         * gcc.dg/graphite/interchange-16.c: New testcase.
3398         * gcc.dg/graphite/scop-20.c: XFAIL.
3399         * gfortran.dg/graphite/interchange-1.f: Likewise.
3400         * gfortran.dg/graphite/block-1.f90: Likewise.
3401         * gfortran.dg/graphite/block-2.f: Likewise.
3402
3403 2012-01-10  Richard Henderson  <rth@redhat.com>
3404
3405         * lib/target-supports.exp (check_effective_target_vect_perm,
3406         check_effective_target_vect_perm_byte,
3407         check_effective_target_vect_perm_short): Enable for arm neon.
3408
3409 2012-01-09  Tobias Burnus  <burnus@net-b.de>
3410
3411         PR fortran/46328
3412         * gfortran.dg/typebound_operator_11.f90: New.
3413
3414 2012-01-09  Eric Botcazou  <ebotcazou@adacore.com>
3415
3416         * gnat.dg/array18.adb: New test.
3417         * gnat.dg/array18_pkg.ads: New helper.
3418
3419 2012-01-09  Paul Thomas  <pault@gcc.gnu.org>
3420
3421         PR fortran/51791
3422         * gfortran.dg/typebound_operator_7.f03: Insert parentheses
3423         around base object in first assignment in main program.
3424         * gfortran.dg/typebound_operator_10.f03: New test.
3425
3426 2012-01-09  Martin Jambor  <mjambor@suse.cz>
3427
3428         PR tree-optimization/51759
3429         * g++.dg/ipa/pr51759.C: New test.
3430
3431 2012-01-09  Tobias Burnus  <burnus@net-b.de>
3432
3433         PR fortran/51758
3434         * gfortran.dg/optional_absent_2.f90: New.
3435
3436 2012-01-09  Tobias Burnus  <burnus@net-b.de>
3437
3438         PR fortran/51578
3439         * gfortran.dg/use_17.f90: New.
3440
3441 2012-01-09  Gary Funck  <gary@intrepid.com>
3442
3443         PR preprocessor/33919
3444         * gcc.dg/pr33919.c: New test.
3445         * gcc.dg/pr33919-0.h: New test header file.
3446         * gcc.dg/pr33919-1.h: Ditto.
3447         * gcc.dg/pr33919-2.h: Ditto.
3448
3449 2012-01-07  Jan Hubicka  <jh@suse.cz>
3450
3451         PR tree-optimize/51694
3452         * gcc.c-torture/compile/pr51694.c: new testcase.
3453
3454 2012-01-07  Jan Hubicka  <jh@suse.cz>
3455
3456         PR tree-optimization/51600
3457         * g++.dg/torture/pr51600.C: New testcase.
3458
3459 2012-01-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3460
3461         PR gcov-profile/51715
3462         PR gcov-profile/51717
3463         * gcc.misc-tests/gcov-13.c: Skip on 32-bit hppa*-*-hpux*.
3464         * gcc.misc-tests/gcov-14.c: Likewise.
3465
3466 2012-01-06  Jason Merrill  <jason@redhat.com>
3467
3468         * g++.dg/parse/new5.C: New.
3469
3470 2012-01-06  Patrick Marlier  <patrick.marlier@gmail.com>
3471
3472         PR testsuite/51655
3473         * c-c++-common/tm/memcpy-1.c: Declare memcpy instead of
3474         including <string.h>.
3475
3476 2012-01-06  Jason Merrill  <jason@redhat.com>
3477
3478         * g++.dg/abi/mangle51.C: New.
3479         * g++.dg/abi/mangle52.C: New.
3480         * g++.dg/abi/mangle53.C: New.
3481         * g++.dg/abi/mangle54.C: New.
3482         * g++.dg/abi/mangle55.C: New.
3483         * g++.dg/abi/mangle56.C: New.
3484         * g++.dg/abi/mangle57.C: New.
3485         * g++.dg/abi/mangle58.C: New.
3486         * g++.dg/abi/mangle59.C: New.
3487         * g++.dg/cpp0x/trailing3.C: Update mangling.
3488         * g++.dg/cpp0x/variadic111.C: Update mangling.
3489         * g++.dg/cpp0x/variadic4.C: Update mangling.
3490         * g++.dg/cpp0x/variadic42.C: Pass -fabi-version=5.
3491         * g++.dg/template/nontype22.C: Works now.
3492         * g++.dg/template/pr35240.C: Works now.
3493
3494         * g++.dg/cpp0x/error7.C: New.
3495
3496 2012-01-06  Tobias Burnus <burnus@net-b.de>
3497
3498         * gfortran.dg/deallocate_stat_2.f90: New.
3499         * coarray/allocate_errgmsg.f90: New.
3500         * gfortran.dg/coarray_lib_alloc_1.f90: New.
3501         * gfortran.dg/coarray_lib_alloc_2.f90: New.
3502         * coarray/subobject_1.f90: Fix for num_images > 1.
3503         * gfortran.dg/deallocate_stat.f90: Update due to changed
3504         stat= handling.
3505
3506 2012-01-06  Andrew Stubbs  <ams@codesourcery.com>
3507
3508         * gcc.target/arm/headmerge-2.c: Adjust scan pattern.
3509
3510 2012-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3511
3512         * ada/acats/overflow.lst: Add cb20004.
3513
3514 2012-01-05  Dodji Seketeli  <dodji@redhat.com>
3515
3516         PR c++/51541
3517         * g++.dg/cpp0x/alias-decl-18.C: New test.
3518
3519 2012-01-05  Eric Botcazou  <ebotcazou@adacore.com>
3520
3521         * gcc.c-torture/execute/20120104-1.c: New test.
3522
3523 2012-01-05  Paul Thomas  <pault@gcc.gnu.org>
3524
3525         PR fortran/PR48946
3526         * gfortran.dg/typebound_operator_9.f03: This is now a copy of
3527         the old typebound_operator_8.f03.
3528         * gfortran.dg/typebound_operator_8.f03: New version of
3529         typebound_operator_7.f03 with 'u' a derived type instead of a
3530         class object.
3531
3532 2012-01-05  Richard Guenther  <rguenther@suse.de>
3533
3534         * g++.dg/torture/pr49309.C: Skip for -flto.
3535
3536 2012-01-05  Jakub Jelinek  <jakub@redhat.com>
3537
3538         PR middle-end/51761
3539         * gcc.c-torture/compile/pr51761.c: New test.
3540
3541 2012-01-05  Richard Guenther  <rguenther@suse.de>
3542
3543         PR tree-optimization/51760
3544         * gcc.dg/torture/pr51760.c: New testcase.
3545
3546 2012-01-05  Aldy Hernandez  <aldyh@redhat.com>
3547
3548         PR middle-end/51472
3549         * gcc.dg/tm/memopt-6.c: Adjust regexp.
3550
3551 2012-01-05  Richard Guenther  <rguenther@suse.de>
3552
3553         PR lto/41576
3554         * gfortran.dg/lto/pr41576_0.f90: New testcase.
3555         * gfortran.dg/lto/pr41576_1.f90: Likewise.
3556
3557 2012-01-04  Jakub Jelinek  <jakub@redhat.com>
3558
3559         PR debug/51695
3560         * gcc.dg/pr51695.c: New test.
3561
3562 2012-01-04  Andrew Pinski  <apinski@cavium.com>
3563
3564         * gcc.target/mips/mips64-dsp-ldx1.c: New test.
3565         * gcc.target/mips/octeon2-lx-1.c: New test.
3566         * gcc.target/mips/mips64-dsp-ldx.c: New test.
3567         * gcc.target/mips/octeon2-lx-2.c: New test.
3568         * gcc.target/mips/octeon2-lx-3.c: New test.
3569
3570 2012-01-04  Patrick Marlier  <patrick.marlier@gmail.com>
3571
3572         PR other/51163
3573         PR other/51164
3574         * gcc.dg/tm/alias-1.c:  Adjust regexp.
3575         * gcc.dg/tm/alias-2.c:  Adjust regexp.
3576
3577 2012-01-04  Paolo Carlini  <paolo.carlini@oracle.com>
3578
3579         PR c++/51064
3580         * g++.dg/warn/Wparentheses-26.C: New.
3581
3582 2012-01-04  Mikael Morin  <mikael@gcc.gnu.org>
3583
3584         * gfortran.dg/elemental_optional_args_2.f90: New test.
3585
3586 2012-01-04  Thomas Koenig  <tkoenig@gcc.gnu.org>
3587
3588         PR fortran/49693
3589         * gfortran.dg/common_17.f90:  New test.
3590
3591 2012-01-04  Richard Guenther  <rguenther@suse.de>
3592
3593         PR tree-optimization/49651
3594         * gcc.dg/tree-ssa/pta-ptrarith-1.c: Adjust.
3595         * gcc.dg/tree-ssa/pta-ptrarith-2.c: Likewise.
3596
3597 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
3598
3599         PR c++/51738
3600         * g++.dg/cpp0x/initlist-postfix-open-square.C: New.
3601
3602 2012-01-03  Andrew Pinski  <apinski@cavium.com>
3603
3604         * lib/scanasm.exp (dg-function-on-line): Always use a special format
3605         for all mips targets.  Also allow an optional .cfi_startproc.
3606
3607 2012-01-03  Uros Bizjak  <ubizjak@gmail.com>
3608
3609         * gfortran.dg/typebound_operator_8.f03: Use dg-add-options ieee.
3610
3611 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
3612
3613         PR c++/29273
3614         * g++.dg/rtti/dyncast5.C: New.
3615
3616 2012-01-03  Richard Guenther  <rguenther@suse.de>
3617
3618         PR tree-optimization/51070
3619         * gcc.dg/torture/pr51070-2.c: New testcase.
3620
3621 2012-01-03  Richard Guenther  <rguenther@suse.de>
3622
3623         PR tree-optimization/51692
3624         * gcc.dg/torture/pr51692.c: New testcase.
3625
3626 2012-01-03  Richard Guenther  <rguenther@suse.de>
3627
3628         PR debug/51650
3629         * g++.dg/lto/pr51650-3_0.C: New testcase.
3630
3631 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
3632
3633         PR c++/15867
3634         * g++.dg/warn/Wredundant-decls-spec.C: New.
3635
3636 2012-01-03  Jakub Jelinek  <jakub@redhat.com>
3637
3638         PR tree-optimization/51719
3639         * g++.dg/tree-prof/pr51719.C: New test.
3640
3641 2012-01-03  Richard Guenther  <rguenther@suse.de>
3642
3643         PR middle-end/51730
3644         * gcc.dg/fold-compare-6.c: New testcase.
3645
3646 2012-01-03  Jakub Jelinek  <jakub@redhat.com>
3647
3648         PR c++/51669
3649         * g++.dg/gomp/pr51669.C: New test.
3650
3651 2012-01-02  Jason Merrill  <jason@redhat.com>
3652
3653         PR c++/51675
3654         * g++.dg/cpp0x/constexpr-union2.C: New.
3655
3656         PR c++/51666
3657         * g++.dg/cpp0x/nsdmi-defer5.C: New.
3658
3659 2012-01-02  Dodji Seketeli  <dodji@redhat.com>
3660
3661         PR c++/51462
3662         * g++.dg/cpp0x/constexpr-99.C: New test.
3663
3664 2012-01-02  Paolo Carlini  <paolo.carlini@oracle.com>
3665
3666         PR c++/20140
3667         * g++.dg/template/init9.C: New.
3668
3669 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
3670
3671         * gcc.dg/memcpy-4.c: Add nomips16 attribute for MIPS targets.
3672         Increase copy to 5 bytes.  Look for at least two "mem/s/u"s,
3673         rather than a specific number.
3674
3675 2012-01-02  Paul Thomas  <pault@gcc.gnu.org>
3676
3677         PR fortran/46262
3678         PR fortran/46328
3679         PR fortran/51052
3680         * gfortran.dg/typebound_operator_7.f03: New.
3681         * gfortran.dg/typebound_operator_8.f03: New.
3682
3683 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
3684
3685         PR target/51729
3686         * gcc.target/mips/dspr2-MULT.c: Remove -ffixed-hi -ffixed-lo.
3687         XFAIL.
3688         * gcc.target/mips/dspr2-MULTU.c: Likewise.
3689
3690 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
3691
3692         * gcc.dg/pr46309.c: Add -mtune=octeon2 for MIPS.
3693
3694 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
3695
3696         * g++.dg/cpp0x/constexpr-rom.C: Look for .rdata rather than rodata
3697         for MIPS.
3698
3699 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
3700
3701         * gfortran.dg/io_real_boz_3.f90: Require fortran_real_16.
3702         * gfortran.dg/io_real_boz_4.f90: Likewise.
3703         * gfortran.dg/io_real_boz_5.f90: Likewise.
3704
3705 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
3706
3707         * g++.dg/opt/devirt2.C: Add -mno-abicalls for MIPS.
3708
3709 2012-01-02  Revital Eres  <revital.eres@linaro.org>
3710
3711         * gcc.dg/sms-11.c: New file.
3712
3713 2012-01-02  Tobias Burnus  <burnus@net-b.de>
3714
3715         PR fortran/51682
3716         * gfortran.dg/coarray/image_index_3.f90: New.
3717
3718 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
3719
3720         PR c++/16603
3721         * g++.dg/parse/enum8.C: New.
3722
3723 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
3724
3725         PR c++/51379
3726         * g++.dg/conversion/reinterpret4.C: New.
3727         * g++.dg/conversion/reinterpret1.C: Adjust.
3728
3729 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
3730
3731         * g++.dg/cpp0x/constexpr-delegating2.C: Add missing piece.
3732
3733 2012-01-01  Fabien ChĂȘne  <fabien@gcc.gnu.org>
3734
3735         * g++.old-deja/g++.brendan/crash25.C: Adjust.
3736         * g++.old-deja/g++.brendan/crash56.C: Likewise.
3737         * g++.old-deja/g++.jason/access14.C: Likewise.
3738         * g++.old-deja/g++.jason/access8.C: Likewise.
3739         * g++.old-deja/g++.jason/access1.C: Likewise.
3740         * g++.old-deja/g++.other/access3.C: Likewise.
3741         * g++.old-deja/g++.other/access5.C: Likewise.
3742         * g++.old-deja/g++.law/unsorted1.C: Likewise.
3743         * g++.old-deja/g++.law/visibility22.C: Likewise.
3744         * g++.old-deja/g++.law/visibility26.C: Likewise.
3745         * g++.old-deja/g++.mike/p2746.C: Likewise.
3746         * g++.dg/debug/using1.C: Likewise.
3747         * g++.dg/lookup/using51.C: Likewise.
3748         * g++.dg/inherit/using5.C: Likewise.
3749         * g++.dg/inherit/pr30297.C: Likewise.
3750         * g++.dg/inherit/access8.C: Likewise.
3751         * g++.dg/torture/pr39362.C: Likewise.
3752         * g++.dg/template/crash13.C: Likewise.
3753         * g++.dg/template/using10.C: Likewise.
3754
3755 2012-01-01  Thomas Koenig  <tkoenig@gcc.gnu.org>
3756
3757         PR fortran/51502
3758         * lib/gcc-dg.exp (scan-module-absence):  Really commit last
3759         change.
3760
3761 2012-01-01  Ira Rosen  <irar@il.ibm.com>
3762
3763         PR tree-optimization/51704
3764         * gfortran.dg/vect/no-fre-no-copy-prop-O3-pr51704.f90: New.
3765         * gfortran.dg/vect/vect.exp: Run no-fre-no-copy-prop-O3-* with
3766         corresponding flags.
3767
3768 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
3769
3770         PR c++/51723
3771         * g++.dg/cpp0x/constexpr-delegating2.C: New.
3772
3773 2012-01-01  Jan Hubicka  <jh@suse.cz>
3774
3775         PR rtl-optimization/51069
3776         * gcc.c-torture/compile/pr51069.c: New testcase.
3777
3778 2012-01-01  Jakub Jelinek  <jakub@redhat.com>
3779
3780         PR tree-optimization/51683
3781         * gcc.dg/pr51683.c: New test.
3782 \f
3783 Copyright (C) 2012 Free Software Foundation, Inc.
3784
3785 Copying and distribution of this file, with or without modification,
3786 are permitted in any medium without royalty provided the copyright
3787 notice and this notice are preserved.