OSDN Git Service

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