OSDN Git Service

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