OSDN Git Service

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