re PR c++/52845 (non-void return type deduced for lambda with empty compound statement)
[gcc.git] / gcc / testsuite / ChangeLog
1 2012-04-04 Jason Merrill <jason@redhat.com>
2
3 PR c++/52845
4 * g++.dg/cpp0x/lambda/lambda-warn4.C: New.
5
6 2012-04-03 Jason Merrill <jason@redhat.com>
7
8 PR c++/52796
9 * g++.dg/cpp0x/variadic-value1.C: New.
10
11 2012-04-03 Eric Botcazou <ebotcazou@adacore.com>
12
13 * gnat.dg/pack18.adb: New test.
14 * gnat.dg/pack18_pkg.ads: New helper.
15
16 2012-04-03 Richard Guenther <rguenther@suse.de>
17
18 PR tree-optimization/52808
19 * gcc.dg/pr52808.c: New testcase.
20
21 2012-04-03 Jakub Jelinek <jakub@redhat.com>
22
23 PR tree-optimization/52835
24 * gfortran.dg/pr52835.f90: New test.
25
26 2012-04-03 Eric Botcazou <ebotcazou@adacore.com>
27
28 * gnat.dg/specs/aggr5.ads: New test.
29
30 2012-04-02 Richard Guenther <rguenther@suse.de>
31
32 PR tree-optimization/52756
33 * gcc.dg/torture/pr52756.c: New testcase.
34
35 2012-04-02 Richard Guenther <rguenther@suse.de>
36
37 PR middle-end/52803
38 * gcc.dg/pr52803.c: New testcase.
39
40 2012-04-02 Dodji Seketeli <dodji@redhat.com>
41
42 PR c++/40942
43 * g++.old-deja/g++.pt/spec40.C: Adjust to take the resolution of
44 DR 214 in account.
45
46 2012-04-01 Paolo Carlini <paolo.carlini@oracle.com>
47
48 PR c++/50043
49 * g++.dg/cpp0x/noexcept17.C: New.
50 * g++.old-deja/g++.eh/cleanup1.C: Adjust.
51 * g++.dg/tree-ssa/ehcleanup-1.C: Likewise.
52 * g++.dg/cpp0x/noexcept01.C: Likewise.
53 * g++.dg/eh/init-temp1.C: Likewise.
54 * g++.dg/eh/ctor1.C: Likwise.
55
56 2012-03-31 Eric Botcazou <ebotcazou@adacore.com>
57
58 * gnat.dg/controlled6.adb: New test.
59 * gnat.dg/controlled6_pkg.ads: New helper.
60 * gnat.dg/controlled6_pkg-iterators.ad[sb]: Likewise.
61
62 2012-03-30 Richard Henderson <rth@redhat.com>
63
64 PR debug/52727
65 * g++.dg/opt/pr52727.C: New testcase.
66
67 2012-03-30 Richard Guenther <rguenther@suse.de>
68
69 PR tree-optimization/52754
70 * gcc.target/i386/pr52754.c: New testcase.
71
72 2012-03-30 Richard Guenther <rguenther@suse.de>
73
74 PR middle-end/52772
75 * g++.dg/torture/pr52772.C: New testcase.
76
77 2012-03-29 Paolo Carlini <paolo.carlini@oracle.com>
78
79 PR c++/52718
80 * g++.dg/warn/Wzero-as-null-pointer-constant-5.C: New.
81
82 2012-03-29 Jason Merrill <jason@redhat.com>
83
84 PR c++/52685
85 * g++.dg/template/inherit8.C: New.
86
87 2012-03-29 Jakub Jelinek <jakub@redhat.com>
88
89 PR c++/52759
90 * g++.dg/ext/weak4.C: New test.
91
92 PR tree-optimization/52760
93 * gcc.c-torture/execute/pr52760.c: New test.
94
95 2012-03-29 Jason Merrill <jason@redhat.com>
96
97 PR c++/52743
98 * g++.dg/cpp0x/initlist-array3.C: New.
99
100 2012-03-28 Jason Merrill <jason@redhat.com>
101
102 PR c++/52746
103 * g++.dg/overload/virtual2.C: New.
104
105 2012-03-28 Eric Botcazou <ebotcazou@adacore.com>
106
107 * gnat.dg/vect7.ad[sb]: New test.
108
109 2012-03-28 Paul Thomas <pault@gcc.gnu.org>
110 Tobias Burnus <burnus@gcc.gnu.org>
111
112 PR fortran/52652
113 * gfortran.dg/allocate_class_1.f90 : Change error test.
114 * gfortran.dg/allocate_with_typespec_4.f90 : Change error test.
115 * gfortran.dg/allocate_alloc_opt_1.f90 : Change error test.
116 * gfortran.dg/deallocate_alloc_opt_1.f90 : Change error test.
117
118 2012-03-28 Jakub Jelinek <jakub@redhat.com>
119
120 PR middle-end/52691
121 * gcc.dg/pr52691.c: New test.
122
123 PR middle-end/52750
124 * gcc.c-torture/compile/pr52750.c: New test.
125
126 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
127
128 PR target/52692
129 * gcc.target/avr/torture/builtins-2.c: New test.
130
131 2012-03-28 Jakub Jelinek <jakub@redhat.com>
132
133 PR target/52736
134 * gcc.target/i386/pr52736.c: New test.
135
136 2012-03-27 Martin Jambor <mjambor@suse.cz>
137
138 PR middle-end/52693
139 * gcc.dg/torture/pr52693.c: New test.
140
141 2012-03-27 Meador Inge <meadori@codesourcery.com>
142
143 PR c++/52672
144 * g++.dg/cpp0x/constexpr-52672.C: New testcase.
145
146 2012-03-27 Mike Stump <mikestump@comcast.net>
147
148 PR target/52665
149 * gcc.target/i386/pr28946.c: Use -fno-ident to avoid spurious
150 failures that match branch names.
151
152 2012-03-27 Uros Bizjak <ubizjak@gmail.com>
153 H.J. Lu <hongjiu.lu@intel.com>
154
155 PR target/52698
156 * gcc.target/i386/pr52698.c: New test.
157
158 2012-03-27 Richard Guenther <rguenther@suse.de>
159
160 PR middle-end/52720
161 * gcc.dg/torture/pr52720.c: New testcase.
162
163 2012-03-27 Eric Botcazou <ebotcazou@adacore.com>
164
165 * gnat.dg/pack17.adb: New test.
166
167 2012-03-27 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
168
169 * gcc.target/arm/thumb-ifcvt.c: Only run for -mthumb.
170 * gcc.target/arm/thumb-16bit-ops.c: Likewise.
171
172 2012-03-26 Martin Jambor <mjambor@suse.cz>
173
174 PR tree-optimization/50052
175 * gcc.dg/ipa/ipa-sra-2.c: Also run on strict-alignment platforms.
176
177 2012-03-26 Richard Guenther <rguenther@suse.de>
178
179 PR tree-optimization/52701
180 * gfortran.dg/pr52701.f90: New testcase.
181
182 2012-03-26 Ulrich Weigand <ulrich.weigand@linaro.org>
183
184 PR tree-optimization/52686
185 * gcc.target/arm/pr52686.c: New test.
186
187 2012-03-26 Georg-Johann Lay <avr@gjlay.de>
188
189 * gcc.target/avr/torture/avr-torture.exp (AVR_TORTURE_OPTIONS):
190 Add "-Os -flto" to list.
191
192 2012-03-25 Eric Botcazou <ebotcazou@adacore.com>
193
194 * gnat.dg/concat2.ad[sb]: New test.
195
196 2012-03-24 Jason Merrill <jason@redhat.com>
197
198 * g++.dg/cpp0x/auto3.C: Compile with -pedantic-errors.
199 * g++.dg/cpp0x/trailing2.C: Likewise.
200 * g++.dg/warn/pr23075.C: Change dg-warning to dg-bogus.
201 * g++.dg/cpp1y/auto-fn1.C: New.
202 * g++.dg/cpp1y/auto-fn2.C: New.
203 * g++.dg/cpp1y/auto-fn3.C: New.
204 * g++.dg/cpp1y/auto-fn4.C: New.
205 * g++.dg/cpp1y/auto-fn5.C: New.
206 * g++.dg/cpp1y/auto-fn6.C: New.
207 * g++.dg/cpp1y/auto-fn7.C: New.
208 * g++.dg/cpp1y/auto-fn8.C: New.
209 * g++.dg/cpp1y/auto-fn9.C: New.
210 * g++.dg/cpp1y/auto-fn10.C: New.
211 * g++.dg/cpp1y/auto-fn11.C: New.
212
213 2012-03-23 Richard Guenther <rguenther@suse.de>
214
215 PR tree-optimization/52678
216 * gfortran.dg/pr52678.f: New testcase.
217
218 2012-03-23 Richard Guenther <rguenther@suse.de>
219
220 PR tree-optimization/52638
221 * g++.dg/torture/pr52638.C: New testcase.
222
223 2012-03-22 Paolo Carlini <paolo.carlini@oracle.com>
224
225 PR c++/52487
226 * g++.dg/cpp0x/lambda/lambda-ice7.C: New.
227
228 2012-03-22 Jakub Jelinek <jakub@redhat.com>
229
230 PR c++/52671
231 * g++.dg/ext/attrib44.C: New test.
232
233 2012-03-22 Jan Hubicka <jh@suse.cz>
234
235 PR middle-end/51737
236 * g++.dg/torture/pr51737.C: New testcase
237
238 2012-03-22 Richard Guenther <rguenther@suse.de>
239
240 PR tree-optimization/52548
241 * gcc.dg/tree-ssa/ssa-pre-29.c: New testcase.
242
243 2012-03-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
244
245 * lib/fortran-modules.exp (list-module-names-1): Remove
246 warning.
247
248 2012-03-21 Oleg Endo <olegendo@gcc.gnu.org>
249
250 PR target/50751
251 * gcc/target/sh/pr50751-1.c: New.
252 * gcc/target/sh/pr50751-2.c: New.
253 * gcc/target/sh/pr50751-3.c: New.
254
255 2012-03-21 Oleg Endo <olegendo@gcc.gnu.org>
256
257 PR target/52479
258 * gcc.target/sh/sh4a-cos.c: Remove.
259 * gcc.target/sh/sh4a-sin.c: Remove.
260 * gcc.target/sh/sh4a-sincos.c: Remove.
261
262 2012-03-21 Richard Earnshaw <rearnsha@arm.com>
263
264 * gcc.target/arm/neon/vgetQ_laneu64.c: Regenerated.
265 * gcc.target/arm/neon/vgetQ_lanes64.c: Likewise.
266
267 2012-03-21 Martin Jambor <mjambor@suse.cz>
268
269 PR testsuite/52641
270 * gcc.dg/misaligned-expand-1.c (cst): Cast to int.
271 * gcc.dg/misaligned-expand-2.c (cst): Likewise.
272
273 2012-03-21 Andrew Stubbs <ams@codesourcery.com>
274
275 * gcc.target/arm/thumb-16bit-ops.c: New file.
276 * gcc.target/arm/thumb-ifcvt.c: New file.
277
278 2012-03-20 Jason Merrill <jason@redhat.com>
279
280 * lib/target-supports.exp: Add { target c++1y }.
281
282 * g++.dg/cpp0x/auto32.C: New.
283
284 2012-03-20 Georg-Johann Lay <avr@gjlay.de>
285
286 PR testsuite/52641
287 * gcc.dg/torture/pr48124-1.c: Add dg-require-effective-target
288 int32plus.
289 * gcc.dg/torture/pr48124-4.c: Ditto:
290 * gcc.dg/torture/pr52530.c: Use long instead of int if int=16.
291
292 2012-03-20 Jason Merrill <jason@redhat.com>
293
294 PR c++/52510
295 * g++.dg/cpp0x/initlist66.C: New.
296
297 2012-03-20 Georg-Johann Lay <avr@gjlay.de>
298
299 * gcc.target/avr/progmem.h (pgm_read_char): Define depending on
300 __AVR_HAVE_LPMX__
301
302 2012-03-20 Georg-Johann Lay <avr@gjlay.de>
303
304 PR target/49868
305 * gcc.target/avr/torture/addr-space-2.h: New file.
306 * gcc.target/avr/torture/addr-space-2-g.h: New test.
307 * gcc.target/avr/torture/addr-space-2-0.h: New test.
308 * gcc.target/avr/torture/addr-space-2-1.h: New test.
309 * gcc.target/avr/torture/addr-space-2-x.h: New test.
310
311 2012-03-20 Richard Guenther <rguenther@suse.de>
312
313 * gnat.dg/pack16.adb: New testcase.
314 * gnat.dg/pack16_pkg.ads: Likewise.
315 * gnat.dg/specs/pack8.ads: Likewise.
316 * gnat.dg/specs/pack8_pkg.ads: Likewise.
317
318 2012-03-19 Paolo Carlini <paolo.carlini@oracle.com>
319
320 * g++.dg/warn/Wuseless-cast.C: Extend.
321
322 2012-03-19 Paolo Carlini <paolo.carlini@oracle.com>
323
324 PR c++/14710
325 * g++.dg/warn/Wuseless-cast.C: New.
326
327 2012-03-17 Janne Blomqvist <jb@gcc.gnu.org>
328
329 PR libfortran/52608
330 * gfortran.dg/pr52608.f90: New test.
331
332 2012-03-17 Tobias Burnus <burnus@net-b.de>
333
334 PR fortran/52585
335 * gfortran.dg/proc_ptr_36.f90: New.
336
337 2012-03-16 Martin Jambor <mjambor@suse.cz>
338
339 * gcc.dg/misaligned-expand-1.c: New test.
340 * gcc.dg/misaligned-expand-3.c: Likewise.
341
342 2012-03-16 Richard Guenther <rguenther@suse.de>
343 Kai Tietz <ktietz@redhat.com>
344
345 PR middle-end/48814
346 * gcc.c-torture/execute/pr48814-1.c: New test.
347 * gcc.c-torture/execute/pr48814-2.c: New test.
348 * gcc.dg/tree-ssa/assign-1.c: New test.
349 * gcc.dg/tree-ssa/assign-2.c: New test.
350 * gcc.dg/tree-ssa/assign-3.c: New test.
351
352 2012-03-16 Richard Guenther <rguenther@suse.de>
353
354 * gnat.dg/specs/pack7.ads: New testcase.
355
356 2012-03-15 Jakub Jelinek <jakub@redhat.com>
357
358 PR target/52568
359 * gcc.dg/torture/vshuf-4.inc: Add two new tests.
360 * gcc.dg/torture/vshuf-8.inc: Likewise.
361 * gcc.dg/torture/vshuf-16.inc: Likewise.
362 * gcc.dg/torture/vshuf-32.inc: Likewise.
363
364 2012-03-15 Jason Merrill <jason@redhat.com>
365
366 * g++.dg/torture/pr52582.C: New.
367
368 2012-03-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
369
370 * lib/fortran-modules.exp: New file which was forgotten in r185430.
371
372 2012-03-15 Ira Rosen <irar@il.ibm.com>
373 Ulrich Weigand <ulrich.weigand@linaro.org>
374
375 * gcc.dg/vect/slp-cond-3.c: New test.
376 * gcc.dg/vect/slp-cond-4.c: New test.
377
378 2012-03-15 Ira Rosen <irar@il.ibm.com>
379 Ulrich Weigand <ulrich.weigand@linaro.org>
380
381 * gcc.dg/vect/bb-slp-pattern-1.c: New test.
382 * gcc.dg/vect/bb-slp-pattern-2.c: New test.
383
384 2012-03-15 Janne Blomqvist <jb@gcc.gnu.org>
385
386 PR libfortran/52434
387 PR libfortran/48878
388 PR libfortran/38199
389 * gfortran.dg/edit_real_1.f90: Don't assume roundTiesToAway.
390 * gfortran.dg/round_1.f03: Likewise.
391
392 2012-03-15 Jakub Jelinek <jakub@redhat.com>
393 Andrew Pinski <apinski@cavium.com>
394
395 PR middle-end/52592
396 * gcc.dg/pr52592.c: New test.
397
398 2012-03-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
399
400 * gfortran.fortran-torture/compile/compile.exp: Simplify.
401 * gfortran.fortran-torture/execute/execute.exp: Likewise.
402 * lib/gcc-dg.exp (cleanup-modules): Move to ..
403 * lib/fortran-modules.exp: .. this new file. Adjust users.
404 * lib/gfortran-dg.exp (gfortran-dg-runtest,
405 gfortran-dg-debug-runtest): Call cleanup-modules.
406 * lib/fortran-torture.exp (fortran-torture-execute,
407 fortran-torture): Likewise.
408 * gfortran.dg/coarray/caf.exp: Likewise.
409 * lib/lto.exp: Likewise.
410 * gfortran.dg/class_4a.f03: Adjust cleanup-modules and keep-modules.
411 * gfortran.dg/class_4b.f03: Likewise.
412 * gfortran.dg/class_4c.f03: Likewise.
413 * gfortran.dg/class_45a.f03: Likewise.
414 * gfortran.dg/binding_label_tests_10.f03: Likewise.
415 * gfortran.dg/binding_label_tests_10_main.f03: Likewise.
416 * gfortran.dg/binding_label_tests_11.f03: Likewise.
417 * gfortran.dg/binding_label_tests_11_main.f03: Likewise.
418 * gfortran.dg/binding_label_tests_13.f03: Likewise.
419 * gfortran.dg/binding_label_tests_13_main.f03: Likewise.
420 * gfortran.dg/test_common_binding_labels_2.f03: Likewise.
421 * gfortran.dg/test_common_binding_labels_2_main.f03: Likewise.
422 * gfortran.dg/test_common_binding_labels_3.f03: Likewise.
423 * gfortran.dg/test_common_binding_labels_3_main.f03: Likewise.
424 * gfortran.dg/whole_file_28.f90: Likewise.
425 * gfortran.dg/whole_file_29.f90: Likewise.
426 * gfortran.dg/whole_file_30.f90: Likewise.
427 * gfortran.dg/whole_file_31.f90: Likewise.
428
429 2012-03-15 Jakub Jelinek <jakub@redhat.com>
430
431 PR tree-optimization/52267
432 * gcc.dg/pr52267.c: New test.
433 * gcc.dg/tree-ssa/vrp65.c: New test.
434 * gcc.dg/tree-ssa/vrp66.c: New test.
435
436 2012-03-15 Richard Guenther <rguenther@suse.de>
437
438 PR middle-end/52580
439 * gfortran.dg/vect/pr52580.f: New testcase.
440
441 2012-03-15 Oleg Endo <olegendo@gcc.gnu.org>
442
443 * gcc.target/sh/fpul-usage-1.c: New.
444
445 2012-03-14 Oleg Endo <olegendo@gcc.gnu.org>
446
447 PR target/49468
448 * gcc.target/sh/pr49468-si.c: Make dg-skip-if not the first directive.
449 * gcc.target/sh/pr49468-di.c: Likewise.
450
451 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
452
453 * g++.dg/warn/miss-format-1.C: Remove *-*-solaris2.8 handling.
454 * gcc.dg/c99-stdint-6.c: Likewise.
455 * gcc.dg/lto/20090210_0.c: Likewise.
456 * gcc.dg/pr28796-2.c: Don't skip on sparc*-sun-solaris2.8.
457 * gcc.dg/pragma-init-fini.c: Don't skip on i?86-*-solaris2.8.
458 * gcc.dg/pragma-init-fini-2.c: Likewise.
459 * gcc.dg/torture/pr47917.c: Remove *-*-solaris2.8 handling.
460 * gcc.target/i386/pr22076.c: Remove i?86-*-solaris2.8 handling.
461 * gcc.target/i386/pr22152.c: Likewise.
462 * gcc.target/i386/vect8-ret.c: Likewise.
463 * lib/target-supports.exp (add_options_for_tls): Remove Solaris 8
464 handling.
465
466 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
467
468 * g++.dg/other/anon5.C: Don't skip on mips-sgi-irix*.
469 * g++.dg/tree-prof/partition1.C: Likewise.
470 * g++.dg/tree-prof/partition2.C: Likewise.
471 * g++.old-deja/g++.other/init19.C: Remove mips-sgi-irix*
472 handling.
473 * gcc.c-torture/compile/labels-3.c: Remove dg-options.
474 * gcc.c-torture/execute/20010724-1.c: Remove.
475 * gcc.c-torture/execute/20010724-1.x: Remove.
476 * gcc.c-torture/execute/20040208-2.c: Remove.
477 * gcc.c-torture/execute/20040208-2.x: Remove.
478 * gcc.c-torture/execute/ieee/20000320-1.c [__mips__ && __sgi__]:
479 Remove.
480 (main) [__mips__ && __sgi__]: Remove.
481 * gcc.c-torture/execute/ieee/copysign1.c: Remove IRIX reference.
482 * gcc.c-torture/execute/ieee/copysign2.c: Likewise.
483 * gcc.c-torture/execute/ieee/mul-subnormal-single-1.x: Remove
484 mips-sgi-irix6* handling.
485 * gcc.dg/cpp/assert4.c [__mips__]: Remove __sgi__, sgi.
486 * gcc.dg/torture/20090618-1.c: Don't skip on mips-sgi-irix*.
487 * gcc.dg/torture/builtin-frexp-1.c: Remove mips*-*-irix6*
488 handling.
489 * gcc.dg/torture/builtin-logb-1.c: Likewise.
490 * gcc.dg/torture/pr47917.c: Remove mips-sgi-irix6.5 handling.
491 * gcc.dg/tree-ssa/ssa-store-ccp-3.c: Don't skip on mips*-*-irix*.
492 * gcc.misc-tests/linkage.exp: Remove mips-sgi-irix6* handling.
493 * gcc.target/mips/args-1.c [!__sgi__]: Remove.
494 * gcc.target/mips/interrupt_handler-2.c: Don't skip on
495 mips-sgi-irix6*.
496 * gcc.target/mips/interrupt_handler-3.c: Likewise.
497 * gcc.target/mips/save-restore-1.c: Don't skip on mips-sgi-irix6*.
498 * gcc.target/mips/save-restore-3.c: Likewise.
499 * gcc.target/mips/save-restore-4.c: Likewise.
500 * gcc.target/mips/save-restore-5.c: Likewise.
501 * gfortran.dg/g77/cabs.f: Don't xfail on mips-sgi-irix6*.
502 * lib/prune.exp (prune_gcc_output): Remove pruning of IRIX 6 ld
503 messages.
504 * lib/target-libpath.exp (set_ld_library_path_env_vars): Remove
505 IRIX 6 handling.
506 (restore_ld_library_path_env_vars): Likewise.
507 * lib/target-supports.exp (check_profiling_available): Remove
508 mips*-*-irix* handling.
509 (check_ascii_locale_available): Remove mips-sgi-irix* handling.
510 (add_options_for_c99_runtime): Remove mips-sgi-irix6.5* handling.
511 * objc.dg/stabs-1.m: Don't xfail on mips-sgi-irix6.5.
512
513 2012-03-14 Jakub Jelinek <jakub@redhat.com>
514
515 PR c++/52582
516 * g++.dg/opt/pr52582.C: New test.
517
518 2012-03-14 Richard Guenther <rguenther@suse.de>
519
520 PR tree-optimization/52571
521 * gcc.dg/vect/vect-2.c: Initialize arrays.
522 * gcc.dg/vect/no-section-anchors-vect-34.c: Likewise.
523 * gcc.target/i386/recip-vec-divf.c: Use -fno-common.
524 * gcc.target/i386/recip-vec-sqrtf.c: Likewise.
525
526 2012-03-14 Richard Guenther <rguenther@suse.de>
527
528 PR middle-end/52080
529 PR middle-end/52097
530 PR middle-end/48124
531 * gcc.dg/torture/pr48124-1.c: New testcase.
532 * gcc.dg/torture/pr48124-2.c: Likewise.
533 * gcc.dg/torture/pr48124-3.c: Likewise.
534 * gcc.dg/torture/pr48124-4.c: Likewise.
535
536 2012-03-14 Richard Guenther <rguenther@suse.de>
537
538 PR middle-end/52578
539 * gcc.dg/pr52578.c: New testcase.
540
541 2012-03-14 Jakub Jelinek <jakub@redhat.com>
542
543 PR c++/52521
544 * g++.dg/cpp0x/udlit-args2.C: New test.
545
546 2012-03-13 Oleg Endo <olegendo@gcc.gnu.org>
547
548 PR target/48596
549 * gcc.target/sh/pr48596.c: Move accidentally added new test case to ...
550 * gcc.c-torture/compile/pr48596.c: ... here.
551
552 2012-01-30 Dodji Seketeli <dodji@redhat.com>
553
554 PR c++/51641
555 * g++.dg/lookup/hidden-class17.C: New test.
556
557 2012-03-13 Jakub Jelinek <jakub@redhat.com>
558
559 PR c/52577
560 * gcc.dg/Wunused-var-3.c: New test.
561
562 2012-03-13 Martin Jambor <mjambor@suse.cz>
563
564 * gcc.dg/misaligned-expand-2.c: New test.
565
566 2012-03-13 Richard Guenther <rguenther@suse.de>
567
568 PR middle-end/52134
569 * gcc.dg/pr52134.c: New testcase.
570
571 2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
572
573 * ada/acats/tests/cd/cdd1001.a (CDD1001): Fix typo.
574
575 2012-03-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
576
577 PR tree-optimization/46728
578 * gcc.target/powerpc/pr46728-4.c: Use preferred syntax.
579 * gcc.target/powerpc/pr46728-5.c: Likewise.
580 * gcc.target/powerpc/pr46728-8.c: Likewise.
581 * gcc.target/powerpc/pr46728-10.c: Likewise.
582 * gcc.target/powerpc/pr46728-11.c: Likewise.
583 * gcc.target/powerpc/pr46728-13.c: Likewise.
584 * gcc.target/powerpc/pr46728-14.c: Likewise.
585 * gcc.target/powerpc/pr46728-15.c: Likewise.
586
587 2012-03-12 Paolo Carlini <paolo.carlini@oracle.com>
588
589 PR c++/52299
590 * g++.dg/warn/Wdiv-by-zero-bogus.C: New.
591
592 2012-03-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
593
594 PR tree-optimization/46728
595 * gcc.target/powerpc/pr46728-4.c: Skip for powerpc*-*-darwin*.
596 * gcc.target/powerpc/pr46728-5.c: Likewise.
597 * gcc.target/powerpc/pr46728-8.c: Likewise.
598 * gcc.target/powerpc/pr46728-10.c: Likewise.
599 * gcc.target/powerpc/pr46728-11.c: Likewise.
600 * gcc.target/powerpc/pr46728-13.c: Likewise.
601 * gcc.target/powerpc/pr46728-14.c: Likewise.
602 * gcc.target/powerpc/pr46728-15.c: Likewise.
603
604 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
605
606 PR target/49868
607 * gcc.target/avr/torture/addr-space-1.h: New file.
608 * gcc.target/avr/torture/addr-space-1-g.h: New test.
609 * gcc.target/avr/torture/addr-space-1-0.h: New test.
610 * gcc.target/avr/torture/addr-space-1-1.h: New test.
611 * gcc.target/avr/torture/addr-space-1-x.h: New test.
612
613 2012-03-12 Andrew Pinski <apinski@cavium.com>
614
615 * gcc.dg/tree-ssa/phi-opt-7.c: New testcase.
616
617 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
618
619 * g++.dg/abi/rtti3.C: Remove alpha*-dec-osf* handling.
620 * g++.dg/abi/thunk4.C: Likewise.
621 * g++.dg/cdce3.C: Don't skip on*-dec-osf5*.
622 Adapt line numbers.
623 * g++.dg/compat/struct-layout-1_generate.c: Remove alpha*-dec-osf*
624 handling.
625 * g++.dg/cpp0x/constexpr-rom.C: Likewise.
626 * g++.dg/eh/spbp.C: Likewise.
627 * g++.dg/ext/label13.C: Likewise.
628 * g++.dg/guality/guality.exp: Likewise.
629 * g++.dg/other/anon5.C: Likewise.
630 * g++.dg/other/pragma-ep-1.C: Remove.
631 * g++.dg/warn/miss-format-1.C: Remove alpha*-dec-osf* handling.
632 * g++.dg/warn/pr31246.C: Likewise.
633 * g++.dg/warn/weak1.C: Likewise.
634 * g++.old-deja/g++.eh/badalloc1.C: Likewise.
635 * g++.old-deja/g++.ext/attrib5.C: Likewise.
636 * gcc.c-torture/compile/limits-declparen.c: Likewise.
637 * gcc.c-torture/compile/limits-pointer.c: Likewise.
638 * gcc.c-torture/execute/20001229-1.c: Remove __osf__ handling.
639 * gcc.dg/attr-weakref-1.c: Remove alpha*-dec-osf* handling.
640 * gcc.dg/c99-stdint-6.c: Remove alpha*-dec-osf5* handling.
641 * gcc.dg/c99-tgmath-1.c: Likewise.
642 * gcc.dg/c99-tgmath-2.c: Likewise.
643 * gcc.dg/c99-tgmath-3.c: Likewise.
644 * gcc.dg/c99-tgmath-4.c: Likewise.
645 * gcc.dg/compat/struct-layout-1_generate.c: Remove alpha*-dec-osf*
646 handling.
647 * gcc.dg/debug/pr49032.c: Likewise.
648 * gcc.dg/guality/guality.exp: Likewise.
649 * gcc.dg/intmax_t-1.c: Likewise.
650 * gcc.dg/pr48616.c: Likewise.
651 * gcc.dg/pragma-ep-1.c: Remove.
652 * gcc.dg/pragma-ep-2.c: Remove.
653 * gcc.dg/pragma-ep-3.c: Remove.
654 * gcc.dg/torture/pr47917.c: Remove alpha*-dec-osf5* handling.
655 * gcc.dg/tree-ssa/pr42585.c: Remove alpha*-dec-osf* handling.
656 * gcc.misc-tests/gcov-14.c: Likewise.
657 * gfortran.dg/guality/guality.exp: Likewise.
658 * lib/target-supports.exp (check_weak_available): Likewise.
659 (add_options_for_tls): Likewise.
660 (check_ascii_locale_available): Likewise.
661 * obj-c++.dg/dwarf-2.mm: Likewise.
662 * objc.dg/dwarf-1.m: Likewise.
663 * objc.dg/dwarf-2.m: Likewise.
664
665 2012-03-12 Jakub Jelinek <jakub@redhat.com>
666
667 PR tree-optimization/51721
668 * gcc.dg/tree-ssa/vrp64.c: New test.
669
670 PR tree-optimization/52533
671 * gcc.c-torture/compile/pr52533.c: New test.
672
673 2012-03-12 Kirill Yukhin <kirill.yukhin@intel.com>
674
675 * gcc.target/i386/rtm-xabort-1.c: New.
676 * gcc.target/i386/rtm-xbegin-1.c: Ditto.
677 * gcc.target/i386/rtm-xend-1.c: Ditto.
678 * gcc.target/i386/rtm-xtest-1.c: Ditto.
679 * gcc.target/i386/sse-12.c: Test RTM intrinsics.
680 * gcc.target/i386/sse-13.c: Ditto.
681 * gcc.target/i386/sse-14.c: Ditto.
682 * gcc.target/i386/sse-22.c: Ditto.
683 * gcc.target/i386/sse-23.c: Ditto.
684 * g++.dg/other/i386-2.C: Ditto.
685 * g++.dg/other/i386-3.C: Ditto.
686
687 2012-03-12 Tobias Burnus <burnus@net-b.de>
688
689 PR fortran/52542
690 * gfortran.dg/proc_ptr_35.f90: New.
691
692 2012-03-11 Uros Bizjak <ubizjak@gmail.com>
693
694 PR target/52530
695 * gcc.dg/torture/pr52530.c: New test.
696
697 2012-03-11 Oleg Endo <olegendo@gcc.gnu.org>
698
699 PR target/51244
700 * gcc.target/sh/pr51244-1.c: Fix thinkos.
701
702 2012-03-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
703
704 PR target/52450
705 * gcc.dg/torture/pr52402.c: Skip execution on 32-bit hppa*-*-hpux*.
706
707 * gcc.dg/torture/pr52407.c: Add -fno-common option on hppa*-*-hpux*.
708
709 2012-03-09 Andrew Pinski <apinski@cavium.com>
710
711 PR middle-end/51988
712 * gcc.dg/tree-ssa/phi-opt-8.c: New testcase.
713 * gcc.dg/tree-ssa/phi-opt-9.c: New testcase.
714
715 2012-03-09 Jiangning Liu <jiangning.liu@arm.com>
716
717 * gcc.dg/tree-ssa/scev-3.c: New.
718 * gcc.dg/tree-ssa/scev-4.c: New.
719
720 2012-03-08 Tobias Burnus <burnus@net-b.de>
721
722 PR fortran/52469
723 * gfortran.dg/proc_ptr_34.f90
724
725 2012-03-07 Jason Merrill <jason@redhat.com>
726
727 PR c++/52521
728 * g++.dg/cpp0x/udlit-mangle.C: New.
729
730 2012-03-06 Pat Haugen <pthaugen@us.ibm.com>
731
732 * gcc.dg/torture/va-arg-25.c: Fix typo for powerpc64-*-* check.
733
734 2012-03-06 Richard Guenther <rguenther@suse.de>
735
736 PR middle-end/52493
737 * gcc.dg/torture/pr52493.c: New testcase.
738
739 2012-03-06 Richard Guenther <rguenther@suse.de>
740
741 PR lto/52097
742 * gcc.dg/lto/pr52097_0.c: New testcase.
743
744 2012-03-06 Oleg Endo <olegendo@gcc.gnu.org>
745
746 PR target/51244
747 * gcc.target/sh/pr51244-1.c: New.
748 * gcc.target/sh/pr51244-2.c: New.
749 * gcc.target/sh/pr51244-3.c: New.
750
751 2012-03-05 Jason Merrill <jason@redhat.com>
752
753 PR c++/51930
754 * g++.dg/ext/visibility/template11.C: New.
755
756 * g++.dg/cpp0x/implicit13.C: New.
757
758 2012-03-05 Jakub Jelinek <jakub@redhat.com>
759
760 PR tree-optimization/51721
761 * gcc.dg/tree-ssa/vrp63.c: New test.
762 * gcc.dg/pr51721.c: New test.
763
764 2012-03-04 Mikael Morin <mikael@gcc.gnu.org>
765
766 PR fortran/50981
767 * gfortran.dg/elemental_optional_args_5.f03: Add subcomponent actual
768 argument checks.
769
770 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
771
772 PR target/52146
773 * gcc.target/i386/pr52146.c: Update final-scan to allow $-18874240.
774
775 2012-03-04 Mikael Morin <mikael@gcc.gnu.org>
776
777 PR fortran/50981
778 * gfortran.dg/elemental_optional_args_5.f03: Add array checks.
779
780 2012-03-04 Georg-Johann Lay <avr@gjlay.de>
781
782 * gcc.dg/torture/pr52402.c: Add dg-require-effective-target
783 int32plus.
784
785 2012-03-03 Jason Merrill <jason@redhat.com>
786
787 * g++.dg/cpp0x/nsdmi-defer6.C: New.
788
789 Core 1270
790 * g++.dg/cpp0x/initlist65.C: New.
791
792 PR c++/36797
793 * g++.dg/ext/is_empty2.C: New.
794
795 2012-03-03 Tobias Burnus <burnus@net-b.de>
796
797 PR fortran/48820
798 * gfortran.dg/assumed_type_3.f90: Undo previous commit.
799
800 2012-03-03 Tobias Burnus <burnus@net-b.de>
801
802 * gfortran.dg/bind_c_dts_4.f03: Add dg-options -Wc-binding-type.
803 * gfortran.dg/bind_c_implicit_vars.f03: Ditto.
804 * gfortran.dg/bind_c_usage_8.f03: Ditto.
805 * gfortran.dg/c_kind_tests_2.f03: Ditto.
806 * gfortran.dg/class_30.f90: Remove dg-warning line.
807 * gfortran.dg/bind_c_usage_25.f90: New.
808
809 2012-03-03 Tobias Burnus <burnus@net-b.de>
810
811 PR fortran/48820
812 * gfortran.dg/assumed_type_1.f90: Correct dg-error.
813 * gfortran.dg/assumed_type_3.f90: Correct dg-error.
814 * gfortran.dg/assumed_type_4.f90: Correct dg-error.
815
816 2012-03-03 Tobias Burnus <burnus@net-b.de>
817
818 PR fortran/48820
819 * gfortran.dg/assumed_type_1.f90: New.
820 * gfortran.dg/assumed_type_2.f90: New.
821 * gfortran.dg/assumed_type_3.f90: New.
822 * gfortran.dg/assumed_type_4.f90: New.
823
824 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
825
826 PR target/49486
827 * gcc.target/sh/pr49468-si.c: Skip unsupported test for SH64.
828 * gcc.target/sh/pr49468-di.c: New.
829
830 2012-03-02 Maxim Kuvyrkov <maxim@codesourcery.com>
831
832 * gcc.dg/graphite/pr50561.c: Update.
833
834 2012-03-02 Peter Bergner <bergner@vnet.ibm.com>
835
836 * gcc.target/powerpc/pr52457.c: New test.
837
838 2012-03-02 Ulrich Weigand <ulrich.weigand@linaro.org>
839
840 * gcc.target/arm/sat-1.c: New test.
841
842 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
843
844 PR target/46716
845 * gcc.target/i386/pr46716.c: New test.
846
847 2012-03-02 Paolo Carlini <paolo.carlini@oracle.com>
848
849 PR c++/51989
850 * g++.dg/cpp0x/sfinae32.C: New.
851
852 2012-03-02 Richard Guenther <rguenther@suse.de>
853
854 PR tree-optimization/52406
855 * gcc.dg/torture/pr52406.c: New testcase.
856
857 2012-03-02 Tobias Burnus <burnus@net-b.de>
858
859 PR fortran/52325
860 * gfortran.dg/derived_comp_array_ref_8.f90: New.
861 * gfortran.dg/nullify_2.f90: Update dg-error.
862 * gfortran.dg/nullify_4.f90: Ditto.
863 * gfortran.dg/pointer_init_6.f90: Ditto.
864
865 2012-03-02 Tobias Burnus <burnus@net-b.de>
866
867 PR fortran/52270
868 * gfortran.dg/class_51.f90: New.
869
870 2012-03-02 Tobias Burnus <burnus@net-b.de>
871
872 PR fortran/52452
873 * gfortran.dg/intrinsic_8.f90: New.
874
875 2012-03-01 Kai Tietz <ktietz@redhat.com>
876
877 * gcc.dg/torture/pr47917.c: Make test using POSIX-printf
878 routines on mingw targets.
879 * gcc.dg/vect/pr46126.c (uintptr_t): Add support for LLP64 target.
880
881 2012-03-01 Jakub Jelinek <jakub@redhat.com>
882
883 PR tree-optimization/52445
884 * gcc.dg/pr52445.c: New test.
885
886 2012-02-29 Jakub Jelinek <jakub@redhat.com>
887
888 PR target/52437
889 * gcc.c-torture/compile/pr52437.c: New test.
890
891 PR middle-end/52419
892 * gcc.dg/torture/pr52419.c: New test.
893
894 PR tree-optimization/52429
895 * gcc.dg/torture/pr52429.c: New test.
896 * g++.dg/opt/pr52429.C: New test.
897
898 2012-02-29 Richard Guenther <rguenther@suse.de>
899
900 PR testsuite/52297
901 * gcc.dg/lto/trans-mem-1_0.c: Remove.
902 * gcc.dg/lto/trans-mem-1_1.c: Likewise.
903 * gcc.dg/lto/trans-mem-2_0.c: Likewise.
904 * gcc.dg/lto/trans-mem-2_1.c: Likewise.
905 * gcc.dg/lto/trans-mem-4_0.c: Likewise.
906 * gcc.dg/lto/trans-mem-4_1.c: Likewise.
907
908 2012-02-29 Jakub Jelinek <jakub@redhat.com>
909
910 * gcc.dg/torture/pr52402.c: Add -w -Wno-psabi to dg-options.
911
912 2012-02-29 Paul Thomas <pault@gcc.gnu.org>
913
914 PR fortran/52386
915 * gfortran.dg/realloc_on_assign_13.f90 : New test.
916
917 2012-02-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
918
919 PR target/51534
920 * gcc.target/arm/neon/pr51534.c: New testcase.
921
922 2012-02-28 Richard Guenther <rguenther@suse.de>
923
924 PR target/52407
925 * gcc.dg/torture/pr52407.c: New testcase.
926
927 2012-02-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
928
929 * gcc.target/arm/vfp1.c (dg_do run): Run on all eabi variants.
930 * gcc.target/arm/vfp2.c: Likewise.
931 * gcc.target/arm/vfp3.c: Likewise.
932 * gcc.target/arm/vfp4.c: Likewise.
933 * gcc.target/arm/vfp5.c: Likewise.
934 * gcc.target/arm/vfp6.c: Likewise.
935 * gcc.target/arm/vfp7.c: Likewise.
936 * gcc.target/arm/vfp8.c: Likewise.
937 * gcc.target/arm/vfp9.c: Likewise.
938 * gcc.target/arm/vfp10.c: Likewise.
939 * gcc.target/arm/vfp11.c: Likewise.
940 * gcc.target/arm/vfp12.c: Likewise.
941 * gcc.target/arm/vfp13.c: Likewise.
942 * gcc.target/arm/vfp14.c: Likewise.
943 * gcc.target/arm/vfp15.c: Likewise.
944 * gcc.target/arm/vfp16.c: Likewise.
945 * gcc.target/arm/vfp17.c: Likewise.
946 * gcc.target/arm/neon-constants.h: New file.
947 * gcc.target/arm/neon-vect1.c: New test.
948 * gcc.target/arm/neon-vect2.c: New test.
949 * gcc.target/arm/neon-vect3.c: New test.
950 * gcc.target/arm/neon-vect4.c: New test.
951 * gcc.target/arm/neon-vect5.c: New test.
952 * gcc.target/arm/neon-vect6.c: New test.
953 * gcc.target/arm/neon-vect7.c: New test.
954 * gcc.target/arm/neon-vect8.c: New test.
955
956 2012-02-28 Richard Guenther <rguenther@suse.de>
957
958 PR tree-optimization/52402
959 * gcc.dg/torture/pr52402.c: New testcase.
960
961 2012-02-28 Richard Guenther <rguenther@suse.de>
962
963 PR lto/52400
964 * g++.dg/lto/pr52400_0.C: New testcase.
965
966 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
967
968 * gcc.target/avr/torture/builtins-1.c: New test.
969 * gcc.target/avr/torture/builtins-error.c: New test.
970
971 2012-02-28 Kai Tietz <ktietz@redhat.com>
972
973 * gcc.target/i386/pr46939.c (long): Fix LP64 vs LLP64 issue.
974 * gcc.target/i386/pr45352-2.c: Likewise.
975 * gcc.target/i386/bitfield3.c: Add -mno-ms-bitfields for mingw targets.
976 * gcc.target/i386/xop-vshift-1.c (random): Use on mingw
977 targets instead rand.
978 * gcc.target/i386/sse4_1-blendps-2.c: Likewise.
979 * gcc.target/i386/sse2-mul-1.c: Likewise.
980 * gcc.target/i386/sse4_1-blendps.c: Likewise.
981 * gcc.target/i386/pad-6b.c: Adjust test for x64 mingw target.
982 * gcc.target/i386/pad-1.c: Likewise.
983 * gcc.target/i386/pad-9.c: Likewise.
984 * gcc.target/i386/pad-2.c: Likewise.
985 * gcc.target/i386/pad-5b.c: Likewise.
986 * gcc.target/i386/pad-8.c: Likewise.
987 * gcc.target/i386/pr46470.c: Skip for x64 mingw target.
988 * gcc.target/i386/pr44130.c: Likewise.
989 * gcc.target/i386/align-main-1.c: Likewise.
990 * gcc.target/i386/align-main-2.c: Likewise.
991 * gcc.target/i386/sw-1.c: Likewise.
992 * gcc.target/i386/avx-vzeroupper-5.c: Add -mabi=sysv
993 on x64 mingw target.
994 * gcc.target/i386/avx-vzeroupper-4.c: Likewise.
995 * gcc.target/i386/pr46295.c: Likewise.
996 * gcc.target/i386/amd64-abi-1.c: Likewise.
997 * gcc.target/i386/amd64-abi-2.c: Likewise.
998 * gcc.target/i386/pr39082-1.c: Likewise.
999 * gcc.target/i386/pr39162.c: Likewise.
1000 * gcc.target/i386/pr22152.c: Likewise.
1001 * gcc.target/i386/wrgsbase-2.c: Adjust dg-final rule.
1002 * gcc.target/i386/wrfsbase-2.c: Likewise.
1003 * gcc.target/i386/local.c: Likewise
1004 * gcc.target/i386/wrgsbase-1.c: Likewise.
1005 * gcc.target/i386/wrfsbase-1.c: Likewise.
1006 * gcc.target/i386/pr39315-3.c: Likewise.
1007 * gcc.target/i386/pr35767-4.c: Likewise.
1008 * gcc.target/i386/pr45336-3.c (pextrd): Don't check for
1009 x64 mingw target.
1010 * gcc.target/i386/pr45336-2.c: Likewise.
1011 * gcc.target/i386/pr45336-1.c: Likewise.
1012 * gcc.target/i386/pr45336-4.c: Likewise.
1013
1014 2012-02-27 Tristan Gingold <gingold@adacore.com>
1015
1016 * gnat.dg/array20.ad[sb]: New test.
1017
1018 2012-02-27 Jakub Jelinek <jakub@redhat.com>
1019
1020 PR target/52375
1021 * gcc.target/arm/pr52375.c: New test.
1022 * gcc.c-torture/compile/pr52375.c: New test.
1023
1024 2012-02-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1025
1026 * gfortran.dg/typebound_operator_9.f03: Skip on SPU.
1027 * gcc.dg/torture/builtin-complex-1.c: Skip "float" tests on SPU.
1028
1029 2012-02-27 Eric Botcazou <ebotcazou@adacore.com>
1030
1031 * gnat.dg/aggr19.adb: New test.
1032 * gnat.dg/aggr19_pkg.ad[sb]: New helper.
1033
1034 2012-02-26 Oleg Endo <olegendo@gcc.gnu.org>
1035
1036 PR target/49263
1037 * gcc.target/sh/pr49263.c: New.
1038
1039 2012-02-24 Andrew MacLeod <amacleod@redhat.com>
1040
1041 * gcc.dg/simulate-thread/simulate-thread.gdb: Use return value from
1042 simulate_thread_wrapper_other_threads
1043 * gcc.dg/simulate-thread/atomic-load-int128.c (simulate_thread_main):
1044 Move initialization of 'value' to main().
1045 (main): Initialize 'value';
1046 * gcc.dg/simulate-thread/speculative-store.c
1047 (simulate_thread_step_verify): Return 0 when successful.
1048 * gcc.dg/simulate-thread/simulate-thread.h (HOSTILE_THREAD_THRESHOLD):
1049 Reduce threshold.
1050 (INSN_COUNT_THRESHOLD): New. Instruction limit to terminate test.
1051 (simulate_thread_wrapper_other_threads): Return a success/fail value
1052 and issue an error if the instruction count threshold is exceeded.
1053
1054 2012-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1055
1056 PR target/50580
1057 * gcc.target/mips/interrupt_handler-2.c: Skip on mips-sgi-irix6*.
1058 * gcc.target/mips/interrupt_handler-3.c: Likewise.
1059
1060 2012-02-24 Richard Guenther <rguenther@suse.de>
1061
1062 PR middle-end/52355
1063 * gcc.dg/pr52355.c: New testcase.
1064
1065 2012-02-23 Kai Tietz <ktietz@redhat.com>
1066
1067 * gcc.dg/pack-test-5.c: Add -mno-ms-bitfields option for mingw-targets.
1068 * gcc.dg/Wpadded.c: Likewise.
1069 * gcc.dg/bf-ms-layout-2.c: Adjust offsets to fit ms-bitfield
1070 structure-layout.
1071 * gcc.dg/di-sync-multithread.c: Replace for mingw-target the use
1072 for sleep by Sleep and add windows.h include for this function.
1073 * gcc.dg/format/dfp-printf-1.c: Adjust dg-skip-if rule for mingw
1074 targets.
1075 * gcc.dg/stack-usage-1.c (SIZE): Provide proper SIZE for x64 mingw
1076 target.
1077 * gcc.dg/tls/thr-cse-1.c: Provide proper pattern for x64 mingw target.
1078 * gcc.dg/tls/opt-11.c (memset): Use __extension__ to avoid fail
1079 on x64 mingw target.
1080 * gcc.dg/bf-ms-attrib.c: Adjust expected size for ms_struct layout.
1081 * gcc.dg/pr50251.c: Disable test for x64 mingw target.
1082 * gcc.c-torture/execute/930930-1.c (long): Replace by ptr_t to avoid
1083 failure on LLP64 target.
1084
1085 2012-02-23 Uros Bizjak <ubizjak@gmail.com>
1086
1087 PR c/52290
1088 * gcc.dg/noncompile/pr52290.c: New test.
1089
1090 2012-02-23 Jakub Jelinek <jakub@redhat.com>
1091
1092 PR tree-optimization/52019
1093 * gcc.dg/tree-ssa/ipa-split-6.c: New test.
1094
1095 2012-02-22 Kai Tietz <ktietz@redhat.com>
1096
1097 * g++.dg/opt/devirt2.C: Add rule for *-*-mingw* target.
1098 * g++.dg/opt/pr48549.C (long): Replace by long by __PTRDIFF_TYPE__
1099 derived pdiff_t type.
1100 * g++.dg/torture/pr49720.C: Likewise
1101
1102 2012-02-22 Uros Bizjak <ubizjak@gmail.com>
1103
1104 PR target/52330
1105 * gcc.target/i386/pr52330.c: New test.
1106
1107 2012-02-22 Tobias Burnus <burnus@net-b.de>
1108
1109 PR fortran/52335
1110 * gfortran.dg/io_constraints_10.f90: New.
1111
1112 2012-02-22 Ulrich Weigand <ulrich.weigand@linaro.org>
1113
1114 * lib/target-supports.exp (check_effective_target_vect_condition):
1115 Return true for NEON.
1116
1117 2012-02-21 Kai Tietz <ktietz@redhat.com>
1118
1119 * gcc.dg/bf-ms-layout-3.c: Mark char typed bitfield as extension.
1120
1121 2012-02-21 Richard Guenther <rguenther@suse.de>
1122
1123 PR tree-optimization/52324
1124 * gcc.dg/tree-ssa/ssa-lim-10.c: New testcase.
1125
1126 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
1127
1128 PR middle-end/51782
1129 * gcc.target/avr/torture/pr51782-1.c: New test.
1130
1131 2012-02-21 Jakub Jelinek <jakub@redhat.com>
1132
1133 PR tree-optimization/52318
1134 * gcc.dg/pr52318.c: New test.
1135
1136 2012-02-20 Kai Tietz <ktietz@redhat.com>
1137
1138 * gcc.dg/bf-ms-layout-3.c: New testcase.
1139
1140 2012-02-20 Thomas Koenig <tkoenig@gcc.gnu.org>
1141
1142 PR testsuite/52229
1143 PR fortran/32380
1144 * gfortran.dg/vect/pr32380.f: XFAIL on PowerPC and ia-64.
1145
1146 2012-02-20 Richard Guenther <rguenther@suse.de>
1147
1148 PR tree-optimization/52298
1149 * gcc.dg/torture/pr52298.c: New testcase.
1150 * gcc.dg/vect/pr52298.c: Likewise.
1151
1152 2012-02-20 Georg-Johann Lay <avr@gjlay.de>
1153
1154 * gcc.dg/pr52132.c: Fix FAIL on 16-bit int platforms.
1155 * gcc.c-torture/execute/pr52286.c: Ditto.
1156
1157 2012-02-20 Jakub Jelinek <jakub@redhat.com>
1158
1159 PR tree-optimization/52286
1160 * gcc.c-torture/execute/pr52286.c: New test.
1161
1162 2012-02-18 Tobias Burnus <burnus@net-b.de>
1163
1164 PR fortran/52295
1165 * gfortran.dg/interface_35.f90: Use -std=f2003.
1166 * gfortran.dg/proc_ptr_comp_20.f90: Remove dg-warning.
1167 * gfortran.dg/interface_assignment_4.f90: Ditto.
1168 * gfortran.dg/bessel_1.f90: Ditto.
1169 * gfortran.dg/func_result_6.f90: Ditto.
1170 * gfortran.dg/hypot_1.f90: Ditto.
1171 * gfortran.dg/proc_ptr_comp_21.f90: Ditto.
1172
1173 2012-02-17 Tobias Burnus <burnus@net-b.de>
1174
1175 PR translation/52232
1176 PR translation/52234
1177 PR translation/52245
1178 PR translation/52246
1179 PR translation/52262
1180 PR translation/52273
1181 * gfortran.dg/coarray_22.f90: Update dg-error.
1182 * gfortran.dg/allocate_alloc_opt_4.f90: Ditto.
1183
1184 2012-02-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1185
1186 PR target/51753
1187 * lib/gcc-simulate-thread.exp: Load timeout.exp.
1188 (simulate-thread): Use default timeout.
1189
1190 2012-02-16 Jason Merrill <jason@redhat.com>
1191
1192 PR c++/52248
1193 * g++.dg/ext/timevar1.C: New.
1194
1195 2012-02-16 Fabien ChĂȘne <fabien@gcc.gnu.org>
1196
1197 PR c++/52126
1198 * g++.dg/template/using21.C: New.
1199 * g++.dg/template/using22.C: Likewise.
1200
1201 2012-02-16 Jason Merrill <jason@redhat.com>
1202
1203 PR c++/51415
1204 * g++.dg/cpp0x/lambda/lambda-err1.C: New.
1205
1206 2012-02-16 Jakub Jelinek <jakub@redhat.com>
1207
1208 PR tree-optimization/52255
1209 * gcc.c-torture/compile/pr52255.c: New test.
1210
1211 PR debug/52260
1212 * g++.dg/debug/dwarf2/pr52260.C: New test.
1213
1214 PR middle-end/51929
1215 * g++.dg/ipa/pr51929.C: New test.
1216
1217 2012-02-15 Michael Meissner <meissner@linux.vnet.ibm.com>
1218
1219 PR target/52199
1220 * gcc.target/powerpc/pr52199.c: New file.
1221
1222 2012-02-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1223
1224 PR target/52152
1225 * objc.dg/stabs-1.m: xfail on mips-sgi-irix6.5.
1226
1227 2012-02-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1228
1229 * gcc.dg/pr51867.c: Don't include <math.h>.
1230 (sqrtf): Declare.
1231
1232 2012-02-15 Georg-Johann Lay <avr@gjlay.de>
1233
1234 * gcc.dg/lto/20091013-1_1.c: xfail for avr.
1235 * gcc.dg/lto/20091013-1_2.c: xfail for avr.
1236
1237 2012-02-15 Tobias Grosser <grosser@fim.uni-passau.de>
1238
1239 PR tree-optimization/50561
1240 * gcc.dg/graphite/pr50561.c: New testcase.
1241
1242 2012-02-15 Georg-Johann Lay <avr@gjlay.de>
1243
1244 * gcc.target/avr/torture/builtin_insert_bits-1.c: New test.
1245 * gcc.target/avr/torture/builtin_insert_bits-2.c: New test.
1246
1247 2012-02-15 Eric Botcazou <ebotcazou@adacore.com>
1248
1249 * gnat.dg/discr35.ad[sb]: New test.
1250
1251 2012-02-15 Eric Botcazou <ebotcazou@adacore.com>
1252
1253 * gnat.dg/volatile10.adb: New test.
1254 * gnat.dg/volatile10_pkg.ads: New helper.
1255
1256 2012-02-14 Jason Merrill <jason@redhat.com>
1257
1258 * g++.dg/ext/attrib43.C: New.
1259
1260 2012-02-14 Hans-Peter Nilsson <hp@axis.com>
1261
1262 * lib/target-supports.exp (check_effective_target_fgnu_tm): New proc.
1263 * gfortran.dg/trans-mem-skel.f90: Gate test on effective_target
1264 fgnu_tm.
1265 * gcc.dg/lto/trans-mem-1_0.c, gcc.dg/lto/trans-mem-2_0.c,
1266 gcc.dg/lto/trans-mem-3_0.c, gcc.dg/lto/trans-mem-4_0.c: Ditto.
1267 * gcc.dg/tm/tm.exp: Gate the whole of gcc.dg/tm on
1268 effective_target fgnu_tm.
1269 * g++.dg/tm/tm.exp: Ditto for g++.dg/tm.
1270
1271 2012-02-14 Jakub Jelinek <jakub@redhat.com>
1272
1273 PR c++/52247
1274 * g++.dg/template/asmgoto1.C: New test.
1275
1276 2012-02-14 Ian Lance Taylor <iant@google.com>
1277
1278 PR go/48501
1279 * go.test/go-test.exp (go-gc-tests): Disable optimizations when
1280 compiling generated file for 64bit and index tests.
1281
1282 2012-02-14 Uros Bizjak <ubizjak@gmail.com>
1283
1284 * gcc.dg/lower-subreg-1.c: Fix and simplify target selector.
1285
1286 2012-02-14 Richard Guenther <rguenther@suse.de>
1287
1288 PR tree-optimization/52244
1289 PR tree-optimization/51528
1290 * gcc.dg/torture/pr52244.c: New testcase.
1291
1292 2012-02-14 Walter Lee <walt@tilera.com>
1293
1294 * g++.dg/other/PR23205.C: Disable test on tile.
1295 * g++.dg/other/pr23205-2.C: Disable test on tile.
1296 * gcc.dg/20020312-2.c: Add a condition for __tile__.
1297 * gcc.dg/20040813-1.c: Disable test on tile.
1298 * gcc.dg/lower-subreg-1.c: Disable test on tilegx.
1299 * gcc.misc-tests/linkage.exp: Handle tilegx.
1300
1301 2012-02-14 Jakub Jelinek <jakub@redhat.com>
1302
1303 PR tree-optimization/52210
1304 * gcc.dg/pr52210.c: New test.
1305
1306 2012-02-14 Jason Merrill <jason@redhat.com>
1307
1308 PR c++/39055
1309 * g++.dg/overload/defarg5.C: New.
1310
1311 2012-02-14 Jakub Jelinek <jakub@redhat.com>
1312
1313 PR c/52181
1314 * c-c++-common/pr52181.c: New test.
1315
1316 2012-02-13 Jakub Jelinek <jakub@redhat.com>
1317
1318 PR c++/52215
1319 * g++.dg/ext/atomic-1.C: New test.
1320
1321 2012-02-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1322
1323 * gcc.c-torture/execute/pr51933.c: Modify for s390 31 bit.
1324
1325 2012-02-13 Jakub Jelinek <jakub@redhat.com>
1326
1327 PR middle-end/52209
1328 * gcc.c-torture/execute/pr52209.c: New test.
1329
1330 2012-02-12 Mikael Morin <mikael@gcc.gnu.org>
1331
1332 PR fortran/50981
1333 * gfortran.dg/elemental_optional_args_5.f03: New test.
1334
1335 2012-02-12 Iain Sandoe <iains@gcc.gnu.org>
1336
1337 PR testsuite/50076
1338 * c-c++-common/cxxbitfields-3.c: Adjust scan assembler for nonpic
1339 cases.
1340
1341 2012-02-11 Ian Lance Taylor <iant@google.com>
1342
1343 PR go/51874
1344 * go.test/go-test.exp (go-gc-tests): Don't run nilptr test on
1345 SPARC Solaris. Don't run the test at all on systems where it may
1346 not work, rather than xfailing it.
1347
1348 2012-02-11 Richard Sandiford <rdsandiford@googlemail.com>
1349
1350 PR rtl-optimization/52175
1351 * gcc.c-torture/compile/pr52175.c: New test.
1352
1353 2012-02-10 Jason Merrill <jason@redhat.com>
1354
1355 PR c++/51910
1356 * g++.dg/template/repo10.C: New.
1357
1358 2012-02-11 Jakub Jelinek <jakub@redhat.com>
1359
1360 PR debug/52132
1361 * gcc.dg/pr52132.c: New test.
1362
1363 2012-02-10 Eric Botcazou <ebotcazou@adacore.com>
1364
1365 * gnat.dg/specs/aggr4.ads: New test.
1366 * gnat.dg/specs/aggr4_pkg.ads: New helper.
1367
1368 2012-02-10 H.J. Lu <hongjiu.lu@intel.com>
1369
1370 PR target/52146
1371 * gcc.target/i386/pr52146.c: New.
1372
1373 2012-02-10 Jakub Jelinek <jakub@redhat.com>
1374
1375 PR middle-end/52177
1376 * c-c++-common/pr52177.c: New test.
1377
1378 2012-02-10 Jan Hubicka <jh@suse.cz>
1379
1380 PR middle-end/48600
1381 * g++.dg/torture/pr48600.C: New testcase.
1382
1383 2012-02-09 Peter Bergner <bergner@vnet.ibm.com>
1384
1385 PR middle-end/52140
1386 * gcc.dg/dfp/pr52140.c: New test.
1387
1388 2012-02-09 Jakub Jelinek <jakub@redhat.com>
1389
1390 PR fortran/32380
1391 * gfortran.dg/vect/pr32380.f: Use dg-additional-options instead
1392 of dg-options.
1393
1394 2012-02-09 Bin Cheng <bin.cheng@arm.com>
1395
1396 PR middle-end/51867
1397 * testsuite/c-c++-common/dfp/signbit-2.c: Change '-O0' to '-O1'.
1398 * testsuite/gcc.dg/pr51867.c: New test.
1399
1400 2012-02-09 Ian Lance Taylor <iant@google.com>
1401
1402 * go.test/go-test.exp (go-gc-tests): Don't run stack.go on systems
1403 which don't support -fsplit-stack. Turn off optimization when
1404 compiling select5-out.go.
1405
1406 2012-02-08 Ian Lance Taylor <iant@google.com>
1407
1408 * go.test/go-test.exp (go-gc-tests): Don't run chan/select2.go on
1409 systems which don't support -fsplit-stack.
1410
1411 2012-02-08 Andrew MacLeod <amacleod@redhat.com>
1412
1413 * gcc.dg/simulate-thread/simulate-thread.exp: Use -O0, -O2, and -O3.
1414 * gcc.dg/simulate-thread/simulate-thread.gdb: Don't display every
1415 machine instuction in the log.
1416
1417 2012-02-08 Jack Howarth <howarth@bromo.med.uc.edu>
1418
1419 * lib/gcc-simulate-thread.exp (simulate-thread): Increase timeout
1420 to 20 seconds.
1421
1422 2012-02-08 Magnus Granberg <zorry@gentoo.org>
1423
1424 PR driver/48524
1425 * gcc.dg/pr48524.c: New test.
1426 * gcc.dg/pr48524.spec: New spec file for test.
1427
1428 2012-02-08 Thomas Koenig <tkoenig@gcc.gnu.org>
1429
1430 PR fortran/32380
1431 * gfortran.dg/vect/pr32380.f90: New test.
1432
1433 2012-02-08 Tobias Burnus <burnus@net-b.de>
1434
1435 PR fortran/52151
1436 * gfortran.dg/realloc_on_assign_12.f90: New.
1437
1438 2012-02-08 Richard Guenther <rguenther@suse.de>
1439
1440 PR rtl-optimization/52170
1441 * gcc.dg/torture/pr52170.c: New testcase.
1442
1443 2012-02-08 Jakub Jelinek <jakub@redhat.com>
1444
1445 PR gcov-profile/52150
1446 * gcc.dg/tree-prof/pr52150.c: New test.
1447
1448 PR rtl-optimization/52139
1449 * gcc.dg/pr52139.c: New test.
1450
1451 2012-02-07 Jason Merrill <jason@redhat.com>
1452
1453 PR c++/51675
1454 * g++.dg/cpp0x/constexpr-union3.C: New.
1455
1456 PR c++/52035
1457 * g++.dg/lto/pr52035_0.C: New.
1458
1459 2012-02-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1460
1461 * gfortran.dg/guality/pr41558.f90: Use lp64 instead of hppa*64*-*-*.
1462 * gcc.dg/special/weak-1.c: Likewise.
1463 * gcc.dg/ucnid-12.c: Likewise.
1464 * gcc.dg/torture/pr45678-1.c: Likewise.
1465 * gcc.dg/torture/pr45678-2.c: Likewise.
1466 * gcc.dg/vector-4.c: Likewise.
1467 * gcc.dg/ipa/inline-5.c: Likewise.
1468 * gcc.dg/ucnid-11.c: Likewise.
1469 * gcc.misc-tests/gcov-13.c: Likewise.
1470 * gcc.misc-tests/gcov-14.c: Likewise.
1471 * g++.dg/ext/label13.C: Likewise.
1472 * gcc.dg/tree-ssa/ssa-fre-31.c: Use dg-additional-options for extra
1473 hppa*-*-hpux* options.
1474 * gcc.dg/tree-ssa/ssa-fre-33.c: Likewise.
1475 * gcc.dg/tree-ssa/ssa-fre-34.c: Likewise.
1476 * gcc.dg/pr48616.c: Likewise.
1477 * gcc.dg/pr17957.c: Likewise.
1478 * gcc.dg/pr17055-1.c: Likewise.
1479 * gcc.dg/pr32912-1.c: Likewise.
1480 * gcc.dg/tm/pr51472.c: Likewise.
1481 * c-c++-common/fold-bitand-4.c: Likewise.
1482 * c-c++-common/Wunused-var-12.c: Use lp64 instead of hppa*64*-*-*.
1483 Use dg-additional-options for extra options.
1484
1485 2012-02-07 Joern Rennecke <joern.rennecke@embecosm.com>
1486
1487 * gcc.target/epiphany/interrupt-2.c: New test.
1488
1489 2012-02-07 Richard Sandiford <rdsandiford@googlemail.com>
1490
1491 PR target/52155
1492 * gcc.target/mips/mips.exp (mips-dg-options): Handle target.
1493 * gcc.target/mips/loongson-shift-count-truncated-1.c: Force -mlong64
1494 for MIPS ELF.
1495
1496 2012-02-07 Richard Sandiford <rdsandiford@googlemail.com>
1497
1498 PR target/52152
1499 * objc.dg/stabs-1.m: XFAIL for mips*-*-elf*.
1500
1501 2012-02-07 Richard Sandiford <rdsandiford@googlemail.com>
1502
1503 PR middle-end/24306
1504 PR target/52154
1505 * lib/target-supports.exp (check_effective_target_mips_eabi): New.
1506 * gcc.target/mips/va-arg-1.c: New test.
1507
1508 2012-02-07 Michael Meissner <meissner@linux.vnet.ibm.com>
1509
1510 * gcc.target/powerpc/no-r11-3.c (outer_func): Fix error message
1511 for -mno-pointers-to-nested-functions.
1512
1513 2012-02-07 Eric Botcazou <ebotcazou@adacore.com>
1514
1515 * gcc.c-torture/execute/20120207-1.c: New test.
1516
1517 2012-02-07 Jakub Jelinek <jakub@redhat.com>
1518
1519 PR rtl-optimization/52060
1520 * gcc.dg/torture/pr52060.c: New test.
1521
1522 PR middle-end/52074
1523 * gcc.c-torture/compile/pr52074.c: New test.
1524
1525 2012-02-07 Tobias Burnus <burnus@net-b.de>
1526
1527 PR fortran/51514
1528 * gfortran.dg/class_to_type_2.f90: New.
1529
1530 2012-02-06 Thomas König <tkoenig@gcc.gnu.org>
1531
1532 PR fortran/32373
1533 * gfortran.dg/vect/vect-8.f90: Use vect_double effective target.
1534 Remove module.
1535
1536 2012-02-06 Jason Merrill <jason@redhat.com>
1537
1538 PR c++/52088
1539 * g++.dg/template/conv13.C: New.
1540
1541 2012-02-06 Richard Guenther <rguenther@suse.de>
1542
1543 PR tree-optimization/52115
1544 * gcc.c-torture/compile/pr52115.c: New testcase.
1545
1546 2012-02-06 Jakub Jelinek <jakub@redhat.com>
1547
1548 PR target/52129
1549 * gcc.c-torture/execute/pr52129.c: New test.
1550
1551 2012-02-06 Andrey Belevantsev <abel@ispras.ru>
1552
1553 * gcc.dg/pr48374.c: Actually add the test I forgot
1554 in the 2012-01-25 commit.
1555
1556 2012-02-05 Thomas König <tkoenig@gcc.gnu.org>
1557
1558 PR fortran/32373
1559 * gfortran.dg/vect/vect-8.f90: New test case.
1560
1561 2012-02-05 Thomas König <tkoenig@gcc.gnu.org>
1562
1563 PR fortran/48847
1564 * gfortran.dg/warn_unused_dummy_argument_3.f90: New test.
1565
1566 2012-02-05 Paul Thomas <pault@gcc.gnu.org>
1567
1568 PR fortran/52102
1569 * gfortran.dg/class_48.f90 : Add test of allocate class array
1570 component with source in subroutine test3. Remove commenting
1571 out in subroutine test4, since branching on unitialized variable
1572 is now fixed (no PR for this last.).
1573
1574 2012-02-05 Richard Sandiford <rdsandiford@googlemail.com>
1575
1576 * gcc.dg/tree-prof/stringop-2.c (main): Add a nomips16 attribute
1577 on MIPS targets.
1578 * gfortran.dg/pr45636.f90: XFAIL for MIPS16 targets.
1579
1580 2012-02-05 Richard Sandiford <rdsandiford@googlemail.com>
1581
1582 PR target/52125
1583 * lib/target-supports.exp (check_effective_target_mips_rel): New.
1584 * gcc.dg/pr48774.c: Skip on MIPS REL targets.
1585
1586 2012-02-05 Richard Sandiford <rdsandiford@googlemail.com>
1587
1588 * lib/target-supports.exp (check_effective_target_mips_llsc): New.
1589 (check_effective_target_sync_int_long): Use it.
1590 (check_effective_target_sync_char_short): Likewise.
1591 * gcc.target/mips/atomic-memory-1.c: Restrict error check to mips_llsc.
1592
1593 2012-02-05 Tobias Burnus <burnus@net-b.de>
1594
1595 PR fortran/51972
1596 * gfortran.dg/class_48.f90: Add some further checks.
1597
1598 2012-02-05 Ira Rosen <irar@il.ibm.com>
1599
1600 PR tree-optimization/52091
1601 * gcc.dg/vect/pr52091.c: New test.
1602
1603 2012-02-04 Jakub Jelinek <jakub@redhat.com>
1604
1605 PR rtl-optimization/52113
1606 * gcc.target/avr/pr52113.c: New test.
1607
1608 2012-02-03 Jakub Jelinek <jakub@redhat.com>
1609
1610 PR rtl-optimization/52092
1611 * gcc.c-torture/compile/pr52092.c: New test.
1612
1613 2012-02-02 Mikael Morin <mikael@gcc.gnu.org>
1614
1615 PR fortran/41587
1616 * gfortran.dg/class_array_10.f03: New test.
1617
1618 PR fortran/46356
1619 * gfortran.dg/class_array_11.f03: New test.
1620
1621 PR fortran/51754
1622 * gfortran.dg/class_array_12.f03: New test.
1623
1624 2012-02-02 Paul Thomas <pault@gcc.gnu.org>
1625
1626 PR fortran/52012
1627 * gfortran.dg/realloc_on_assign_11.f90: New test.
1628
1629 2012-02-02 Tobias Burnus <burnus@net-b.de>
1630
1631 PR fortran/52093
1632 * gfortran.dg/shape_7.f90: New.
1633
1634 2012-02-02 Richard Sandiford <rdsandiford@googlemail.com>
1635
1636 * gcc.target/mips/mips-prepend-1.c: New test.
1637
1638 2012-02-02 Jan Hubicka <jh@suse.cz>
1639 Tom de Vries <tom@codesourcery.com>
1640
1641 PR middle-end/51998
1642 * testsuite/gcc.dg/alias-12.c: New testcase.
1643 * testsuite/gcc.dg/alias-13.c: New testcase.
1644
1645 2012-02-02 Jakub Jelinek <jakub@redhat.com>
1646
1647 PR target/52086
1648 * gcc.dg/pr52086.c: New test.
1649
1650 PR tree-optimization/52073
1651 * gcc.c-torture/compile/pr52073.c: New test.
1652
1653 2012-02-01 Thomas König <tkoenig@gcc.gnu.org>
1654
1655 PR fortran/51958
1656 * gfortran.dg/function_optimize_10.f90: New test.
1657
1658 2012-02-01 Uros Bizjak <ubizjak@gmail.com>
1659
1660 * go.test/go-test.exp (go-gc-tests): xfail test/nilptr.go runtime
1661 test on alpha*-*-*.
1662
1663 2012-02-01 Tobias Burnus <burnus@net-b.de>
1664
1665 PR fortran/52024
1666 * gfortran.dg/typebound_operator_14.f90: New.
1667
1668 2012-02-01 Tobias Burnus <burnus@net-b.de>
1669
1670 PR fortran/52059
1671 * gfortran.dg/elemental_function_1.f90: New.
1672
1673 2012-02-01 Georg-Johann Lay <avr@gjlay.de>
1674
1675 PR rtl-optimization/51374
1676 * gcc.target/avr/torture/pr51374-1.c:
1677 Also fail if SBIS is seen.
1678
1679 2012-02-01 Georg-Johann Lay <avr@gjlay.de>
1680
1681 PR rtl-optimization/51374
1682 * gcc.target/avr/torture/pr51374-1.c: New.
1683
1684 2012-01-31 Tobias Burnus <burnus@net-b.de>
1685
1686 PR fortran/52024
1687 * gfortran.dg/typebound_generic_11.f90: New.
1688
1689 2012-01-31 Tobias Burnus <burnus@net-b.de>
1690
1691 PR fortran/52029
1692 * gfortran.dg/class_49.f90: New.
1693
1694 2012-01-31 Tobias Burnus <burnus@net-b.de>
1695
1696 PR fortran/52013
1697 * gfortran.dg/elemental_args_check_6.f90: New.
1698
1699 2012-01-31 Jason Merrill <jason@redhat.com>
1700
1701 PR c++/52043
1702 * g++.dg/cpp0x/variadic122.C: New.
1703
1704 2012-01-31 Paul Thomas <pault@gcc.gnu.org>
1705
1706 PR fortran/52012
1707 * gfortran.dg/realloc_on_assign_10.f90: New test.
1708
1709 2012-01-31 Richard Guenther <rguenther@suse.de>
1710
1711 PR tree-optimization/51528
1712 * gcc.dg/torture/pr51528.c: New testcase.
1713
1714 2012-01-30 Uros Bizjak <ubizjak@gmail.com>
1715
1716 PR go/48501
1717 * lib/go.exp (go_target_compile): Append timeout= to options.
1718 * go.test/go-test.exp (go-gc-tests): Add dg-timeout-factor for
1719 select5-out.go test on alpha*-*-* targets.
1720
1721 2012-01-30 Richard Sandiford <rdsandiford@googlemail.com>
1722
1723 * gcc.target/mips/extend-1.c (TEST_CHAR): Use signed char.
1724 (TEST_SHORT): Reformat in the same way.
1725 * gcc.target/mips/octeon-exts-6.c (TEST_CHAR): Use signed char.
1726 (TEST_SHORT): Reformat in the same way.
1727 * gcc.target/mips/octeon2-lx-1.c (TEST): Make sign explicit.
1728 * gcc.target/mips/pr37362.c: Skip for mips-sde-elf.
1729 * gcc.target/mips/mmcount-ra-address-1.c (bazl): Add NOMIPS16.
1730 * gcc.target/mips/mmcount-ra-address-2.c (bar): Likewise.
1731 * gcc.target/mips/mmcount-ra-address-3.c (bar): Likewise.
1732
1733 2012-01-30 Bin Cheng <bin.cheng@arm.com>
1734
1735 PR target/51835
1736 * gcc.target/arm/pr51835.c: New testcase.
1737
1738 2012-01-30 Richard Guenther <rguenther@suse.de>
1739
1740 PR tree-optimization/52028
1741 * gcc.dg/torture/pr52028.c: New testcase.
1742 * gfortran.dg/ldist-pr45199.f: Adjust.
1743 * gcc.dg/tree-ssa/ldist-16.c: Likewise.
1744 * gcc.dg/tree-ssa/ldist-17.c: Likewise.
1745 * gcc.dg/tree-ssa/ldist-pr45948.c: Likewise.
1746
1747 2012-01-30 Jakub Jelinek <jakub@redhat.com>
1748
1749 PR debug/52027
1750 * gcc.dg/tree-prof/pr52027.c: New test.
1751
1752 PR tree-optimization/52046
1753 * gcc.dg/pr52046.c: New test.
1754
1755 PR debug/52048
1756 * g++.dg/other/pr52048.C: New test.
1757
1758 2012-01-30 Richard Guenther <rguenther@suse.de>
1759
1760 PR tree-optimization/52045
1761 * gcc.dg/pr52045.c: New testcase.
1762
1763 2012-01-30 Greta Yorsh <Greta.Yorsh@arm.com>
1764
1765 * gcc.target/arm/di-longlong64-sync-withldrexd.c: Accept
1766 new code generated for __sync_lock_release.
1767
1768 2012-01-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1769
1770 * gcc.dg/dfp/fe-convert-2.c: Force use of soft dfp on s390 and s390x.
1771
1772 2012-01-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1773
1774 PR testsuite/51875
1775 * gfortran.dg/guality/pr41558.f90: Skip on 32-bit hppa*-*-hpux*.
1776
1777 * g++.dg/ext/visibility/template10.C: Fix typo.
1778
1779 * gcc.dg/tm/pr51472.c: Add -fno-common option on hppa-*-hpux*.
1780
1781 2012-01-29 Paolo Carlini <paolo.carlini@oracle.com>
1782
1783 PR c++/51327
1784 * g++.dg/cpp0x/constexpr-ice6.C: New.
1785
1786 2012-01-29 Tobias Burnus <burnus@net-b.de>
1787
1788 PR fortran/41600
1789 * gfortran.dg/default_initialization_6.f90: New.
1790
1791 2012-01-29 Tobias Burnus <burnus@net-b.de>
1792
1793 PR fortran/51972
1794 * gfortran.dg/class_allocate_12.f90: Enable disabled test.
1795 * gfortran.dg/class_48.f90: New.
1796
1797 2012-01-29 Janne Blomqvist <jb@gcc.gnu.org>
1798
1799 PR fortran/51808
1800 * gfortran.dg/module_md5_1.f90: Update MD5 sum.
1801
1802 2012-01-28 Tobias Burnus <burnus@net-b.de>
1803
1804 PR fortran/51972
1805 * gfortran.dg/class_allocate_12.f90: New.
1806
1807 2012-01-28 Eric Botcazou <ebotcazou@adacore.com>
1808
1809 * gcc.dg/torture/pr50444.c: Fix dg directives.
1810
1811 2012-01-28 Jakub Jelinek <jakub@redhat.com>
1812
1813 PR target/52006
1814 * gcc.target/arm/pr52006.c: New test.
1815
1816 2012-01-27 Aldy Hernandez <aldyh@redhat.com>
1817
1818 PR testsuite/52011
1819 * gcc.dg/lto/trans-mem.h: New file.
1820 * gcc.dg/lto/trans-mem-2_0.c: Include it.
1821 * gcc.dg/lto/trans-mem-1_1.c: Same.
1822 * gcc.dg/lto/trans-mem-4_1.c: Same.
1823 * gcc.dg/lto/trans-mem-3_1.c: Same.
1824
1825 2012-01-27 Tobias Burnus <burnus@net-b.de>
1826
1827 PR fortran/52022
1828 * gfortran.dg/dummy_procedure_7.f90: New.
1829
1830 2012-01-27 Andreas Schwab <schwab@linux-m68k.org>
1831
1832 * g++.dg/cpp0x/constexpr-rom.C: Don't add -G0 on *-*-darwin*
1833 *-*-aix* alpha*-*-osf* alpha*-*-*vms*.
1834
1835 2012-01-27 Jakub Jelinek <jakub@redhat.com>
1836
1837 PR c++/51852
1838 * g++.dg/other/gc5.C: New test.
1839
1840 2012-01-27 Richard Guenther <rguenther@suse.de>
1841
1842 PR tree-optimization/50444
1843 * gcc.dg/torture/pr50444.c: New testcase.
1844
1845 2012-01-27 Tobias Burnus <burnus@net-b.de>
1846
1847 PR fortran/51970
1848 PR fortran/51977
1849 * gfortran.dg/move_alloc_13.f90: New.
1850
1851 2012-01-27 Tobias Burnus <burnus@net-b.de>
1852
1853 PR fortran/51953
1854 * gfortran.dg/allocate_alloc_opt_13.f90: New.
1855 * gfortran.dg/allocate_alloc_opt_4.f90: Add -std=f2003
1856 and change dg-error string.
1857
1858 2012-01-27 Tobias Burnus <burnus@net-b.de>
1859
1860 PR fortran/52016
1861 * gfortran.dg/elemental_args_check_5.f90: New.
1862
1863 2012-01-27 Richard Guenther <rguenther@suse.de>
1864
1865 PR middle-end/51959
1866 * g++.dg/torture/pr51959.C: New testcase.
1867
1868 2012-01-27 Tom de Vries <tom@codesourcery.com>
1869
1870 PR tree-optimization/51990
1871 * gcc.dg/pr51990.c: New test.
1872 * gcc.dg/pr51990-2.c: Same.
1873
1874 2012-01-27 Paul Thomas <pault@gcc.gnu.org>
1875 Tobias Burnus <burnus@gcc.gnu.org>
1876
1877 PR fortran/48705
1878 * gfortran.dg/class_allocate_11.f03: New.
1879
1880 PR fortran/51870
1881 PR fortran/51943
1882 PR fortran/51946
1883 * gfortran.dg/class_allocate_7.f03: New.
1884 * gfortran.dg/class_allocate_8.f03: New.
1885 * gfortran.dg/class_allocate_9.f03: New.
1886 * gfortran.dg/class_allocate_10.f03: New.
1887
1888 2012-01-27 Eric Botcazou <ebotcazou@adacore.com>
1889
1890 * gnat.dg/discr34.adb: New test.
1891 * gnat.dg/discr34_pkg.ads: New helper.
1892
1893 2012-01-27 Eric Botcazou <ebotcazou@adacore.com>
1894
1895 * gnat.dg/discr33.adb: New test.
1896
1897 2012-01-27 Eric Botcazou <ebotcazou@adacore.com>
1898
1899 * gnat.dg/limited_with3.ad[sb): New test.
1900 * gnat.dg/limited_with3_pkg1.ad[sb]: New helper.
1901 * gnat.dg/limited_with3_pkg2.ads: Likewise.
1902 * gnat.dg/limited_with3_pkg3.ads: Likewise.
1903
1904 2012-01-27 Eric Botcazou <ebotcazou@adacore.com>
1905
1906 * gnat.dg/stack_usage1.adb: New test.
1907 * gnat.dg/stack_usage1_pkg.ad[sb]: New helper.
1908
1909 * gcc.dg/pr44194-1.c: Remove superfluous include directive.
1910 * gcc.dg/pr44194-2.c: Likewise.
1911
1912 2012-01-26 Paolo Carlini <paolo.carlini@oracle.com>
1913
1914 PR c++/51370
1915 * g++.dg/template/crash112.C: New.
1916
1917 2012-01-27 Richard Henderson <rth@redhat.com>
1918
1919 * gcc.dg/atomic-flag.c: Adjust for __GCC_ATOMIC_TEST_AND_SET_TRUEVAL.
1920
1921 2012-01-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1922
1923 * gfortran.dg/reassoc_4.f: Use dg-additional-options.
1924
1925 2012-01-26 Jakub Jelinek <jakub@redhat.com>
1926
1927 PR middle-end/51895
1928 * g++.dg/opt/pr51895.C: New test.
1929
1930 2012-01-26 Michael Matz <matz@suse.de>
1931
1932 PR tree-optimization/48794
1933 * gfortran.dg/gomp/pr48794-2.f90: New testcase.
1934
1935 2012-01-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1936
1937 * gcc.dg/ssa-dom-thread-4.c: Set -mbranch-cost=2 for s390 and s390x.
1938
1939 2012-01-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1940
1941 * gcc.dg/pr46309.c: Set branch-cost to 2 for s390 and s390x.
1942 * gcc.dg/pr44194-1.c: Disable since s390 returns structs always in
1943 memory.
1944 * gfortran.dg/reassoc_4.f: Force max-completely-peeled-insns to
1945 the default value for s390 and s390x.
1946
1947 2012-01-25 Aldy Hernandez <aldyh@redhat.com>
1948
1949 PR lto/51698
1950 * gcc.dg/lto/trans-mem-4_0.c: New.
1951 * gcc.dg/lto/trans-mem-4_1.c: New.
1952 * gcc.dg/lto/trans-mem-2_0.c: Provide correct argument types for
1953 TM builtins.
1954 * gcc.dg/lto/trans-mem-1_0.c: Require stdint_types.
1955 * gcc.dg/lto/trans-mem-1_1.c: Provide correct argument types for
1956 TM builtins.
1957 * gcc.dg/lto/trans-mem-3_0.c: Require stdint_types.
1958 * gcc.dg/lto/trans-mem-3_1.c: Provide correct argument types for
1959 TM builtins.
1960
1961 2012-01-25 Georg-Johann Lay <avr@gjlay.de>
1962
1963 * gcc.target/avr/torture/int24-mul.c: Rename __pgm to __flash.
1964
1965 2012-01-25 Ian Lance Taylor <iant@google.com>
1966
1967 * go.test/go-test.exp (go-gc-tests): Handle a few more test lines.
1968
1969 2012-01-25 Tobias Burnus <burnus@net-b.de>
1970
1971 PR fortran/51995
1972 * gfortran.dg/typebound_proc_25.f90: New.
1973
1974 2012-01-25 Jason Merrill <jason@redhat.com>
1975
1976 PR c++/51992
1977 * g++.dg/lto/pr51992_0.C: New.
1978
1979 2012-01-25 Jakub Jelinek <jakub@redhat.com>
1980
1981 PR tree-optimization/51987
1982 * gcc.target/i386/pr51987.c: New test.
1983
1984 2012-01-25 Greta Yorsh <Greta.Yorsh@arm.com>
1985
1986 * gcc.dg/tm/lto-1.c: Require lto support in target.
1987
1988 2012-01-25 Andrey Belevantsev <abel@ispras.ru>
1989
1990 PR rtl-optimization/48374
1991 * gcc.dg/pr48374.c: New test.
1992
1993 2012-01-25 Greta Yorsh <Greta.Yorsh@arm.com>
1994
1995 * gcc.dg/pr50908-2.c (dg-options): Add -fno-short-enums.
1996
1997 2012-01-25 Tobias Burnus <burnus@net-b.de>
1998
1999 PR fortran/51966
2000 * gfortran.dg/derived_constructor_char_3.f90: New.
2001
2002 2012-01-24 Ian Lance Taylor <iant@google.com>
2003
2004 * go.test/go-test.exp (filecmp): New procedure.
2005 (errchk): Handle quoted square brackets.
2006 (go-gc-tests): Set go_compile_args. Handle various new test
2007 lines. Skip a few new tests.
2008 * lib/go-torture.exp (go-torture-execute): Use go_compile_args.
2009
2010 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
2011
2012 * lib/target-supports.exp (proc check_effective_target_vect_perm)
2013 (check_effective_target_vect_extract_even_odd)
2014 (check_effective_target_vect_interleave): Return true for MIPS
2015 paired-single.
2016
2017 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
2018
2019 * gcc.c-torture/execute/scal-to-vec1.c (one): New volatile variable.
2020 (main): Use it instead of argc.
2021
2022 2012-01-24 Jason Merrill <jason@redhat.com>
2023
2024 PR c++/51973
2025 * g++.dg/cpp0x/sfinae31.C: New.
2026
2027 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
2028
2029 * gcc.dg/memcpy-4.c: Don't expect /s on MEMs.
2030
2031 2012-01-24 Jason Merrill <jason@redhat.com>
2032
2033 PR c++/51812
2034 * g++.dg/inherit/covariant20.C: New.
2035
2036 2012-01-24 Paolo Carlini <paolo.carlini@oracle.com>
2037
2038 PR c++/51223
2039 * g++.dg/parse/crash58.C: New.
2040
2041 2012-01-24 Jakub Jelinek <jakub@redhat.com>
2042
2043 PR target/51957
2044 * gcc.dg/pr51957-1.c: New test.
2045 * gcc.dg/pr51957-1.h: New file.
2046 * gcc.dg/pr51957-2.c: New test.
2047
2048 2012-01-23 Jason Merrill <jason@redhat.com>
2049
2050 PR c++/51930
2051 * g++.dg/ext/visibility/template10.C: New.
2052
2053 2012-01-23 Tobias Burnus <burnus@net-b.de>
2054
2055 PR fortran/51948
2056 * gfortran.dg/move_alloc_12.f90: New.
2057
2058 2012-01-23 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
2059
2060 PR middle-end/45416
2061 * gcc.dg/pr45416.c: Skip for Thumb1. Handle ubfx.
2062
2063 2012-01-23 Paolo Carlini <paolo.carlini@oracle.com>
2064
2065 PR c++/51398
2066 * g++.dg/template/crash111.C: New.
2067
2068 2012-01-23 Arnaud Charlet <charlet@adacore.com>
2069
2070 * ada/acats/tests/cxh/cxh1001.a: Removed, test not suitable on all
2071 configurations.
2072 * ada/acats/run_all.sh: Simplify by removing cxh1001 special case.
2073
2074 2012-01-23 Dodji Seketeli <dodji@redhat.com>
2075
2076 PR testsuite/51941
2077 * g++.dg/debug/dwarf2/nested-3.C: Accept multiple lines between
2078 the DW_TAG_class_type and DW_AT_name: "Executor".
2079
2080 2012-01-23 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
2081
2082 * lib/target-supports.exp
2083 (check_effective_target_vect_extract_even_odd): Handle ARM neon.
2084 (check_effective_target_vect_interleave): Likewise.
2085
2086 2012-01-22 Jason Merrill <jason@redhat.com>
2087
2088 PR c++/51925
2089 * g++.dg/template/using20.C: New.
2090 * g++.dg/template/template-id-2.C: Adjust diagnostic.
2091
2092 2012-01-23 Jason Merrill <jason@redhat.com>
2093
2094 PR target/51934
2095 * g++.dg/torture/pr51344.C: Limit to x86.
2096
2097 2012-01-23 Greta Yorsh <Greta.Yorsh@arm.com>
2098
2099 * c-c++-common/tm/omp.c: Require target with pthread support.
2100
2101 2012-01-23 Richard Guenther <rguenther@suse.de>
2102
2103 PR tree-optimization/51949
2104 * gcc.dg/torture/pr51949.c: New testcase.
2105
2106 2012-01-23 Jakub Jelinek <jakub@redhat.com>
2107
2108 PR rtl-optimization/51933
2109 * gcc.c-torture/execute/pr51933.c: New test.
2110
2111 2012-01-22 Douglas B Rupp <rupp@gnat.com>
2112
2113 * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME):
2114 Do not define for Interix.
2115
2116 2012-01-22 Jason Merrill <jason@redhat.com>
2117
2118 PR c++/51832
2119 * g++.dg/lto/pr51832.h: New.
2120 * g++.dg/lto/pr51832_0.C: New.
2121 * g++.dg/lto/pr51832_1.C: New.
2122
2123 2012-01-22 Eric Botcazou <ebotcazou@adacore.com>
2124
2125 * gcc.dg/ext-elim-1.c: New test.
2126
2127 2012-01-22 Richard Sandiford <rdsandiford@googlemail.com>
2128
2129 PR target/51931
2130 * gcc.c-torture/compile/20001226-1.c: Add nomips16 attribute.
2131 * g++.dg/opt/longbranch1.C: Likewise.
2132
2133 2012-01-22 Richard Sandiford <rdsandiford@googlemail.com>
2134
2135 * g++.old-deja/g++.pt/ptrmem6.C: xfail a test for ARM and MIPS
2136 in C++11 mode.
2137
2138 2012-01-21 Steven G. Kargl <kargl@gcc.gnu.org>
2139
2140 PR fortran/50556
2141 * gfortran.dg/namelist_74.f90: New test.
2142 * gfortran.dg/namelist_59.f90: Remove SAVE attribute.
2143
2144 2012-01-21 Tobias Burnus <burnus@net-b.de>
2145
2146 PR fortran/51913
2147 * gfortran.dg/class_47.f90: New.
2148
2149 2012-01-21 Eric Botcazou <ebotcazou@adacore.com>
2150
2151 * gnat.dg/renaming5.ad[sb]: New test.
2152
2153 2012-01-20 Jason Merrill <jason@redhat.com>
2154
2155 PR c++/51919
2156 * g++.dg/pch/mangle1.{C,Hs}: Remove.
2157
2158 2012-01-20 Jason Merrill <jason@redhat.com>
2159
2160 PR c++/51922
2161 * g++.dg/ext/attrib42.C: Require ilp32.
2162
2163 2012-01-20 Jakub Jelinek <jakub@redhat.com>
2164
2165 PR target/51915
2166 * gcc.target/arm/pr51915.c: New test.
2167
2168 2012-01-20 Cary Coutant <ccoutant@google.com>
2169 Dodji Seketeli <dodji@redhat.com>
2170
2171 PR debug/45682
2172 * g++.dg/debug/dwarf2/nested-3.C: New test.
2173
2174 2012-01-20 Paolo Carlini <paolo.carlini@oracle.com>
2175
2176 PR c++/51402
2177 * g++.dg/template/crash110.C: New.
2178
2179 2012-01-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2180
2181 * gcc.misc-tests/gcov-14.c: Skip on alpha*-dec-osf*.
2182 Remove default options on hppa*-*-hpux*.
2183
2184 2012-01-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2185
2186 * g++.dg/ext/visibility/template9.C: Add dg-require-visibility.
2187
2188 2012-01-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2189
2190 * gcc.c-torture/compile/pr51856.c: New testcase.
2191
2192 2012-01-20 Uros Bizjak <ubizjak@gmail.com>
2193
2194 * go.test/go-test.exp (go-gc-tests): Pass correctly formatted
2195 options to go_target_compile.
2196
2197 2012-01-20 Kai Tietz <ktietz@redhat.com>
2198
2199 * g++.dg/torture/pr51344.C: Fix typo.
2200
2201 2012-01-20 Richard Guenther <rguenther@suse.de>
2202
2203 PR tree-optimization/51903
2204 * g++.dg/torture/pr51903.C: New testcase.
2205
2206 2012-01-20 Tobias Burnus <burnus@net-b.de>
2207 Janus Weil <janus@gcc.gnu.org>
2208
2209 PR fortran/51056
2210 * gfortran.dg/use_21.f90: New.
2211
2212 2012-01-20 Jakub Jelinek <jakub@redhat.com>
2213
2214 PR target/51106
2215 * gcc.dg/torture/pr51106-1.c: New test.
2216 * gcc.dg/torture/pr51106-2.c: New test.
2217
2218 2012-01-19 Kai Tietz <ktietz@redhat.com>
2219
2220 * g++.dg/torture/pr51344.C: New test.
2221
2222 2012-01-19 Tobias Burnus <burnus@net-b.de>
2223
2224 PR fortran/51904
2225 * gfortran.dg/intrinsic_size_2.f90: New.
2226
2227 2012-01-19 Jason Merrill <jason@redhat.com>
2228
2229 PR c++/51889
2230 * g++.dg/inherit/using7.C: New.
2231
2232 2012-01-19 Richard Guenther <rguenther@suse.de>
2233
2234 PR tree-optimization/37997
2235 * gcc.dg/tree-ssa/ssa-pre-28.c: New testcase.
2236
2237 2012-01-19 Andrey Belevantsev <abel@ispras.ru>
2238
2239 PR rtl-optimization/51505
2240 * gcc.dg/pr51505.c: New test.
2241
2242 2012-01-18 Paul Thomas <pault@gcc.gnu.org>
2243
2244 PR fortran/51634
2245 * gfortran.dg/typebound_operator_12.f03: New.
2246 * gfortran.dg/typebound_operator_13.f03: New.
2247
2248 2012-01-18 Paolo Carlini <paolo.carlini@oracle.com>
2249
2250 PR c++/51225
2251 * g++.dg/cpp0x/pr51225.C: New.
2252
2253 2012-01-17 Ian Lance Taylor <iant@google.com>
2254
2255 PR go/50656
2256 * go.test/go-test.exp (go-gc-tests): Recognize some more test lines.
2257
2258 2012-01-17 Tobias Burnus <burnus@net-b.de>
2259
2260 PR fortran/51869
2261 * gfortran.dg/realloc_on_assign_9.f90: New.
2262
2263 2012-01-17 Aldy Hernandez <aldyh@redhat.com>
2264
2265 PR other/51165
2266 * gcc.dg/tm/memopt-3.c: Remove xfail.
2267 * gcc.dg/tm/memopt-4.c: Remove xfail.
2268 * gcc.dg/tm/memopt-5.c: Remove xfail.
2269 * gcc.dg/tm/memopt-7.c: Remove xfail.
2270
2271 2012-01-17 Jakub Jelinek <jakub@redhat.com>
2272
2273 PR tree-optimization/51877
2274 * gcc.c-torture/execute/pr51877.c: New test.
2275
2276 2012-01-17 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
2277
2278 * gcc.dg/vect/no-section-anchors-vect-69.c: Change
2279 {!vect_align_arrays} to vect_sizes_32B_16B.
2280 * gcc.dg/vect/vect-multitypes-1.c: Ditto.
2281 * gcc.dg/vect/vect-peel-3.c: Ditto.
2282
2283 2012-01-16 Jason Merrill <jason@redhat.com>
2284
2285 PR c++/51854
2286 * g++.dg/abi/mangle60.C: New.
2287
2288 PR c++/51827
2289 * g++.dg/pch/mangle1.{C,Hs}: New.
2290
2291 2012-01-16 Mikael Morin <mikael@gcc.gnu.org>
2292 Tobias Burnus <burnus@net-b.de>
2293
2294 PR fortran/50981
2295 * gfortran.dg/elemental_optional_args_3.f90: New
2296 * gfortran.dg/elemental_optional_args_4.f90: New
2297
2298 2012-01-16 Tobias Burnus <burnus@net-b.de>
2299
2300 PR fortran/51809
2301 * gfortran.dg/use_20.f90: New
2302
2303 2012-01-16 Jason Merrill <jason@redhat.com>
2304
2305 PR c++/51868
2306 * g++.dg/cpp0x/rv-bitfield.C: New.
2307 * g++.dg/cpp0x/rv-bitfield2.C: New.
2308
2309 2012-01-16 Paul Thomas <pault@gcc.gnu.org>
2310
2311 * gfortran.dg/class_array_3.f03: Remove the explicit loop in
2312 subroutine 'qsort' and use index array to assign the result.
2313
2314 2012-01-16 Jakub Jelinek <jakub@redhat.com>
2315
2316 PR tree-optimization/51865
2317 * gcc.dg/pr51865.c: New test.
2318
2319 2012-01-15 Richard Sandiford <rdsandiford@googlemail.com>
2320
2321 * gcc.dg/tree-ssa/ssa-dom-thread-4.c: Expect 4 threaded edges for MIPS.
2322
2323 2012-01-15 Richard Sandiford <rdsandiford@googlemail.com>
2324
2325 * gcc.target/mips/code-readable-2.c: Allow the jump table address
2326 to be loaded from the constant pool, rather than via %hi and %lo.
2327
2328 2012-01-15 Uros Bizjak <ubizjak@gmail.com>
2329
2330 PR rtl-optimization/51821
2331 * gcc.dg/pr51821.c: New test.
2332
2333 2012-01-15 Andreas Schwab <schwab@linux-m68k.org>
2334
2335 * gcc.dg/torture/pr8081.c: Fix char signedness assumption.
2336
2337 2012-01-14 Andreas Schwab <schwab@linux-m68k.org>
2338
2339 * g++.dg/cpp0x/constexpr-rom.C: Add -G0 where applicable.
2340
2341 2012-01-14 Tobias Burnus <burnus@net-b.de>
2342
2343 PR fortran/51800
2344 * gfortran.dg/init_flag_8.f90: New.
2345 * gfortran.dg/init_flag_9.f90: New.
2346
2347 2011-01-14 Tobias Burnus <burnus@net-b.de>
2348
2349 PR fortran/51816
2350 * gfortran.dg/use_18.f90: New.
2351 * gfortran.dg/use_19.f90: New.
2352
2353 2012-01-13 Ian Lance Taylor <iant@google.com>
2354
2355 PR c++/50012
2356 * g++.dg/warn/Wsign-compare-4.C: New.
2357
2358 2012-01-13 Paul Thomas <pault@gcc.gnu.org>
2359
2360 PR fortran/48351
2361 * gfortran.dg/alloc_comp_assign.f03: New.
2362 * gfortran.dg/allocatable_scalar_9.f90: Reduce count of
2363 __BUILTIN_FREE from 38 to 32.
2364
2365 2012-01-13 Jason Merrill <jason@redhat.com>
2366
2367 PR c++/20681
2368 * g++.dg/warn/Wreturn-type-7.C: New.
2369
2370 2012-01-13 Georg-Johann Lay <avr@gjlay.de>
2371
2372 * gcc.c-torture/execute/20120111-1.c: Fix wrong int = int32_t
2373 assumption.
2374 * g++.dg/ipa/pr51759.C: Fix assumption sizeof(int) > 2.
2375 * gcc.dg/cpp/warn-multichar.c: Fix to work on int=16 platforms.
2376 * gcc.dg/cpp/warn-multichar-2.c: Ditto.
2377 * gcc.dg/debug/dwarf2/pr49871.c: Add dg-require-effective-target
2378 int32plus because of big array needed.
2379 * gcc.dg/pr50527.c: Don't FAIL if sizeof(void*) = 2
2380 * gcc.dg/lto/20090218-2_1.c: Fix prototype of malloc, memcpy.
2381
2382 2012-01-13 Jason Merrill <jason@redhat.com>
2383
2384 PR c++/51813
2385 * g++.dg/ext/visibility/template9.C: New.
2386
2387 PR c++/51620
2388 * g++.dg/cpp0x/defaulted34.C: New.
2389 * g++.dg/template/virtual3.C: New.
2390
2391 2012-01-13 Richard Guenther <rguenther@suse.de>
2392
2393 PR middle-end/8081
2394 * gcc.dg/torture/pr8081.c: New testcase.
2395
2396 2012-01-13 Georg-Johann Lay <avr@gjlay.de>
2397
2398 * gcc.dg/pr46309.c: Set branch cost to greater 1 for avr.
2399
2400 2012-01-12 Jason Merrill <jason@redhat.com>
2401
2402 PR c++/51714
2403 * g++.dg/ext/stmtexpr14.C: New.
2404
2405 2012-01-13 Dodji Seketeli <dodji@redhat.com>
2406
2407 PR c++/51633
2408 * g++.dg/cpp0x/constexpr-diag4.C: New test.
2409
2410 2012-01-12 Jason Merrill <jason@redhat.com>
2411
2412 PR c++/48051
2413 * g++.dg/abi/mangle48.C: Test qualified-names, too.
2414 * g++.dg/abi/mangle58.C: Likewise.
2415
2416 PR c++/51403
2417 * g++.dg/template/arg8.C: New.
2418
2419 2012-01-12 Ira Rosen <irar@il.ibm.com>
2420
2421 PR tree-optimization/51799
2422 * gcc.dg/vect/pr51799.c: New test.
2423 * gcc.dg/vect/vect-widen-shift-u8.c: Expect two widening shift
2424 patterns.
2425
2426 2012-01-12 Dominique d'Humieres <dominiq@lps.ens.fr>
2427 Tobias Burnus <burnus@net-b.de>
2428
2429 PR fortran/51057
2430 PR fortran/51616
2431 * lib/target-supports.exp
2432 (check_effective_target_fortran_largest_fp_has_sqrt): New.
2433 * gfortran.dg/quad_2.f90: Use it, add pattern for IBM's real(16).
2434
2435 2012-01-11 Jason Merrill <jason@redhat.com>
2436
2437 PR c++/51565
2438 * g++.dg/ext/attrib42.C: New.
2439
2440 2012-01-11 Jakub Jelinek <jakub@redhat.com>
2441
2442 PR bootstrap/51796
2443 * gcc.dg/pr51796.c: New test.
2444
2445 2012-01-11 Jason Merrill <jason@redhat.com>
2446
2447 PR c++/51818
2448 * g++.dg/cpp0x/lambda/lambda-mangle3.C: New.
2449
2450 2012-01-11 Eric Botcazou <ebotcazou@adacore.com>
2451
2452 * gnat.dg/array19.ad[sb]: New test.
2453
2454 2012-01-11 Eric Botcazou <ebotcazou@adacore.com>
2455
2456 * gnat.dg/opt23.ad[sb]: New test.
2457 * gnat.dg/opt23_pkg.ad[sb]: New helper.
2458 * gnat.dg/opt24.ad[sb]: New test.
2459
2460 2012-01-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2461
2462 PR tree-optimization/49642
2463 * gcc.dg/tree-ssa/pr49642-1.c: New test.
2464 * gcc.dg/tree-ssa/pr49642-2.c: New test.
2465
2466 2012-01-11 Jason Merrill <jason@redhat.com>
2467
2468 PR c++/51613
2469 * g++.dg/template/explicit-args5.C: New.
2470
2471 2012-01-11 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2472
2473 * gcc.c-torture/execute/20120110-1.c: New testcase.
2474
2475 2012-01-10 Jason Merrill <jason@redhat.com>
2476
2477 PR c++/51614
2478 * g++.dg/inherit/ambig1.C: New.
2479
2480 PR c++/51433
2481 * g++.dg/cpp0x/constexpr-cache1.C: New.
2482
2483 2012-01-10 Richard Guenther <rguenther@suse.de>
2484
2485 PR tree-optimization/51801
2486 * gcc.dg/torture/pr51801.c: New testcase.
2487
2488 2012-01-10 Tobias Burnus <burnus@net-b.de>
2489
2490 PR fortran/51652
2491 * gfortran.dg/allocate_with_typespec_5.f90: New.
2492
2493 2012-01-10 Tobias Burnus <burnus@net-b.de>
2494
2495 * gfortran.dg/class_39.f03: Update dg-error string.
2496
2497 2012-01-10 Richard Guenther <rguenther@suse.de>
2498
2499 PR tree-optimization/50913
2500 * gcc.dg/graphite/interchange-16.c: New testcase.
2501 * gcc.dg/graphite/scop-20.c: XFAIL.
2502 * gfortran.dg/graphite/interchange-1.f: Likewise.
2503 * gfortran.dg/graphite/block-1.f90: Likewise.
2504 * gfortran.dg/graphite/block-2.f: Likewise.
2505
2506 2012-01-10 Richard Henderson <rth@redhat.com>
2507
2508 * lib/target-supports.exp (check_effective_target_vect_perm,
2509 check_effective_target_vect_perm_byte,
2510 check_effective_target_vect_perm_short): Enable for arm neon.
2511
2512 2012-01-09 Tobias Burnus <burnus@net-b.de>
2513
2514 PR fortran/46328
2515 * gfortran.dg/typebound_operator_11.f90: New.
2516
2517 2012-01-09 Eric Botcazou <ebotcazou@adacore.com>
2518
2519 * gnat.dg/array18.adb: New test.
2520 * gnat.dg/array18_pkg.ads: New helper.
2521
2522 2012-01-09 Paul Thomas <pault@gcc.gnu.org>
2523
2524 PR fortran/51791
2525 * gfortran.dg/typebound_operator_7.f03: Insert parentheses
2526 around base object in first assignment in main program.
2527 * gfortran.dg/typebound_operator_10.f03: New test.
2528
2529 2012-01-09 Martin Jambor <mjambor@suse.cz>
2530
2531 PR tree-optimization/51759
2532 * g++.dg/ipa/pr51759.C: New test.
2533
2534 2012-01-09 Tobias Burnus <burnus@net-b.de>
2535
2536 PR fortran/51758
2537 * gfortran.dg/optional_absent_2.f90: New.
2538
2539 2012-01-09 Tobias Burnus <burnus@net-b.de>
2540
2541 PR fortran/51578
2542 * gfortran.dg/use_17.f90: New.
2543
2544 2012-01-09 Gary Funck <gary@intrepid.com>
2545
2546 PR preprocessor/33919
2547 * gcc.dg/pr33919.c: New test.
2548 * gcc.dg/pr33919-0.h: New test header file.
2549 * gcc.dg/pr33919-1.h: Ditto.
2550 * gcc.dg/pr33919-2.h: Ditto.
2551
2552 2012-01-07 Jan Hubicka <jh@suse.cz>
2553
2554 PR tree-optimize/51694
2555 * gcc.c-torture/compile/pr51694.c: new testcase.
2556
2557 2012-01-07 Jan Hubicka <jh@suse.cz>
2558
2559 PR tree-optimization/51600
2560 * g++.dg/torture/pr51600.C: New testcase.
2561
2562 2012-01-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2563
2564 PR gcov-profile/51715
2565 PR gcov-profile/51717
2566 * gcc.misc-tests/gcov-13.c: Skip on 32-bit hppa*-*-hpux*.
2567 * gcc.misc-tests/gcov-14.c: Likewise.
2568
2569 2012-01-06 Jason Merrill <jason@redhat.com>
2570
2571 * g++.dg/parse/new5.C: New.
2572
2573 2012-01-06 Patrick Marlier <patrick.marlier@gmail.com>
2574
2575 PR testsuite/51655
2576 * c-c++-common/tm/memcpy-1.c: Declare memcpy instead of
2577 including <string.h>.
2578
2579 2012-01-06 Jason Merrill <jason@redhat.com>
2580
2581 * g++.dg/abi/mangle51.C: New.
2582 * g++.dg/abi/mangle52.C: New.
2583 * g++.dg/abi/mangle53.C: New.
2584 * g++.dg/abi/mangle54.C: New.
2585 * g++.dg/abi/mangle55.C: New.
2586 * g++.dg/abi/mangle56.C: New.
2587 * g++.dg/abi/mangle57.C: New.
2588 * g++.dg/abi/mangle58.C: New.
2589 * g++.dg/abi/mangle59.C: New.
2590 * g++.dg/cpp0x/trailing3.C: Update mangling.
2591 * g++.dg/cpp0x/variadic111.C: Update mangling.
2592 * g++.dg/cpp0x/variadic4.C: Update mangling.
2593 * g++.dg/cpp0x/variadic42.C: Pass -fabi-version=5.
2594 * g++.dg/template/nontype22.C: Works now.
2595 * g++.dg/template/pr35240.C: Works now.
2596
2597 * g++.dg/cpp0x/error7.C: New.
2598
2599 2012-01-06 Tobias Burnus <burnus@net-b.de>
2600
2601 * gfortran.dg/deallocate_stat_2.f90: New.
2602 * coarray/allocate_errgmsg.f90: New.
2603 * gfortran.dg/coarray_lib_alloc_1.f90: New.
2604 * gfortran.dg/coarray_lib_alloc_2.f90: New.
2605 * coarray/subobject_1.f90: Fix for num_images > 1.
2606 * gfortran.dg/deallocate_stat.f90: Update due to changed
2607 stat= handling.
2608
2609 2012-01-06 Andrew Stubbs <ams@codesourcery.com>
2610
2611 * gcc.target/arm/headmerge-2.c: Adjust scan pattern.
2612
2613 2012-01-06 Eric Botcazou <ebotcazou@adacore.com>
2614
2615 * ada/acats/overflow.lst: Add cb20004.
2616
2617 2012-01-05 Dodji Seketeli <dodji@redhat.com>
2618
2619 PR c++/51541
2620 * g++.dg/cpp0x/alias-decl-18.C: New test.
2621
2622 2012-01-05 Eric Botcazou <ebotcazou@adacore.com>
2623
2624 * gcc.c-torture/execute/20120104-1.c: New test.
2625
2626 2012-01-05 Paul Thomas <pault@gcc.gnu.org>
2627
2628 PR fortran/PR48946
2629 * gfortran.dg/typebound_operator_9.f03: This is now a copy of
2630 the old typebound_operator_8.f03.
2631 * gfortran.dg/typebound_operator_8.f03: New version of
2632 typebound_operator_7.f03 with 'u' a derived type instead of a
2633 class object.
2634
2635 2012-01-05 Richard Guenther <rguenther@suse.de>
2636
2637 * g++.dg/torture/pr49309.C: Skip for -flto.
2638
2639 2012-01-05 Jakub Jelinek <jakub@redhat.com>
2640
2641 PR middle-end/51761
2642 * gcc.c-torture/compile/pr51761.c: New test.
2643
2644 2012-01-05 Richard Guenther <rguenther@suse.de>
2645
2646 PR tree-optimization/51760
2647 * gcc.dg/torture/pr51760.c: New testcase.
2648
2649 2012-01-05 Aldy Hernandez <aldyh@redhat.com>
2650
2651 PR middle-end/51472
2652 * gcc.dg/tm/memopt-6.c: Adjust regexp.
2653
2654 2012-01-05 Richard Guenther <rguenther@suse.de>
2655
2656 PR lto/41576
2657 * gfortran.dg/lto/pr41576_0.f90: New testcase.
2658 * gfortran.dg/lto/pr41576_1.f90: Likewise.
2659
2660 2012-01-04 Jakub Jelinek <jakub@redhat.com>
2661
2662 PR debug/51695
2663 * gcc.dg/pr51695.c: New test.
2664
2665 2012-01-04 Andrew Pinski <apinski@cavium.com>
2666
2667 * gcc.target/mips/mips64-dsp-ldx1.c: New test.
2668 * gcc.target/mips/octeon2-lx-1.c: New test.
2669 * gcc.target/mips/mips64-dsp-ldx.c: New test.
2670 * gcc.target/mips/octeon2-lx-2.c: New test.
2671 * gcc.target/mips/octeon2-lx-3.c: New test.
2672
2673 2012-01-04 Patrick Marlier <patrick.marlier@gmail.com>
2674
2675 PR other/51163
2676 PR other/51164
2677 * gcc.dg/tm/alias-1.c: Adjust regexp.
2678 * gcc.dg/tm/alias-2.c: Adjust regexp.
2679
2680 2012-01-04 Paolo Carlini <paolo.carlini@oracle.com>
2681
2682 PR c++/51064
2683 * g++.dg/warn/Wparentheses-26.C: New.
2684
2685 2012-01-04 Mikael Morin <mikael@gcc.gnu.org>
2686
2687 * gfortran.dg/elemental_optional_args_2.f90: New test.
2688
2689 2012-01-04 Thomas Koenig <tkoenig@gcc.gnu.org>
2690
2691 PR fortran/49693
2692 * gfortran.dg/common_17.f90: New test.
2693
2694 2012-01-04 Richard Guenther <rguenther@suse.de>
2695
2696 PR tree-optimization/49651
2697 * gcc.dg/tree-ssa/pta-ptrarith-1.c: Adjust.
2698 * gcc.dg/tree-ssa/pta-ptrarith-2.c: Likewise.
2699
2700 2012-01-03 Paolo Carlini <paolo.carlini@oracle.com>
2701
2702 PR c++/51738
2703 * g++.dg/cpp0x/initlist-postfix-open-square.C: New.
2704
2705 2012-01-03 Andrew Pinski <apinski@cavium.com>
2706
2707 * lib/scanasm.exp (dg-function-on-line): Always use a special format
2708 for all mips targets. Also allow an optional .cfi_startproc.
2709
2710 2012-01-03 Uros Bizjak <ubizjak@gmail.com>
2711
2712 * gfortran.dg/typebound_operator_8.f03: Use dg-add-options ieee.
2713
2714 2012-01-03 Paolo Carlini <paolo.carlini@oracle.com>
2715
2716 PR c++/29273
2717 * g++.dg/rtti/dyncast5.C: New.
2718
2719 2012-01-03 Richard Guenther <rguenther@suse.de>
2720
2721 PR tree-optimization/51070
2722 * gcc.dg/torture/pr51070-2.c: New testcase.
2723
2724 2012-01-03 Richard Guenther <rguenther@suse.de>
2725
2726 PR tree-optimization/51692
2727 * gcc.dg/torture/pr51692.c: New testcase.
2728
2729 2012-01-03 Richard Guenther <rguenther@suse.de>
2730
2731 PR debug/51650
2732 * g++.dg/lto/pr51650-3_0.C: New testcase.
2733
2734 2012-01-03 Paolo Carlini <paolo.carlini@oracle.com>
2735
2736 PR c++/15867
2737 * g++.dg/warn/Wredundant-decls-spec.C: New.
2738
2739 2012-01-03 Jakub Jelinek <jakub@redhat.com>
2740
2741 PR tree-optimization/51719
2742 * g++.dg/tree-prof/pr51719.C: New test.
2743
2744 2012-01-03 Richard Guenther <rguenther@suse.de>
2745
2746 PR middle-end/51730
2747 * gcc.dg/fold-compare-6.c: New testcase.
2748
2749 2012-01-03 Jakub Jelinek <jakub@redhat.com>
2750
2751 PR c++/51669
2752 * g++.dg/gomp/pr51669.C: New test.
2753
2754 2012-01-02 Jason Merrill <jason@redhat.com>
2755
2756 PR c++/51675
2757 * g++.dg/cpp0x/constexpr-union2.C: New.
2758
2759 PR c++/51666
2760 * g++.dg/cpp0x/nsdmi-defer5.C: New.
2761
2762 2012-01-02 Dodji Seketeli <dodji@redhat.com>
2763
2764 PR c++/51462
2765 * g++.dg/cpp0x/constexpr-99.C: New test.
2766
2767 2012-01-02 Paolo Carlini <paolo.carlini@oracle.com>
2768
2769 PR c++/20140
2770 * g++.dg/template/init9.C: New.
2771
2772 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
2773
2774 * gcc.dg/memcpy-4.c: Add nomips16 attribute for MIPS targets.
2775 Increase copy to 5 bytes. Look for at least two "mem/s/u"s,
2776 rather than a specific number.
2777
2778 2012-01-02 Paul Thomas <pault@gcc.gnu.org>
2779
2780 PR fortran/46262
2781 PR fortran/46328
2782 PR fortran/51052
2783 * gfortran.dg/typebound_operator_7.f03: New.
2784 * gfortran.dg/typebound_operator_8.f03: New.
2785
2786 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
2787
2788 PR target/51729
2789 * gcc.target/mips/dspr2-MULT.c: Remove -ffixed-hi -ffixed-lo.
2790 XFAIL.
2791 * gcc.target/mips/dspr2-MULTU.c: Likewise.
2792
2793 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
2794
2795 * gcc.dg/pr46309.c: Add -mtune=octeon2 for MIPS.
2796
2797 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
2798
2799 * g++.dg/cpp0x/constexpr-rom.C: Look for .rdata rather than rodata
2800 for MIPS.
2801
2802 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
2803
2804 * gfortran.dg/io_real_boz_3.f90: Require fortran_real_16.
2805 * gfortran.dg/io_real_boz_4.f90: Likewise.
2806 * gfortran.dg/io_real_boz_5.f90: Likewise.
2807
2808 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
2809
2810 * g++.dg/opt/devirt2.C: Add -mno-abicalls for MIPS.
2811
2812 2012-01-02 Revital Eres <revital.eres@linaro.org>
2813
2814 * gcc.dg/sms-11.c: New file.
2815
2816 2012-01-02 Tobias Burnus <burnus@net-b.de>
2817
2818 PR fortran/51682
2819 * gfortran.dg/coarray/image_index_3.f90: New.
2820
2821 2012-01-01 Paolo Carlini <paolo.carlini@oracle.com>
2822
2823 PR c++/16603
2824 * g++.dg/parse/enum8.C: New.
2825
2826 2012-01-01 Paolo Carlini <paolo.carlini@oracle.com>
2827
2828 PR c++/51379
2829 * g++.dg/conversion/reinterpret4.C: New.
2830 * g++.dg/conversion/reinterpret1.C: Adjust.
2831
2832 2012-01-01 Paolo Carlini <paolo.carlini@oracle.com>
2833
2834 * g++.dg/cpp0x/constexpr-delegating2.C: Add missing piece.
2835
2836 2012-01-01 Fabien ChĂȘne <fabien@gcc.gnu.org>
2837
2838 * g++.old-deja/g++.brendan/crash25.C: Adjust.
2839 * g++.old-deja/g++.brendan/crash56.C: Likewise.
2840 * g++.old-deja/g++.jason/access14.C: Likewise.
2841 * g++.old-deja/g++.jason/access8.C: Likewise.
2842 * g++.old-deja/g++.jason/access1.C: Likewise.
2843 * g++.old-deja/g++.other/access3.C: Likewise.
2844 * g++.old-deja/g++.other/access5.C: Likewise.
2845 * g++.old-deja/g++.law/unsorted1.C: Likewise.
2846 * g++.old-deja/g++.law/visibility22.C: Likewise.
2847 * g++.old-deja/g++.law/visibility26.C: Likewise.
2848 * g++.old-deja/g++.mike/p2746.C: Likewise.
2849 * g++.dg/debug/using1.C: Likewise.
2850 * g++.dg/lookup/using51.C: Likewise.
2851 * g++.dg/inherit/using5.C: Likewise.
2852 * g++.dg/inherit/pr30297.C: Likewise.
2853 * g++.dg/inherit/access8.C: Likewise.
2854 * g++.dg/torture/pr39362.C: Likewise.
2855 * g++.dg/template/crash13.C: Likewise.
2856 * g++.dg/template/using10.C: Likewise.
2857
2858 2012-01-01 Thomas Koenig <tkoenig@gcc.gnu.org>
2859
2860 PR fortran/51502
2861 * lib/gcc-dg.exp (scan-module-absence): Really commit last
2862 change.
2863
2864 2012-01-01 Ira Rosen <irar@il.ibm.com>
2865
2866 PR tree-optimization/51704
2867 * gfortran.dg/vect/no-fre-no-copy-prop-O3-pr51704.f90: New.
2868 * gfortran.dg/vect/vect.exp: Run no-fre-no-copy-prop-O3-* with
2869 corresponding flags.
2870
2871 2012-01-01 Paolo Carlini <paolo.carlini@oracle.com>
2872
2873 PR c++/51723
2874 * g++.dg/cpp0x/constexpr-delegating2.C: New.
2875
2876 2012-01-01 Jan Hubicka <jh@suse.cz>
2877
2878 PR rtl-optimization/51069
2879 * gcc.c-torture/compile/pr51069.c: New testcase.
2880
2881 2012-01-01 Jakub Jelinek <jakub@redhat.com>
2882
2883 PR tree-optimization/51683
2884 * gcc.dg/pr51683.c: New test.
2885 \f
2886 Copyright (C) 2012 Free Software Foundation, Inc.
2887
2888 Copying and distribution of this file, with or without modification,
2889 are permitted in any medium without royalty provided the copyright
2890 notice and this notice are preserved.