OSDN Git Service

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