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