OSDN Git Service

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