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