OSDN Git Service

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