OSDN Git Service

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