OSDN Git Service

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