OSDN Git Service

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