OSDN Git Service

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