OSDN Git Service

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