OSDN Git Service

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