OSDN Git Service

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