OSDN Git Service

PR target/52238
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2012-02-20  Kai Tietz  <ktietz@redhat.com>
2
3         * gcc.dg/bf-ms-layout-3.c: New testcase.
4
5 2012-02-20  Thomas Koenig  <tkoenig@gcc.gnu.org>
6
7         PR testsuite/52229
8         PR fortran/32380
9         * gfortran.dg/vect/pr32380.f:  XFAIL on PowerPC and ia-64.
10
11 2012-02-20  Richard Guenther  <rguenther@suse.de>
12
13         PR tree-optimization/52298
14         * gcc.dg/torture/pr52298.c: New testcase.
15         * gcc.dg/vect/pr52298.c: Likewise.
16
17 2012-02-20  Georg-Johann Lay  <avr@gjlay.de>
18
19         * gcc.dg/pr52132.c: Fix FAIL on 16-bit int platforms.
20         * gcc.c-torture/execute/pr52286.c: Ditto.
21
22 2012-02-20  Jakub Jelinek  <jakub@redhat.com>
23
24         PR tree-optimization/52286
25         * gcc.c-torture/execute/pr52286.c: New test.
26
27 2012-02-18  Tobias Burnus  <burnus@net-b.de>
28
29         PR fortran/52295
30         * gfortran.dg/interface_35.f90: Use -std=f2003.
31         * gfortran.dg/proc_ptr_comp_20.f90: Remove dg-warning.
32         * gfortran.dg/interface_assignment_4.f90: Ditto.
33         * gfortran.dg/bessel_1.f90: Ditto.
34         * gfortran.dg/func_result_6.f90: Ditto.
35         * gfortran.dg/hypot_1.f90: Ditto.
36         * gfortran.dg/proc_ptr_comp_21.f90: Ditto.
37
38 2012-02-17  Tobias Burnus  <burnus@net-b.de>
39
40         PR translation/52232
41         PR translation/52234
42         PR translation/52245
43         PR translation/52246
44         PR translation/52262
45         PR translation/52273
46         * gfortran.dg/coarray_22.f90: Update dg-error.
47         * gfortran.dg/allocate_alloc_opt_4.f90: Ditto.
48
49 2012-02-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
50
51         PR target/51753
52         * lib/gcc-simulate-thread.exp: Load timeout.exp.
53         (simulate-thread): Use default timeout.
54
55 2012-02-16  Jason Merrill  <jason@redhat.com>
56
57         PR c++/52248
58         * g++.dg/ext/timevar1.C: New.
59
60 2012-02-16  Fabien ChĂȘne  <fabien@gcc.gnu.org>
61
62         PR c++/52126
63         * g++.dg/template/using21.C: New.
64         * g++.dg/template/using22.C: Likewise.
65
66 2012-02-16  Jason Merrill  <jason@redhat.com>
67
68         PR c++/51415
69         * g++.dg/cpp0x/lambda/lambda-err1.C: New.
70
71 2012-02-16  Jakub Jelinek  <jakub@redhat.com>
72
73         PR tree-optimization/52255
74         * gcc.c-torture/compile/pr52255.c: New test.
75
76         PR debug/52260
77         * g++.dg/debug/dwarf2/pr52260.C: New test.
78
79         PR middle-end/51929
80         * g++.dg/ipa/pr51929.C: New test.
81
82 2012-02-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
83
84         PR target/52199
85         * gcc.target/powerpc/pr52199.c: New file.
86
87 2012-02-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
88
89         PR target/52152
90         * objc.dg/stabs-1.m: xfail on mips-sgi-irix6.5.
91
92 2012-02-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
93
94         * gcc.dg/pr51867.c: Don't include <math.h>.
95         (sqrtf): Declare.
96
97 2012-02-15  Georg-Johann Lay  <avr@gjlay.de>
98
99         * gcc.dg/lto/20091013-1_1.c: xfail for avr.
100         * gcc.dg/lto/20091013-1_2.c: xfail for avr.
101
102 2012-02-15  Tobias Grosser <grosser@fim.uni-passau.de>
103
104         PR tree-optimization/50561
105         * gcc.dg/graphite/pr50561.c: New testcase.
106
107 2012-02-15  Georg-Johann Lay  <avr@gjlay.de>
108
109         * gcc.target/avr/torture/builtin_insert_bits-1.c: New test.
110         * gcc.target/avr/torture/builtin_insert_bits-2.c: New test.
111
112 2012-02-15  Eric Botcazou  <ebotcazou@adacore.com>
113
114         * gnat.dg/discr35.ad[sb]: New test.
115
116 2012-02-15  Eric Botcazou  <ebotcazou@adacore.com>
117
118         * gnat.dg/volatile10.adb: New test.
119         * gnat.dg/volatile10_pkg.ads: New helper.
120
121 2012-02-14  Jason Merrill  <jason@redhat.com>
122
123         * g++.dg/ext/attrib43.C: New.
124
125 2012-02-14  Hans-Peter Nilsson  <hp@axis.com>
126
127         * lib/target-supports.exp (check_effective_target_fgnu_tm): New
128         proc.
129         * gfortran.dg/trans-mem-skel.f90: Gate test on effective_target
130         fgnu_tm. 
131         * gcc.dg/lto/trans-mem-1_0.c, gcc.dg/lto/trans-mem-2_0.c,
132         gcc.dg/lto/trans-mem-3_0.c, gcc.dg/lto/trans-mem-4_0.c: Ditto.
133         * gcc.dg/tm/tm.exp: Gate the whole of gcc.dg/tm on
134         effective_target fgnu_tm.
135         * g++.dg/tm/tm.exp: Ditto for g++.dg/tm.
136
137 2012-02-14  Jakub Jelinek  <jakub@redhat.com>
138
139         PR c++/52247
140         * g++.dg/template/asmgoto1.C: New test.
141
142 2012-02-14  Ian Lance Taylor  <iant@google.com>
143
144         PR go/48501
145         * go.test/go-test.exp (go-gc-tests): Disable optimizations when
146         compiling generated file for 64bit and index tests.
147
148 2012-02-14  Uros Bizjak  <ubizjak@gmail.com>
149
150         * gcc.dg/lower-subreg-1.c: Fix and simplify target selector.
151
152 2012-02-14  Richard Guenther  <rguenther@suse.de>
153
154         PR tree-optimization/52244
155         PR tree-optimization/51528
156         * gcc.dg/torture/pr52244.c: New testcase.
157
158 2012-02-14  Walter Lee  <walt@tilera.com>
159
160         * g++.dg/other/PR23205.C: Disable test on tile.
161         * g++.dg/other/pr23205-2.C: Disable test on tile.
162         * gcc.dg/20020312-2.c: Add a condition for __tile__.
163         * gcc.dg/20040813-1.c: Disable test on tile.
164         * gcc.dg/lower-subreg-1.c: Disable test on tilegx.
165         * gcc.misc-tests/linkage.exp: Handle tilegx.
166
167 2012-02-14  Jakub Jelinek  <jakub@redhat.com>
168
169         PR tree-optimization/52210
170         * gcc.dg/pr52210.c: New test.
171
172 2012-02-14  Jason Merrill  <jason@redhat.com>
173
174         PR c++/39055
175         * g++.dg/overload/defarg5.C: New.
176
177 2012-02-14  Jakub Jelinek  <jakub@redhat.com>
178
179         PR c/52181
180         * c-c++-common/pr52181.c: New test.
181
182 2012-02-13  Jakub Jelinek  <jakub@redhat.com>
183
184         PR c++/52215
185         * g++.dg/ext/atomic-1.C: New test.
186
187 2012-02-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
188
189         * gcc.c-torture/execute/pr51933.c: Modify for s390 31 bit.
190
191 2012-02-13  Jakub Jelinek  <jakub@redhat.com>
192
193         PR middle-end/52209
194         * gcc.c-torture/execute/pr52209.c: New test.
195
196 2012-02-12  Mikael Morin  <mikael@gcc.gnu.org>
197
198         PR fortran/50981
199         * gfortran.dg/elemental_optional_args_5.f03: New test.
200
201 2012-02-12 Iain Sandoe  <iains@gcc.gnu.org>
202
203         PR testsuite/50076
204         * c-c++-common/cxxbitfields-3.c: Adjust scan assembler for nonpic
205         cases.
206
207 2012-02-11  Ian Lance Taylor  <iant@google.com>
208
209         PR go/51874
210         * go.test/go-test.exp (go-gc-tests): Don't run nilptr test on
211         SPARC Solaris.  Don't run the test at all on systems where it may
212         not work, rather than xfailing it.
213
214 2012-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
215
216         PR rtl-optimization/52175
217         * gcc.c-torture/compile/pr52175.c: New test.
218
219 2012-02-10  Jason Merrill  <jason@redhat.com>
220
221         PR c++/51910
222         * g++.dg/template/repo10.C: New.
223
224 2012-02-11  Jakub Jelinek  <jakub@redhat.com>
225
226         PR debug/52132
227         * gcc.dg/pr52132.c: New test.
228
229 2012-02-10  Eric Botcazou  <ebotcazou@adacore.com>
230
231         * gnat.dg/specs/aggr4.ads: New test.
232         * gnat.dg/specs/aggr4_pkg.ads: New helper.
233
234 2012-02-10  H.J. Lu  <hongjiu.lu@intel.com>
235
236         PR target/52146
237         * gcc.target/i386/pr52146.c: New.
238
239 2012-02-10  Jakub Jelinek  <jakub@redhat.com>
240
241         PR middle-end/52177
242         * c-c++-common/pr52177.c: New test.
243
244 2012-02-10  Jan Hubicka  <jh@suse.cz>
245
246         PR middle-end/48600
247         * g++.dg/torture/pr48600.C: New testcase.
248
249 2012-02-09  Peter Bergner  <bergner@vnet.ibm.com>
250
251         PR middle-end/52140
252         * gcc.dg/dfp/pr52140.c: New test.
253
254 2012-02-09  Jakub Jelinek  <jakub@redhat.com>
255
256         PR fortran/32380
257         * gfortran.dg/vect/pr32380.f: Use dg-additional-options instead
258         of dg-options.
259
260 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
261
262         PR middle-end/51867
263         * testsuite/c-c++-common/dfp/signbit-2.c: Change '-O0' to '-O1'.
264         * testsuite/gcc.dg/pr51867.c: New test.
265
266 2012-02-09  Ian Lance Taylor  <iant@google.com>
267
268         * go.test/go-test.exp (go-gc-tests): Don't run stack.go on systems
269         which don't support -fsplit-stack.  Turn off optimization when
270         compiling select5-out.go.
271
272 2012-02-08  Ian Lance Taylor  <iant@google.com>
273
274         * go.test/go-test.exp (go-gc-tests): Don't run chan/select2.go on
275         systems which don't support -fsplit-stack.
276
277 2012-02-08  Andrew MacLeod  <amacleod@redhat.com>
278
279         * gcc.dg/simulate-thread/simulate-thread.exp: Use -O0, -O2, and -O3.
280         * gcc.dg/simulate-thread/simulate-thread.gdb: Don't display every
281         machine instuction in the log.
282
283 2012-02-08  Jack Howarth <howarth@bromo.med.uc.edu>
284
285         * lib/gcc-simulate-thread.exp (simulate-thread): Increase timeout
286           to 20 seconds.
287
288 2012-02-08  Magnus Granberg  <zorry@gentoo.org>
289
290         PR driver/48524
291         * gcc.dg/pr48524.c: New test.
292         * gcc.dg/pr48524.spec: New spec file for test.
293
294 2012-02-08  Thomas Koenig  <tkoenig@gcc.gnu.org>
295
296         PR fortran/32380
297         * gfortran.dg/vect/pr32380.f90:  New test.
298
299 2012-02-08  Tobias Burnus  <burnus@net-b.de>
300
301         PR fortran/52151
302         * gfortran.dg/realloc_on_assign_12.f90: New.
303
304 2012-02-08  Richard Guenther  <rguenther@suse.de>
305
306         PR rtl-optimization/52170
307         * gcc.dg/torture/pr52170.c: New testcase.
308
309 2012-02-08  Jakub Jelinek  <jakub@redhat.com>
310
311         PR gcov-profile/52150
312         * gcc.dg/tree-prof/pr52150.c: New test.
313
314         PR rtl-optimization/52139
315         * gcc.dg/pr52139.c: New test.
316
317 2012-02-07  Jason Merrill  <jason@redhat.com>
318
319         PR c++/51675
320         * g++.dg/cpp0x/constexpr-union3.C: New.
321
322         PR c++/52035
323         * g++.dg/lto/pr52035_0.C: New.
324
325 2012-02-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
326
327         * gfortran.dg/guality/pr41558.f90: Use lp64 instead of hppa*64*-*-*.
328         * gcc.dg/special/weak-1.c: Likewise.
329         * gcc.dg/ucnid-12.c: Likewise.
330         * gcc.dg/torture/pr45678-1.c: Likewise.
331         * gcc.dg/torture/pr45678-2.c: Likewise.
332         * gcc.dg/vector-4.c: Likewise.
333         * gcc.dg/ipa/inline-5.c: Likewise.
334         * gcc.dg/ucnid-11.c: Likewise.
335         * gcc.misc-tests/gcov-13.c: Likewise.
336         * gcc.misc-tests/gcov-14.c: Likewise.
337         * g++.dg/ext/label13.C: Likewise.
338         * gcc.dg/tree-ssa/ssa-fre-31.c: Use dg-additional-options for extra
339         hppa*-*-hpux* options.
340         * gcc.dg/tree-ssa/ssa-fre-33.c: Likewise.
341         * gcc.dg/tree-ssa/ssa-fre-34.c: Likewise.
342         * gcc.dg/pr48616.c: Likewise.
343         * gcc.dg/pr17957.c: Likewise.
344         * gcc.dg/pr17055-1.c: Likewise.
345         * gcc.dg/pr32912-1.c: Likewise.
346         * gcc.dg/tm/pr51472.c: Likewise.
347         * c-c++-common/fold-bitand-4.c: Likewise.
348         * c-c++-common/Wunused-var-12.c: Use lp64 instead of hppa*64*-*-*.
349         Use dg-additional-options for extra options.
350
351 2012-02-07  Joern Rennecke <joern.rennecke@embecosm.com>
352
353         * gcc.target/epiphany/interrupt-2.c: New test.
354
355 2012-02-07  Richard Sandiford  <rdsandiford@googlemail.com>
356
357         PR target/52155
358         * gcc.target/mips/mips.exp (mips-dg-options): Handle target.
359         * gcc.target/mips/loongson-shift-count-truncated-1.c: Force -mlong64
360         for MIPS ELF.
361
362 2012-02-07  Richard Sandiford  <rdsandiford@googlemail.com>
363
364         PR target/52152
365         * objc.dg/stabs-1.m: XFAIL for mips*-*-elf*.
366
367 2012-02-07  Richard Sandiford  <rdsandiford@googlemail.com>
368
369         PR middle-end/24306
370         PR target/52154
371         * lib/target-supports.exp (check_effective_target_mips_eabi): New.
372         * gcc.target/mips/va-arg-1.c: New test.
373
374 2012-02-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
375
376         * gcc.target/powerpc/no-r11-3.c (outer_func): Fix error message
377         for -mno-pointers-to-nested-functions.
378
379 2012-02-07  Eric Botcazou  <ebotcazou@adacore.com>
380
381         * gcc.c-torture/execute/20120207-1.c: New test.
382
383 2012-02-07  Jakub Jelinek  <jakub@redhat.com>
384
385         PR rtl-optimization/52060
386         * gcc.dg/torture/pr52060.c: New test.
387
388         PR middle-end/52074
389         * gcc.c-torture/compile/pr52074.c: New test.
390
391 2012-02-07  Tobias Burnus  <burnus@net-b.de>
392
393         PR fortran/51514
394         * gfortran.dg/class_to_type_2.f90: New.
395
396 2012-02-06  Thomas König  <tkoenig@gcc.gnu.org>
397
398         PR fortran/32373
399         * gfortran.dg/vect/vect-8.f90:  Use vect_double effective target.
400         Remove module.
401
402 2012-02-06  Jason Merrill  <jason@redhat.com>
403
404         PR c++/52088
405         * g++.dg/template/conv13.C: New.
406
407 2012-02-06  Richard Guenther  <rguenther@suse.de>
408
409         PR tree-optimization/52115
410         * gcc.c-torture/compile/pr52115.c: New testcase.
411
412 2012-02-06  Jakub Jelinek  <jakub@redhat.com>
413
414         PR target/52129
415         * gcc.c-torture/execute/pr52129.c: New test.
416
417 2012-02-06  Andrey Belevantsev  <abel@ispras.ru>
418
419         * gcc.dg/pr48374.c: Actually add the test I forgot 
420         in the 2012-01-25 commit.
421
422 2012-02-05  Thomas König  <tkoenig@gcc.gnu.org>
423
424         PR fortran/32373
425         * gfortran.dg/vect/vect-8.f90:  New test case.
426
427 2012-02-05  Thomas König  <tkoenig@gcc.gnu.org>
428
429         PR fortran/48847
430         * gfortran.dg/warn_unused_dummy_argument_3.f90:  New test.
431
432 2012-02-05  Paul Thomas  <pault@gcc.gnu.org>
433
434         PR fortran/52102
435         * gfortran.dg/class_48.f90 : Add test of allocate class array
436         component with source in subroutine test3.  Remove commenting
437         out in subroutine test4, since branching on unitialized variable
438         is now fixed (no PR for this last.).
439
440 2012-02-05  Richard Sandiford  <rdsandiford@googlemail.com>
441
442         * gcc.dg/tree-prof/stringop-2.c (main): Add a nomips16 attribute
443         on MIPS targets.
444         * gfortran.dg/pr45636.f90: XFAIL for MIPS16 targets.
445
446 2012-02-05  Richard Sandiford  <rdsandiford@googlemail.com>
447
448         PR target/52125
449         * lib/target-supports.exp (check_effective_target_mips_rel): New.
450         * gcc.dg/pr48774.c: Skip on MIPS REL targets.
451
452 2012-02-05  Richard Sandiford  <rdsandiford@googlemail.com>
453
454         * lib/target-supports.exp (check_effective_target_mips_llsc): New.
455         (check_effective_target_sync_int_long): Use it.
456         (check_effective_target_sync_char_short): Likewise.
457         * gcc.target/mips/atomic-memory-1.c: Restrict error check to mips_llsc.
458
459 2012-02-05  Tobias Burnus  <burnus@net-b.de>
460
461         PR fortran/51972
462         * gfortran.dg/class_48.f90: Add some further checks.
463
464 2012-02-05  Ira Rosen  <irar@il.ibm.com>
465
466         PR tree-optimization/52091
467         * gcc.dg/vect/pr52091.c: New test.
468
469 2012-02-04  Jakub Jelinek  <jakub@redhat.com>
470
471         PR rtl-optimization/52113
472         * gcc.target/avr/pr52113.c: New test.
473
474 2012-02-03  Jakub Jelinek  <jakub@redhat.com>
475
476         PR rtl-optimization/52092
477         * gcc.c-torture/compile/pr52092.c: New test.
478
479 2012-02-02  Mikael Morin  <mikael@gcc.gnu.org>
480
481         PR fortran/41587
482         * gfortran.dg/class_array_10.f03: New test.
483
484         PR fortran/46356
485         * gfortran.dg/class_array_11.f03: New test.
486
487         PR fortran/51754
488         * gfortran.dg/class_array_12.f03: New test.
489
490 2012-02-02  Paul Thomas  <pault@gcc.gnu.org>
491
492         PR fortran/52012
493         * gfortran.dg/realloc_on_assign_11.f90: New test.
494
495 2012-02-02  Tobias Burnus  <burnus@net-b.de>
496
497         PR fortran/52093
498         * gfortran.dg/shape_7.f90: New.
499
500 2012-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
501
502         * gcc.target/mips/mips-prepend-1.c: New test.
503
504 2012-02-02 Jan Hubicka  <jh@suse.cz>
505            Tom de Vries  <tom@codesourcery.com>
506
507         PR middle-end/51998
508         * testsuite/gcc.dg/alias-12.c: New testcase.
509         * testsuite/gcc.dg/alias-13.c: New testcase.
510
511 2012-02-02  Jakub Jelinek  <jakub@redhat.com>
512
513         PR target/52086
514         * gcc.dg/pr52086.c: New test.
515
516         PR tree-optimization/52073
517         * gcc.c-torture/compile/pr52073.c: New test.
518
519 2012-02-01  Thomas König  <tkoenig@gcc.gnu.org>
520
521         PR fortran/51958
522         * gfortran.dg/function_optimize_10.f90:  New test.
523
524 2012-02-01  Uros Bizjak  <ubizjak@gmail.com>
525
526         * go.test/go-test.exp (go-gc-tests): xfail test/nilptr.go runtime
527         test on alpha*-*-*.
528
529 2012-02-01  Tobias Burnus  <burnus@net-b.de>
530
531         PR fortran/52024
532         * gfortran.dg/typebound_operator_14.f90: New.
533
534 2012-02-01  Tobias Burnus  <burnus@net-b.de>
535
536         PR fortran/52059
537         * gfortran.dg/elemental_function_1.f90: New.
538
539 2012-02-01  Georg-Johann Lay  <avr@gjlay.de>
540
541         PR rtl-optimization/51374
542         * gcc.target/avr/torture/pr51374-1.c:
543         Also fail if SBIS is seen.
544
545 2012-02-01  Georg-Johann Lay  <avr@gjlay.de>
546
547         PR rtl-optimization/51374
548         * gcc.target/avr/torture/pr51374-1.c: New.
549
550 2012-01-31  Tobias Burnus  <burnus@net-b.de>
551
552         PR fortran/52024
553         * gfortran.dg/typebound_generic_11.f90: New.
554
555 2012-01-31  Tobias Burnus  <burnus@net-b.de>
556
557         PR fortran/52029
558         * gfortran.dg/class_49.f90: New.
559
560 2012-01-31  Tobias Burnus  <burnus@net-b.de>
561
562         PR fortran/52013
563         * gfortran.dg/elemental_args_check_6.f90: New.
564
565 2012-01-31  Jason Merrill  <jason@redhat.com>
566
567         PR c++/52043
568         * g++.dg/cpp0x/variadic122.C: New.
569
570 2012-01-31  Paul Thomas  <pault@gcc.gnu.org>
571
572         PR fortran/52012
573         * gfortran.dg/realloc_on_assign_10.f90: New test.
574
575 2012-01-31  Richard Guenther  <rguenther@suse.de>
576
577         PR tree-optimization/51528
578         * gcc.dg/torture/pr51528.c: New testcase.
579
580 2012-01-30  Uros Bizjak  <ubizjak@gmail.com>
581
582         PR go/48501
583         * lib/go.exp (go_target_compile): Append timeout= to options.
584         * go.test/go-test.exp (go-gc-tests): Add dg-timeout-factor for
585         select5-out.go test on alpha*-*-* targets.
586
587 2012-01-30  Richard Sandiford  <rdsandiford@googlemail.com>
588
589         * gcc.target/mips/extend-1.c (TEST_CHAR): Use signed char.
590         (TEST_SHORT): Reformat in the same way.
591         * gcc.target/mips/octeon-exts-6.c (TEST_CHAR): Use signed char.
592         (TEST_SHORT): Reformat in the same way.
593         * gcc.target/mips/octeon2-lx-1.c (TEST): Make sign explicit.
594         * gcc.target/mips/pr37362.c: Skip for mips-sde-elf.
595         * gcc.target/mips/mmcount-ra-address-1.c (bazl): Add NOMIPS16.
596         * gcc.target/mips/mmcount-ra-address-2.c (bar): Likewise.
597         * gcc.target/mips/mmcount-ra-address-3.c (bar): Likewise.
598
599 2012-01-30  Bin Cheng  <bin.cheng@arm.com>
600
601         PR target/51835
602         * gcc.target/arm/pr51835.c: New testcase.
603
604 2012-01-30  Richard Guenther  <rguenther@suse.de>
605
606         PR tree-optimization/52028
607         * gcc.dg/torture/pr52028.c: New testcase.
608         * gfortran.dg/ldist-pr45199.f: Adjust.
609         * gcc.dg/tree-ssa/ldist-16.c: Likewise.
610         * gcc.dg/tree-ssa/ldist-17.c: Likewise.
611         * gcc.dg/tree-ssa/ldist-pr45948.c: Likewise.
612
613 2012-01-30  Jakub Jelinek  <jakub@redhat.com>
614
615         PR debug/52027
616         * gcc.dg/tree-prof/pr52027.c: New test.
617
618         PR tree-optimization/52046
619         * gcc.dg/pr52046.c: New test.
620
621         PR debug/52048
622         * g++.dg/other/pr52048.C: New test.
623
624 2012-01-30  Richard Guenther  <rguenther@suse.de>
625
626         PR tree-optimization/52045
627         * gcc.dg/pr52045.c: New testcase.
628
629 2012-01-30  Greta Yorsh  <Greta.Yorsh@arm.com>
630
631         * gcc.target/arm/di-longlong64-sync-withldrexd.c: Accept
632         new code generated for __sync_lock_release.
633
634 2012-01-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
635
636         * gcc.dg/dfp/fe-convert-2.c: Force use of soft dfp on s390 and s390x.
637
638 2012-01-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
639
640         PR testsuite/51875
641         * gfortran.dg/guality/pr41558.f90: Skip on 32-bit hppa*-*-hpux*.
642
643         * g++.dg/ext/visibility/template10.C: Fix typo.
644
645         * gcc.dg/tm/pr51472.c: Add -fno-common option on hppa-*-hpux*.
646
647 2012-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
648
649         PR c++/51327
650         * g++.dg/cpp0x/constexpr-ice6.C: New.
651
652 2012-01-29  Tobias Burnus  <burnus@net-b.de>
653
654         PR fortran/41600
655         * gfortran.dg/default_initialization_6.f90: New.
656
657 2012-01-29  Tobias Burnus  <burnus@net-b.de>
658
659         PR fortran/51972
660         * gfortran.dg/class_allocate_12.f90: Enable disabled test.
661         * gfortran.dg/class_48.f90: New.
662
663 2012-01-29  Janne Blomqvist  <jb@gcc.gnu.org>
664
665         PR fortran/51808
666         * gfortran.dg/module_md5_1.f90: Update MD5 sum.
667
668 2012-01-28  Tobias Burnus  <burnus@net-b.de>
669
670         PR fortran/51972
671         * gfortran.dg/class_allocate_12.f90: New.
672
673 2012-01-28  Eric Botcazou  <ebotcazou@adacore.com>
674
675         * gcc.dg/torture/pr50444.c: Fix dg directives.
676
677 2012-01-28  Jakub Jelinek  <jakub@redhat.com>
678
679         PR target/52006
680         * gcc.target/arm/pr52006.c: New test.
681
682 2012-01-27  Aldy Hernandez  <aldyh@redhat.com>
683
684         PR testsuite/52011
685         * gcc.dg/lto/trans-mem.h: New file.
686         * gcc.dg/lto/trans-mem-2_0.c: Include it.
687         * gcc.dg/lto/trans-mem-1_1.c: Same.
688         * gcc.dg/lto/trans-mem-4_1.c: Same.
689         * gcc.dg/lto/trans-mem-3_1.c: Same.
690
691 2012-01-27  Tobias Burnus  <burnus@net-b.de>
692
693         PR fortran/52022
694         * gfortran.dg/dummy_procedure_7.f90: New.
695
696 2012-01-27  Andreas Schwab  <schwab@linux-m68k.org>
697
698         * g++.dg/cpp0x/constexpr-rom.C: Don't add -G0 on *-*-darwin*
699         *-*-aix* alpha*-*-osf* alpha*-*-*vms*.
700
701 2012-01-27  Jakub Jelinek  <jakub@redhat.com>
702
703         PR c++/51852
704         * g++.dg/other/gc5.C: New test.
705
706 2012-01-27  Richard Guenther  <rguenther@suse.de>
707
708         PR tree-optimization/50444
709         * gcc.dg/torture/pr50444.c: New testcase.
710
711 2012-01-27  Tobias Burnus  <burnus@net-b.de>
712
713         PR fortran/51970
714         PR fortran/51977
715         * gfortran.dg/move_alloc_13.f90: New.
716
717 2012-01-27  Tobias Burnus  <burnus@net-b.de>
718
719         PR fortran/51953
720         * gfortran.dg/allocate_alloc_opt_13.f90: New.
721         * gfortran.dg/allocate_alloc_opt_4.f90: Add -std=f2003
722         and change dg-error string.
723
724 2012-01-27  Tobias Burnus  <burnus@net-b.de>
725
726         PR fortran/52016
727         * gfortran.dg/elemental_args_check_5.f90: New.
728
729 2012-01-27  Richard Guenther  <rguenther@suse.de>
730
731         PR middle-end/51959
732         * g++.dg/torture/pr51959.C: New testcase.
733
734 2012-01-27  Tom de Vries  <tom@codesourcery.com>
735
736         PR tree-optimization/51990
737         * gcc.dg/pr51990.c: New test.
738         * gcc.dg/pr51990-2.c: Same.
739
740 2012-01-27  Paul Thomas  <pault@gcc.gnu.org>
741             Tobias Burnus <burnus@gcc.gnu.org>
742
743         PR fortran/48705
744         * gfortran.dg/class_allocate_11.f03: New.
745
746         PR fortran/51870
747         PR fortran/51943
748         PR fortran/51946
749         * gfortran.dg/class_allocate_7.f03: New.
750         * gfortran.dg/class_allocate_8.f03: New.
751         * gfortran.dg/class_allocate_9.f03: New.
752         * gfortran.dg/class_allocate_10.f03: New.
753
754 2012-01-27  Eric Botcazou  <ebotcazou@adacore.com>
755
756         * gnat.dg/discr34.adb: New test.
757         * gnat.dg/discr34_pkg.ads: New helper.
758
759 2012-01-27  Eric Botcazou  <ebotcazou@adacore.com>
760
761         * gnat.dg/discr33.adb: New test.
762
763 2012-01-27  Eric Botcazou  <ebotcazou@adacore.com>
764
765         * gnat.dg/limited_with3.ad[sb): New test.
766         * gnat.dg/limited_with3_pkg1.ad[sb]: New helper.
767         * gnat.dg/limited_with3_pkg2.ads: Likewise.
768         * gnat.dg/limited_with3_pkg3.ads: Likewise.
769
770 2012-01-27  Eric Botcazou  <ebotcazou@adacore.com>
771
772         * gnat.dg/stack_usage1.adb: New test.
773         * gnat.dg/stack_usage1_pkg.ad[sb]: New helper.
774
775         * gcc.dg/pr44194-1.c: Remove superfluous include directive.
776         * gcc.dg/pr44194-2.c: Likewise.
777
778 2012-01-26  Paolo Carlini  <paolo.carlini@oracle.com>
779
780         PR c++/51370
781         * g++.dg/template/crash112.C: New.
782
783 2012-01-27  Richard Henderson  <rth@redhat.com>
784
785         * gcc.dg/atomic-flag.c: Adjust for __GCC_ATOMIC_TEST_AND_SET_TRUEVAL.
786
787 2012-01-26  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
788
789         * gfortran.dg/reassoc_4.f: Use dg-additional-options.
790
791 2012-01-26  Jakub Jelinek  <jakub@redhat.com>
792
793         PR middle-end/51895
794         * g++.dg/opt/pr51895.C: New test.
795
796 2012-01-26  Michael Matz  <matz@suse.de>
797
798         PR tree-optimization/48794
799         * gfortran.dg/gomp/pr48794-2.f90: New testcase.
800
801 2012-01-26  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
802
803         * gcc.dg/ssa-dom-thread-4.c: Set -mbranch-cost=2 for s390 and s390x.
804
805 2012-01-26  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
806
807         * gcc.dg/pr46309.c: Set branch-cost to 2 for s390 and s390x.
808         * gcc.dg/pr44194-1.c: Disable since s390 returns structs always in
809         memory.
810         * gfortran.dg/reassoc_4.f: Force max-completely-peeled-insns to
811         the default value for s390 and s390x.
812
813 2012-01-25  Aldy Hernandez  <aldyh@redhat.com>
814
815         PR lto/51698
816         * gcc.dg/lto/trans-mem-4_0.c: New.
817         * gcc.dg/lto/trans-mem-4_1.c: New.
818         * gcc.dg/lto/trans-mem-2_0.c: Provide correct argument types for
819         TM builtins.
820         * gcc.dg/lto/trans-mem-1_0.c: Require stdint_types.
821         * gcc.dg/lto/trans-mem-1_1.c: Provide correct argument types for
822         TM builtins.
823         * gcc.dg/lto/trans-mem-3_0.c: Require stdint_types.
824         * gcc.dg/lto/trans-mem-3_1.c: Provide correct argument types for
825         TM builtins.
826
827 2012-01-25    Georg-Johann Lay  <avr@gjlay.de>
828
829         * gcc.target/avr/torture/int24-mul.c: Rename __pgm to __flash.
830
831 2012-01-25  Ian Lance Taylor  <iant@google.com>
832
833         * go.test/go-test.exp (go-gc-tests): Handle a few more test lines.
834
835 2012-01-25  Tobias Burnus  <burnus@net-b.de>
836
837         PR fortran/51995
838         * gfortran.dg/typebound_proc_25.f90: New.
839
840 2012-01-25  Jason Merrill  <jason@redhat.com>
841
842         PR c++/51992
843         * g++.dg/lto/pr51992_0.C: New.
844
845 2012-01-25  Jakub Jelinek  <jakub@redhat.com>
846
847         PR tree-optimization/51987
848         * gcc.target/i386/pr51987.c: New test.
849
850 2012-01-25  Greta Yorsh  <Greta.Yorsh@arm.com>
851
852         * gcc.dg/tm/lto-1.c: Require lto support in target.
853
854 2012-01-25  Andrey Belevantsev  <abel@ispras.ru>
855
856         PR rtl-optimization/48374
857         * gcc.dg/pr48374.c: New test.
858
859 2012-01-25  Greta Yorsh  <Greta.Yorsh@arm.com>
860
861         * gcc.dg/pr50908-2.c (dg-options): Add -fno-short-enums.
862
863 2012-01-25  Tobias Burnus  <burnus@net-b.de>
864
865         PR fortran/51966
866         * gfortran.dg/derived_constructor_char_3.f90: New.
867
868 2012-01-24  Ian Lance Taylor  <iant@google.com>
869
870         * go.test/go-test.exp (filecmp): New procedure.
871         (errchk): Handle quoted square brackets.
872         (go-gc-tests): Set go_compile_args. Handle various new test
873         lines.  Skip a few new tests.
874         * lib/go-torture.exp (go-torture-execute): Use go_compile_args.
875
876 2012-01-24  Richard Sandiford  <rdsandiford@googlemail.com>
877
878         * lib/target-supports.exp (proc check_effective_target_vect_perm)
879         (check_effective_target_vect_extract_even_odd)
880         (check_effective_target_vect_interleave): Return true for MIPS
881         paired-single.
882
883 2012-01-24  Richard Sandiford  <rdsandiford@googlemail.com>
884
885         * gcc.c-torture/execute/scal-to-vec1.c (one): New volatile variable.
886         (main): Use it instead of argc.
887
888 2012-01-24  Jason Merrill  <jason@redhat.com>
889
890         PR c++/51973
891         * g++.dg/cpp0x/sfinae31.C: New.
892
893 2012-01-24  Richard Sandiford  <rdsandiford@googlemail.com>
894
895         * gcc.dg/memcpy-4.c: Don't expect /s on MEMs.
896
897 2012-01-24  Jason Merrill  <jason@redhat.com>
898
899         PR c++/51812
900         * g++.dg/inherit/covariant20.C: New.
901
902 2012-01-24  Paolo Carlini  <paolo.carlini@oracle.com>
903
904         PR c++/51223
905         * g++.dg/parse/crash58.C: New.
906
907 2012-01-24  Jakub Jelinek  <jakub@redhat.com>
908
909         PR target/51957
910         * gcc.dg/pr51957-1.c: New test.
911         * gcc.dg/pr51957-1.h: New file.
912         * gcc.dg/pr51957-2.c: New test.
913
914 2012-01-23  Jason Merrill  <jason@redhat.com>
915
916         PR c++/51930
917         * g++.dg/ext/visibility/template10.C: New.
918
919 2012-01-23  Tobias Burnus  <burnus@net-b.de>
920
921         PR fortran/51948
922         * gfortran.dg/move_alloc_12.f90: New.
923
924 2012-01-23  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
925
926         PR middle-end/45416
927         * gcc.dg/pr45416.c: Skip for Thumb1. Handle ubfx.
928
929 2012-01-23  Paolo Carlini  <paolo.carlini@oracle.com>
930
931         PR c++/51398
932         * g++.dg/template/crash111.C: New.
933
934 2012-01-23  Arnaud Charlet  <charlet@adacore.com>
935
936         * ada/acats/tests/cxh/cxh1001.a: Removed, test not suitable on all
937         configurations.
938         * ada/acats/run_all.sh: Simplify by removing cxh1001 special case.
939
940 2012-01-23  Dodji Seketeli  <dodji@redhat.com>
941
942         PR testsuite/51941
943         * g++.dg/debug/dwarf2/nested-3.C:  Accept multiple lines between
944         the DW_TAG_class_type and DW_AT_name: "Executor".
945
946 2012-01-23  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
947
948         * lib/target-supports.exp
949         (check_effective_target_vect_extract_even_odd): Handle ARM neon.
950         (check_effective_target_vect_interleave): Likewise.
951
952 2012-01-22  Jason Merrill  <jason@redhat.com>
953
954         PR c++/51925
955         * g++.dg/template/using20.C: New.
956         * g++.dg/template/template-id-2.C: Adjust diagnostic.
957
958 2012-01-23  Jason Merrill  <jason@redhat.com>
959
960         PR target/51934
961         * g++.dg/torture/pr51344.C: Limit to x86.
962
963 2012-01-23  Greta Yorsh  <Greta.Yorsh@arm.com>
964
965         * c-c++-common/tm/omp.c: Require target with pthread support.
966
967 2012-01-23  Richard Guenther  <rguenther@suse.de>
968
969         PR tree-optimization/51949
970         * gcc.dg/torture/pr51949.c: New testcase.
971
972 2012-01-23  Jakub Jelinek  <jakub@redhat.com>
973
974         PR rtl-optimization/51933
975         * gcc.c-torture/execute/pr51933.c: New test.
976
977 2012-01-22  Douglas B Rupp  <rupp@gnat.com>
978
979         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME):
980         Do not define for Interix.
981
982 2012-01-22  Jason Merrill  <jason@redhat.com>
983
984         PR c++/51832
985         * g++.dg/lto/pr51832.h: New.
986         * g++.dg/lto/pr51832_0.C: New.
987         * g++.dg/lto/pr51832_1.C: New.
988
989 2012-01-22  Eric Botcazou  <ebotcazou@adacore.com>
990
991         * gcc.dg/ext-elim-1.c: New test.
992
993 2012-01-22  Richard Sandiford  <rdsandiford@googlemail.com>
994
995         PR target/51931
996         * gcc.c-torture/compile/20001226-1.c: Add nomips16 attribute.
997         * g++.dg/opt/longbranch1.C: Likewise.
998
999 2012-01-22  Richard Sandiford  <rdsandiford@googlemail.com>
1000
1001         * g++.old-deja/g++.pt/ptrmem6.C: xfail a test for ARM and MIPS
1002         in C++11 mode.
1003
1004 2012-01-21  Steven G. Kargl  <kargl@gcc.gnu.org>
1005
1006         PR fortran/50556
1007         * gfortran.dg/namelist_74.f90: New test.
1008         * gfortran.dg/namelist_59.f90: Remove SAVE attribute.
1009
1010 2012-01-21  Tobias Burnus  <burnus@net-b.de>
1011
1012         PR fortran/51913
1013         * gfortran.dg/class_47.f90: New.
1014
1015 2012-01-21  Eric Botcazou  <ebotcazou@adacore.com>
1016
1017         * gnat.dg/renaming5.ad[sb]: New test.
1018
1019 2012-01-20  Jason Merrill  <jason@redhat.com>
1020
1021         PR c++/51919
1022         * g++.dg/pch/mangle1.{C,Hs}: Remove.
1023
1024 2012-01-20  Jason Merrill  <jason@redhat.com>
1025
1026         PR c++/51922
1027         * g++.dg/ext/attrib42.C: Require ilp32.
1028
1029 2012-01-20  Jakub Jelinek  <jakub@redhat.com>
1030
1031         PR target/51915
1032         * gcc.target/arm/pr51915.c: New test.
1033
1034 2012-01-20  Cary Coutant  <ccoutant@google.com>
1035             Dodji Seketeli  <dodji@redhat.com>
1036
1037         PR debug/45682
1038         * g++.dg/debug/dwarf2/nested-3.C: New test.
1039
1040 2012-01-20  Paolo Carlini  <paolo.carlini@oracle.com>
1041
1042         PR c++/51402
1043         * g++.dg/template/crash110.C: New.
1044
1045 2012-01-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1046
1047         * gcc.misc-tests/gcov-14.c: Skip on alpha*-dec-osf*.
1048         Remove default options on hppa*-*-hpux*.
1049
1050 2012-01-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1051
1052         * g++.dg/ext/visibility/template9.C: Add dg-require-visibility.
1053
1054 2012-01-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1055
1056         * gcc.c-torture/compile/pr51856.c: New testcase.
1057
1058 2012-01-20  Uros Bizjak  <ubizjak@gmail.com>
1059
1060         * go.test/go-test.exp (go-gc-tests): Pass correctly formatted
1061         options to go_target_compile.
1062
1063 2012-01-20  Kai Tietz  <ktietz@redhat.com>
1064
1065         * g++.dg/torture/pr51344.C: Fix typo.
1066
1067 2012-01-20  Richard Guenther  <rguenther@suse.de>
1068
1069         PR tree-optimization/51903
1070         * g++.dg/torture/pr51903.C: New testcase.
1071
1072 2012-01-20  Tobias Burnus  <burnus@net-b.de>
1073             Janus Weil  <janus@gcc.gnu.org>
1074
1075         PR fortran/51056
1076         * gfortran.dg/use_21.f90: New.
1077
1078 2012-01-20  Jakub Jelinek  <jakub@redhat.com>
1079
1080         PR target/51106
1081         * gcc.dg/torture/pr51106-1.c: New test.
1082         * gcc.dg/torture/pr51106-2.c: New test.
1083
1084 2012-01-19  Kai Tietz  <ktietz@redhat.com>
1085
1086         * g++.dg/torture/pr51344.C: New test.
1087
1088 2012-01-19  Tobias Burnus  <burnus@net-b.de>
1089
1090         PR fortran/51904
1091         * gfortran.dg/intrinsic_size_2.f90: New.
1092
1093 2012-01-19  Jason Merrill  <jason@redhat.com>
1094
1095         PR c++/51889
1096         * g++.dg/inherit/using7.C: New.
1097
1098 2012-01-19  Richard Guenther  <rguenther@suse.de>
1099
1100         PR tree-optimization/37997
1101         * gcc.dg/tree-ssa/ssa-pre-28.c: New testcase.
1102
1103 2012-01-19 Andrey Belevantsev <abel@ispras.ru>
1104
1105         PR rtl-optimization/51505
1106         * gcc.dg/pr51505.c: New test.
1107
1108 2012-01-18  Paul Thomas  <pault@gcc.gnu.org>
1109
1110         PR fortran/51634
1111         * gfortran.dg/typebound_operator_12.f03: New.
1112         * gfortran.dg/typebound_operator_13.f03: New.
1113
1114 2012-01-18  Paolo Carlini  <paolo.carlini@oracle.com>
1115
1116         PR c++/51225
1117         * g++.dg/cpp0x/pr51225.C: New.
1118
1119 2012-01-17  Ian Lance Taylor  <iant@google.com>
1120
1121         PR go/50656
1122         * go.test/go-test.exp (go-gc-tests): Recognize some more test lines.
1123
1124 2012-01-17  Tobias Burnus  <burnus@net-b.de>
1125
1126         PR fortran/51869
1127         * gfortran.dg/realloc_on_assign_9.f90: New.
1128
1129 2012-01-17  Aldy Hernandez  <aldyh@redhat.com>
1130
1131         PR other/51165
1132         * gcc.dg/tm/memopt-3.c: Remove xfail.
1133         * gcc.dg/tm/memopt-4.c: Remove xfail.
1134         * gcc.dg/tm/memopt-5.c: Remove xfail.
1135         * gcc.dg/tm/memopt-7.c: Remove xfail.
1136
1137 2012-01-17  Jakub Jelinek  <jakub@redhat.com>
1138
1139         PR tree-optimization/51877
1140         * gcc.c-torture/execute/pr51877.c: New test.
1141
1142 2012-01-17  Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
1143
1144         * gcc.dg/vect/no-section-anchors-vect-69.c: Change
1145         {!vect_align_arrays} to vect_sizes_32B_16B.
1146         * gcc.dg/vect/vect-multitypes-1.c: Ditto.
1147         * gcc.dg/vect/vect-peel-3.c: Ditto.
1148
1149 2012-01-16  Jason Merrill  <jason@redhat.com>
1150
1151         PR c++/51854
1152         * g++.dg/abi/mangle60.C: New.
1153
1154         PR c++/51827
1155         * g++.dg/pch/mangle1.{C,Hs}: New.
1156
1157 2012-01-16  Mikael Morin  <mikael@gcc.gnu.org>
1158             Tobias Burnus  <burnus@net-b.de>
1159
1160         PR fortran/50981
1161         * gfortran.dg/elemental_optional_args_3.f90: New
1162         * gfortran.dg/elemental_optional_args_4.f90: New
1163
1164 2012-01-16  Tobias Burnus  <burnus@net-b.de>
1165
1166         PR fortran/51809
1167         * gfortran.dg/use_20.f90: New
1168
1169 2012-01-16  Jason Merrill  <jason@redhat.com>
1170
1171         PR c++/51868
1172         * g++.dg/cpp0x/rv-bitfield.C: New.
1173         * g++.dg/cpp0x/rv-bitfield2.C: New.
1174
1175 2012-01-16  Paul Thomas  <pault@gcc.gnu.org>
1176
1177         * gfortran.dg/class_array_3.f03: Remove the explicit loop in
1178         subroutine 'qsort' and use index array to assign the result.
1179
1180 2012-01-16  Jakub Jelinek  <jakub@redhat.com>
1181
1182         PR tree-optimization/51865
1183         * gcc.dg/pr51865.c: New test.
1184
1185 2012-01-15  Richard Sandiford  <rdsandiford@googlemail.com>
1186
1187         * gcc.dg/tree-ssa/ssa-dom-thread-4.c: Expect 4 threaded edges for MIPS.
1188
1189 2012-01-15  Richard Sandiford  <rdsandiford@googlemail.com>
1190
1191         * gcc.target/mips/code-readable-2.c: Allow the jump table address
1192         to be loaded from the constant pool, rather than via %hi and %lo.
1193
1194 2012-01-15  Uros Bizjak  <ubizjak@gmail.com>
1195
1196         PR rtl-optimization/51821
1197         * gcc.dg/pr51821.c: New test.
1198
1199 2012-01-15  Andreas Schwab  <schwab@linux-m68k.org>
1200
1201         * gcc.dg/torture/pr8081.c: Fix char signedness assumption.
1202
1203 2012-01-14  Andreas Schwab  <schwab@linux-m68k.org>
1204
1205         * g++.dg/cpp0x/constexpr-rom.C: Add -G0 where applicable.
1206
1207 2012-01-14  Tobias Burnus  <burnus@net-b.de>
1208
1209         PR fortran/51800
1210         * gfortran.dg/init_flag_8.f90: New.
1211         * gfortran.dg/init_flag_9.f90: New.
1212
1213 2011-01-14  Tobias Burnus  <burnus@net-b.de>
1214
1215         PR fortran/51816
1216         * gfortran.dg/use_18.f90: New.
1217         * gfortran.dg/use_19.f90: New.
1218
1219 2012-01-13  Ian Lance Taylor  <iant@google.com>
1220
1221         PR c++/50012
1222         * g++.dg/warn/Wsign-compare-4.C: New.
1223
1224 2012-01-13  Paul Thomas  <pault@gcc.gnu.org>
1225
1226         PR fortran/48351
1227         * gfortran.dg/alloc_comp_assign.f03: New.
1228         * gfortran.dg/allocatable_scalar_9.f90: Reduce count of
1229         __BUILTIN_FREE from 38 to 32.
1230
1231 2012-01-13  Jason Merrill  <jason@redhat.com>
1232
1233         PR c++/20681
1234         * g++.dg/warn/Wreturn-type-7.C: New.
1235
1236 2012-01-13  Georg-Johann Lay  <avr@gjlay.de>
1237
1238         * gcc.c-torture/execute/20120111-1.c: Fix wrong int = int32_t
1239         assumption.
1240         * g++.dg/ipa/pr51759.C: Fix assumption sizeof(int) > 2.
1241         * gcc.dg/cpp/warn-multichar.c: Fix to work on int=16 platforms.
1242         * gcc.dg/cpp/warn-multichar-2.c: Ditto.
1243         * gcc.dg/debug/dwarf2/pr49871.c: Add dg-require-effective-target
1244         int32plus because of big array needed.
1245         * gcc.dg/pr50527.c: Don't FAIL if sizeof(void*) = 2
1246         * gcc.dg/lto/20090218-2_1.c: Fix prototype of malloc, memcpy.
1247
1248 2012-01-13  Jason Merrill  <jason@redhat.com>
1249
1250         PR c++/51813
1251         * g++.dg/ext/visibility/template9.C: New.
1252
1253         PR c++/51620
1254         * g++.dg/cpp0x/defaulted34.C: New.
1255         * g++.dg/template/virtual3.C: New.
1256
1257 2012-01-13  Richard Guenther  <rguenther@suse.de>
1258
1259         PR middle-end/8081
1260         * gcc.dg/torture/pr8081.c: New testcase.
1261
1262 2012-01-13  Georg-Johann Lay  <avr@gjlay.de>
1263
1264         * gcc.dg/pr46309.c: Set branch cost to greater 1 for avr.
1265
1266 2012-01-12  Jason Merrill  <jason@redhat.com>
1267
1268         PR c++/51714
1269         * g++.dg/ext/stmtexpr14.C: New.
1270
1271 2012-01-13  Dodji Seketeli  <dodji@redhat.com>
1272
1273         PR c++/51633
1274         * g++.dg/cpp0x/constexpr-diag4.C: New test.
1275
1276 2012-01-12  Jason Merrill  <jason@redhat.com>
1277
1278         PR c++/48051
1279         * g++.dg/abi/mangle48.C: Test qualified-names, too.
1280         * g++.dg/abi/mangle58.C: Likewise.
1281
1282         PR c++/51403
1283         * g++.dg/template/arg8.C: New.
1284
1285 2012-01-12  Ira Rosen  <irar@il.ibm.com>
1286
1287         PR tree-optimization/51799
1288         * gcc.dg/vect/pr51799.c: New test.
1289         * gcc.dg/vect/vect-widen-shift-u8.c: Expect two widening shift
1290         patterns.
1291
1292 2012-01-12  Dominique d'Humieres  <dominiq@lps.ens.fr>
1293             Tobias Burnus  <burnus@net-b.de>
1294
1295         PR fortran/51057
1296         PR fortran/51616
1297         * lib/target-supports.exp
1298         (check_effective_target_fortran_largest_fp_has_sqrt): New.
1299         * gfortran.dg/quad_2.f90: Use it, add pattern for IBM's real(16).
1300
1301 2012-01-11  Jason Merrill  <jason@redhat.com>
1302
1303         PR c++/51565
1304         * g++.dg/ext/attrib42.C: New.
1305
1306 2012-01-11  Jakub Jelinek  <jakub@redhat.com>
1307
1308         PR bootstrap/51796
1309         * gcc.dg/pr51796.c: New test.
1310
1311 2012-01-11  Jason Merrill  <jason@redhat.com>
1312
1313         PR c++/51818
1314         * g++.dg/cpp0x/lambda/lambda-mangle3.C: New.
1315
1316 2012-01-11  Eric Botcazou  <ebotcazou@adacore.com>
1317
1318         * gnat.dg/array19.ad[sb]: New test.
1319
1320 2012-01-11  Eric Botcazou  <ebotcazou@adacore.com>
1321
1322         * gnat.dg/opt23.ad[sb]: New test.
1323         * gnat.dg/opt23_pkg.ad[sb]: New helper.
1324         * gnat.dg/opt24.ad[sb]: New test.
1325
1326 2012-01-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1327
1328         PR tree-optimization/49642
1329         * gcc.dg/tree-ssa/pr49642-1.c: New test.
1330         * gcc.dg/tree-ssa/pr49642-2.c: New test.
1331
1332 2012-01-11  Jason Merrill  <jason@redhat.com>
1333
1334         PR c++/51613
1335         * g++.dg/template/explicit-args5.C: New.
1336
1337 2012-01-11  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1338
1339         * gcc.c-torture/execute/20120110-1.c: New testcase.
1340
1341 2012-01-10  Jason Merrill  <jason@redhat.com>
1342
1343         PR c++/51614
1344         * g++.dg/inherit/ambig1.C: New.
1345
1346         PR c++/51433
1347         * g++.dg/cpp0x/constexpr-cache1.C: New.
1348
1349 2012-01-10  Richard Guenther  <rguenther@suse.de>
1350
1351         PR tree-optimization/51801
1352         * gcc.dg/torture/pr51801.c: New testcase.
1353
1354 2012-01-10  Tobias Burnus  <burnus@net-b.de>
1355
1356         PR fortran/51652
1357         * gfortran.dg/allocate_with_typespec_5.f90: New.
1358
1359 2012-01-10  Tobias Burnus  <burnus@net-b.de>
1360
1361         * gfortran.dg/class_39.f03: Update dg-error string.
1362
1363 2012-01-10  Richard Guenther  <rguenther@suse.de>
1364
1365         PR tree-optimization/50913
1366         * gcc.dg/graphite/interchange-16.c: New testcase.
1367         * gcc.dg/graphite/scop-20.c: XFAIL.
1368         * gfortran.dg/graphite/interchange-1.f: Likewise.
1369         * gfortran.dg/graphite/block-1.f90: Likewise.
1370         * gfortran.dg/graphite/block-2.f: Likewise.
1371
1372 2012-01-10  Richard Henderson  <rth@redhat.com>
1373
1374         * lib/target-supports.exp (check_effective_target_vect_perm,
1375         check_effective_target_vect_perm_byte,
1376         check_effective_target_vect_perm_short): Enable for arm neon.
1377
1378 2012-01-09  Tobias Burnus  <burnus@net-b.de>
1379
1380         PR fortran/46328
1381         * gfortran.dg/typebound_operator_11.f90: New.
1382
1383 2012-01-09  Eric Botcazou  <ebotcazou@adacore.com>
1384
1385         * gnat.dg/array18.adb: New test.
1386         * gnat.dg/array18_pkg.ads: New helper.
1387
1388 2012-01-09  Paul Thomas  <pault@gcc.gnu.org>
1389
1390         PR fortran/51791
1391         * gfortran.dg/typebound_operator_7.f03: Insert parentheses
1392         around base object in first assignment in main program.
1393         * gfortran.dg/typebound_operator_10.f03: New test.
1394
1395 2012-01-09  Martin Jambor  <mjambor@suse.cz>
1396
1397         PR tree-optimization/51759
1398         * g++.dg/ipa/pr51759.C: New test.
1399
1400 2012-01-09  Tobias Burnus  <burnus@net-b.de>
1401
1402         PR fortran/51758
1403         * gfortran.dg/optional_absent_2.f90: New.
1404
1405 2012-01-09  Tobias Burnus  <burnus@net-b.de>
1406
1407         PR fortran/51578
1408         * gfortran.dg/use_17.f90: New.
1409
1410 2012-01-09  Gary Funck  <gary@intrepid.com>
1411
1412         PR preprocessor/33919
1413         * gcc.dg/pr33919.c: New test.
1414         * gcc.dg/pr33919-0.h: New test header file.
1415         * gcc.dg/pr33919-1.h: Ditto.
1416         * gcc.dg/pr33919-2.h: Ditto.
1417
1418 2012-01-07  Jan Hubicka  <jh@suse.cz>
1419
1420         PR tree-optimize/51694
1421         * gcc.c-torture/compile/pr51694.c: new testcase.
1422
1423 2012-01-07  Jan Hubicka  <jh@suse.cz>
1424
1425         PR tree-optimization/51600
1426         * g++.dg/torture/pr51600.C: New testcase.
1427
1428 2012-01-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1429
1430         PR gcov-profile/51715
1431         PR gcov-profile/51717
1432         * gcc.misc-tests/gcov-13.c: Skip on 32-bit hppa*-*-hpux*.
1433         * gcc.misc-tests/gcov-14.c: Likewise.
1434
1435 2012-01-06  Jason Merrill  <jason@redhat.com>
1436
1437         * g++.dg/parse/new5.C: New.
1438
1439 2012-01-06  Patrick Marlier  <patrick.marlier@gmail.com>
1440
1441         PR testsuite/51655
1442         * c-c++-common/tm/memcpy-1.c: Declare memcpy instead of
1443         including <string.h>.
1444
1445 2012-01-06  Jason Merrill  <jason@redhat.com>
1446
1447         * g++.dg/abi/mangle51.C: New.
1448         * g++.dg/abi/mangle52.C: New.
1449         * g++.dg/abi/mangle53.C: New.
1450         * g++.dg/abi/mangle54.C: New.
1451         * g++.dg/abi/mangle55.C: New.
1452         * g++.dg/abi/mangle56.C: New.
1453         * g++.dg/abi/mangle57.C: New.
1454         * g++.dg/abi/mangle58.C: New.
1455         * g++.dg/abi/mangle59.C: New.
1456         * g++.dg/cpp0x/trailing3.C: Update mangling.
1457         * g++.dg/cpp0x/variadic111.C: Update mangling.
1458         * g++.dg/cpp0x/variadic4.C: Update mangling.
1459         * g++.dg/cpp0x/variadic42.C: Pass -fabi-version=5.
1460         * g++.dg/template/nontype22.C: Works now.
1461         * g++.dg/template/pr35240.C: Works now.
1462
1463         * g++.dg/cpp0x/error7.C: New.
1464
1465 2012-01-06  Tobias Burnus <burnus@net-b.de>
1466
1467         * gfortran.dg/deallocate_stat_2.f90: New.
1468         * coarray/allocate_errgmsg.f90: New.
1469         * gfortran.dg/coarray_lib_alloc_1.f90: New.
1470         * gfortran.dg/coarray_lib_alloc_2.f90: New.
1471         * coarray/subobject_1.f90: Fix for num_images > 1.
1472         * gfortran.dg/deallocate_stat.f90: Update due to changed
1473         stat= handling.
1474
1475 2012-01-06  Andrew Stubbs  <ams@codesourcery.com>
1476
1477         * gcc.target/arm/headmerge-2.c: Adjust scan pattern.
1478
1479 2012-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1480
1481         * ada/acats/overflow.lst: Add cb20004.
1482
1483 2012-01-05  Dodji Seketeli  <dodji@redhat.com>
1484
1485         PR c++/51541
1486         * g++.dg/cpp0x/alias-decl-18.C: New test.
1487
1488 2012-01-05  Eric Botcazou  <ebotcazou@adacore.com>
1489
1490         * gcc.c-torture/execute/20120104-1.c: New test.
1491
1492 2012-01-05  Paul Thomas  <pault@gcc.gnu.org>
1493
1494         PR fortran/PR48946
1495         * gfortran.dg/typebound_operator_9.f03: This is now a copy of
1496         the old typebound_operator_8.f03.
1497         * gfortran.dg/typebound_operator_8.f03: New version of
1498         typebound_operator_7.f03 with 'u' a derived type instead of a
1499         class object.
1500
1501 2012-01-05  Richard Guenther  <rguenther@suse.de>
1502
1503         * g++.dg/torture/pr49309.C: Skip for -flto.
1504
1505 2012-01-05  Jakub Jelinek  <jakub@redhat.com>
1506
1507         PR middle-end/51761
1508         * gcc.c-torture/compile/pr51761.c: New test.
1509
1510 2012-01-05  Richard Guenther  <rguenther@suse.de>
1511
1512         PR tree-optimization/51760
1513         * gcc.dg/torture/pr51760.c: New testcase.
1514
1515 2012-01-05  Aldy Hernandez  <aldyh@redhat.com>
1516
1517         PR middle-end/51472
1518         * gcc.dg/tm/memopt-6.c: Adjust regexp.
1519
1520 2012-01-05  Richard Guenther  <rguenther@suse.de>
1521
1522         PR lto/41576
1523         * gfortran.dg/lto/pr41576_0.f90: New testcase.
1524         * gfortran.dg/lto/pr41576_1.f90: Likewise.
1525
1526 2012-01-04  Jakub Jelinek  <jakub@redhat.com>
1527
1528         PR debug/51695
1529         * gcc.dg/pr51695.c: New test.
1530
1531 2012-01-04  Andrew Pinski  <apinski@cavium.com>
1532
1533         * gcc.target/mips/mips64-dsp-ldx1.c: New test.
1534         * gcc.target/mips/octeon2-lx-1.c: New test.
1535         * gcc.target/mips/mips64-dsp-ldx.c: New test.
1536         * gcc.target/mips/octeon2-lx-2.c: New test.
1537         * gcc.target/mips/octeon2-lx-3.c: New test.
1538
1539 2012-01-04  Patrick Marlier  <patrick.marlier@gmail.com>
1540
1541         PR other/51163
1542         PR other/51164
1543         * gcc.dg/tm/alias-1.c:  Adjust regexp.
1544         * gcc.dg/tm/alias-2.c:  Adjust regexp.
1545
1546 2012-01-04  Paolo Carlini  <paolo.carlini@oracle.com>
1547
1548         PR c++/51064
1549         * g++.dg/warn/Wparentheses-26.C: New.
1550
1551 2012-01-04  Mikael Morin  <mikael@gcc.gnu.org>
1552
1553         * gfortran.dg/elemental_optional_args_2.f90: New test.
1554
1555 2012-01-04  Thomas Koenig  <tkoenig@gcc.gnu.org>
1556
1557         PR fortran/49693
1558         * gfortran.dg/common_17.f90:  New test.
1559
1560 2012-01-04  Richard Guenther  <rguenther@suse.de>
1561
1562         PR tree-optimization/49651
1563         * gcc.dg/tree-ssa/pta-ptrarith-1.c: Adjust.
1564         * gcc.dg/tree-ssa/pta-ptrarith-2.c: Likewise.
1565
1566 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
1567
1568         PR c++/51738
1569         * g++.dg/cpp0x/initlist-postfix-open-square.C: New.
1570
1571 2012-01-03  Andrew Pinski  <apinski@cavium.com>
1572
1573         * lib/scanasm.exp (dg-function-on-line): Always use a special format
1574         for all mips targets.  Also allow an optional .cfi_startproc.
1575
1576 2012-01-03  Uros Bizjak  <ubizjak@gmail.com>
1577
1578         * gfortran.dg/typebound_operator_8.f03: Use dg-add-options ieee.
1579
1580 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
1581
1582         PR c++/29273
1583         * g++.dg/rtti/dyncast5.C: New.
1584
1585 2012-01-03  Richard Guenther  <rguenther@suse.de>
1586
1587         PR tree-optimization/51070
1588         * gcc.dg/torture/pr51070-2.c: New testcase.
1589
1590 2012-01-03  Richard Guenther  <rguenther@suse.de>
1591
1592         PR tree-optimization/51692
1593         * gcc.dg/torture/pr51692.c: New testcase.
1594
1595 2012-01-03  Richard Guenther  <rguenther@suse.de>
1596
1597         PR debug/51650
1598         * g++.dg/lto/pr51650-3_0.C: New testcase.
1599
1600 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
1601
1602         PR c++/15867
1603         * g++.dg/warn/Wredundant-decls-spec.C: New.
1604
1605 2012-01-03  Jakub Jelinek  <jakub@redhat.com>
1606
1607         PR tree-optimization/51719
1608         * g++.dg/tree-prof/pr51719.C: New test.
1609
1610 2012-01-03  Richard Guenther  <rguenther@suse.de>
1611
1612         PR middle-end/51730
1613         * gcc.dg/fold-compare-6.c: New testcase.
1614
1615 2012-01-03  Jakub Jelinek  <jakub@redhat.com>
1616
1617         PR c++/51669
1618         * g++.dg/gomp/pr51669.C: New test.
1619
1620 2012-01-02  Jason Merrill  <jason@redhat.com>
1621
1622         PR c++/51675
1623         * g++.dg/cpp0x/constexpr-union2.C: New.
1624
1625         PR c++/51666
1626         * g++.dg/cpp0x/nsdmi-defer5.C: New.
1627
1628 2012-01-02  Dodji Seketeli  <dodji@redhat.com>
1629
1630         PR c++/51462
1631         * g++.dg/cpp0x/constexpr-99.C: New test.
1632
1633 2012-01-02  Paolo Carlini  <paolo.carlini@oracle.com>
1634
1635         PR c++/20140
1636         * g++.dg/template/init9.C: New.
1637
1638 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
1639
1640         * gcc.dg/memcpy-4.c: Add nomips16 attribute for MIPS targets.
1641         Increase copy to 5 bytes.  Look for at least two "mem/s/u"s,
1642         rather than a specific number.
1643
1644 2012-01-02  Paul Thomas  <pault@gcc.gnu.org>
1645
1646         PR fortran/46262
1647         PR fortran/46328
1648         PR fortran/51052
1649         * gfortran.dg/typebound_operator_7.f03: New.
1650         * gfortran.dg/typebound_operator_8.f03: New.
1651
1652 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
1653
1654         PR target/51729
1655         * gcc.target/mips/dspr2-MULT.c: Remove -ffixed-hi -ffixed-lo.
1656         XFAIL.
1657         * gcc.target/mips/dspr2-MULTU.c: Likewise.
1658
1659 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
1660
1661         * gcc.dg/pr46309.c: Add -mtune=octeon2 for MIPS.
1662
1663 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
1664
1665         * g++.dg/cpp0x/constexpr-rom.C: Look for .rdata rather than rodata
1666         for MIPS.
1667
1668 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
1669
1670         * gfortran.dg/io_real_boz_3.f90: Require fortran_real_16.
1671         * gfortran.dg/io_real_boz_4.f90: Likewise.
1672         * gfortran.dg/io_real_boz_5.f90: Likewise.
1673
1674 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
1675
1676         * g++.dg/opt/devirt2.C: Add -mno-abicalls for MIPS.
1677
1678 2012-01-02  Revital Eres  <revital.eres@linaro.org>
1679
1680         * gcc.dg/sms-11.c: New file.
1681
1682 2012-01-02  Tobias Burnus  <burnus@net-b.de>
1683
1684         PR fortran/51682
1685         * gfortran.dg/coarray/image_index_3.f90: New.
1686
1687 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
1688
1689         PR c++/16603
1690         * g++.dg/parse/enum8.C: New.
1691
1692 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
1693
1694         PR c++/51379
1695         * g++.dg/conversion/reinterpret4.C: New.
1696         * g++.dg/conversion/reinterpret1.C: Adjust.
1697
1698 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
1699
1700         * g++.dg/cpp0x/constexpr-delegating2.C: Add missing piece.
1701
1702 2012-01-01  Fabien ChĂȘne  <fabien@gcc.gnu.org>
1703
1704         * g++.old-deja/g++.brendan/crash25.C: Adjust.
1705         * g++.old-deja/g++.brendan/crash56.C: Likewise.
1706         * g++.old-deja/g++.jason/access14.C: Likewise.
1707         * g++.old-deja/g++.jason/access8.C: Likewise.
1708         * g++.old-deja/g++.jason/access1.C: Likewise.
1709         * g++.old-deja/g++.other/access3.C: Likewise.
1710         * g++.old-deja/g++.other/access5.C: Likewise.
1711         * g++.old-deja/g++.law/unsorted1.C: Likewise.
1712         * g++.old-deja/g++.law/visibility22.C: Likewise.
1713         * g++.old-deja/g++.law/visibility26.C: Likewise.
1714         * g++.old-deja/g++.mike/p2746.C: Likewise.
1715         * g++.dg/debug/using1.C: Likewise.
1716         * g++.dg/lookup/using51.C: Likewise.
1717         * g++.dg/inherit/using5.C: Likewise.
1718         * g++.dg/inherit/pr30297.C: Likewise.
1719         * g++.dg/inherit/access8.C: Likewise.
1720         * g++.dg/torture/pr39362.C: Likewise.
1721         * g++.dg/template/crash13.C: Likewise.
1722         * g++.dg/template/using10.C: Likewise.
1723
1724 2012-01-01  Thomas Koenig  <tkoenig@gcc.gnu.org>
1725
1726         PR fortran/51502
1727         * lib/gcc-dg.exp (scan-module-absence):  Really commit last
1728         change.
1729
1730 2012-01-01  Ira Rosen  <irar@il.ibm.com>
1731
1732         PR tree-optimization/51704
1733         * gfortran.dg/vect/no-fre-no-copy-prop-O3-pr51704.f90: New.
1734         * gfortran.dg/vect/vect.exp: Run no-fre-no-copy-prop-O3-* with
1735         corresponding flags.
1736
1737 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
1738
1739         PR c++/51723
1740         * g++.dg/cpp0x/constexpr-delegating2.C: New.
1741
1742 2012-01-01  Jan Hubicka  <jh@suse.cz>
1743
1744         PR rtl-optimization/51069
1745         * gcc.c-torture/compile/pr51069.c: New testcase.
1746
1747 2012-01-01  Jakub Jelinek  <jakub@redhat.com>
1748
1749         PR tree-optimization/51683
1750         * gcc.dg/pr51683.c: New test.
1751 \f
1752 Copyright (C) 2012 Free Software Foundation, Inc.
1753
1754 Copying and distribution of this file, with or without modification,
1755 are permitted in any medium without royalty provided the copyright
1756 notice and this notice are preserved.