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