re PR ada/41929 (64-bit null_pointer_deref1 gnat.dg test consumes all available memory)
[gcc.git] / gcc / testsuite / ChangeLog
1 2011-02-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2
3 PR ada/41929
4 * gnat.dg/null_pointer_deref1.exp: Don't skip on
5 sparc*-sun-solaris2.11.
6
7 2011-02-14 Janus Weil <janus@gcc.gnu.org>
8
9 PR fortran/47349
10 * gfortran.dg/argument_checking_18.f90: New.
11
12 2011-02-13 Tobias Burnus <burnus@net-b.de>
13
14 * gfortran.dg/argument_checking_13.f90: Update dg-error.
15 * gfortran.dg/argument_checking_17.f90: New.
16
17 2011-02-12 Janus Weil <janus@gcc.gnu.org>
18
19 * gfortran.dg/allocate_derived_1.f90: Modified as polymorphic arrays
20 are temporarily disabled.
21 * gfortran.dg/class_7.f03: Ditto.
22 * gfortran.dg/coarray_14.f90: Ditto.
23 * gfortran.dg/typebound_proc_13.f03: Ditto.
24
25 2011-02-12 Mikael Morin <mikael.morin@sfr.fr>
26
27 PR fortran/45586
28 * gfortran.dg/extends_11.f03: New.
29
30 2011-02-11 Xinliang David Li <davidxl@google.com>
31
32 PR tree-optimization/47707
33 * g++.dg/tree-ssa/pr47707.C: New test.
34
35 2011-02-11 Eric Botcazou <ebotcazou@adacore.com>
36
37 * g++.dg/opt/inline17.C: New test.
38
39 2011-02-11 Tobias Burnus <burnus@net-b.de>
40
41 PR fortran/47550
42 * gfortran.dg/pure_formal_2.f90: New.
43
44 2011-02-11 Pat Haugen <pthaugen@us.ibm.com>
45
46 PR rtl-optimization/47614
47 * gfortran.dg/pr47614.f: New.
48
49 2011-02-11 Joseph Myers <joseph@codesourcery.com>
50
51 PR driver/47678
52 * gcc.dg/opts-6.c: New test.
53
54 2011-02-11 Jakub Jelinek <jakub@redhat.com>
55
56 PR debug/47684
57 * gcc.dg/pr47684.c: New test.
58
59 2011-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
60
61 PR target/47629
62 * gcc.target/i386/pr47312.c: Use dg-require-effective-target
63 c99_runtime, dg-add-options c99_runtime.
64 (main): Use __asm__.
65
66 2011-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
67
68 PR testsuite/47400
69 * lib/target-supports.exp (check_ascii_locale_available): New proc.
70 * lib/target-supports-dg.exp (dg-require-ascii-locale): New proc.
71 * gcc.dg/attr-alias-5.c: Use dg-require-ascii-locale.
72 * gcc.dg/ucnid-10.c: Likewise.
73 * gcc.dg/ucnid-13.c: Likewise.
74 * gcc.dg/ucnid-7.c: Likewise.
75 * gcc.dg/ucnid-8.c: Likewise.
76 * Adapt dg-warning line number.
77
78 2011-02-10 Uros Bizjak <ubizjak@gmail.com>
79
80 * gcc.target/i386/parity-1.c: Use -march=k8.
81 * gcc.target/i386/parity-2.c: Ditto.
82 * gcc.target/i386/vecinit-1.c: Ditto.
83 * gcc.target/i386/vecinit-2.c: Ditto.
84
85 2011-02-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
86
87 PR target/46610
88 * gcc.target/mips/save-restore-1.c: Skip on mips-sgi-irix6*.
89 * gcc.target/mips/save-restore-3.c: Likewise.
90 * gcc.target/mips/save-restore-4.c: Likewise.
91 * gcc.target/mips/save-restore-5.c: Likewise.
92
93 PR target/47683
94 * g++.dg/tree-prof/partition1.C: Skip on mips-sgi-irix*.
95 * g++.dg/tree-prof/partition2.C: Likewise.
96
97 2011-02-09 Jason Merrill <jason@redhat.com>
98
99 * g++.dg/tree-ssa/inline-3.C: Use a normal function
100 rather than misdeclare std::puts.
101
102 * g++.dg/ext/vla1.C: Adjust for C++0x mode.
103 * g++.dg/other/warning1.C: Likewise.
104 * g++.old-deja/g++.bugs/900119_01.C: Likewise.
105 * g++.old-deja/g++.gb/scope06.C: Likewise.
106 * g++.old-deja/g++.law/cvt11.C: Likewise.
107 * g++.old-deja/g++.law/init1.C: Likewise.
108 * g++.dg/abi/mangle26.C: Likewise.
109
110 * g++.dg/template/function1.C: Adjust for C++0x mode.
111 * g++.dg/cpp0x/regress/template-function1.C: Copy it.
112
113 * g++.dg/ext/label10.C: Adjust for C++0x mode.
114 * g++.dg/cpp0x/regress/ext-label10.C: Copy it.
115
116 * g++.dg/cpp0x/regress/ext-cond1.C: Copy from ext/cond1.C.
117
118 * g++.dg/cpp0x/regress/abi-empty7.C: New.
119
120 * g++.dg/cpp0x/regress: New directory.
121 * g++.dg/cpp0x/constexpr-regress1.C: Move to regress/regress1.C.
122 * g++.dg/cpp0x/constexpr-regress2.C: Move to regress/regress2.C.
123 * g++.dg/cpp0x/regress/regress3.C: New.
124
125 2011-02-10 Richard Guenther <rguenther@suse.de>
126
127 PR tree-optimization/47677
128 * gcc.dg/torture/pr47677.c: New testcase.
129
130 2011-02-10 Iain Sandoe <iains@gcc.gnu.org>
131
132 * objc.dg/special/load-category-1.m: Remove unused header.
133 * objc.dg/special/load-category-1a.m: Likewise.
134 * objc.dg/special/load-category-2.m: Likewise.
135 * objc.dg/special/load-category-2a.m: Likewise.
136 * objc.dg/special/load-category-3.m: Likewise.
137 * objc.dg/special/load-category-3a.m: Likewise.
138 * objc.dg/attributes/proto-attribute-2.m: Likewise.
139 * objc.dg/attributes/proto-attribute-3.m: Likewise.
140 * objc.dg/attributes/class-attribute-1.m: Likewise.
141 * objc.dg/property/property.exp: Don't run for Darwin < 9.
142 * obj-c++.dg/property/property.exp: Likewise.
143 * objc.dg/attributes/method-sentinel-1.m: Update type header.
144 * obj-c++.dg/attributes/method-sentinel-1.mm: Likewise.
145 * obj-c++.dg/attributes/proto-attribute-2.mm: Skip for Darwin < 9.
146 * obj-c++.dg/attributes/class-attribute-1.mm: Likewise.
147 * obj-c++.dg/attributes/proto-attribute-3.mm: Likewise.
148 * obj-c++.dg/template-8.mm: Likewise.
149
150 2011-02-10 Jakub Jelinek <jakub@redhat.com>
151
152 PR target/47665
153 * gcc.target/i386/pr47665.c: New test.
154
155 2011-02-10 Jie Zhang <jie@codesourcery.com>
156
157 PR testsuite/47622
158 Revert
159 2011-02-05 Jie Zhang <jie@codesourcery.com>
160 PR debug/42631
161 * gcc.dg/pr42631.c: Update test.
162 * gcc.dg/pr42631-2.c: New test.
163
164 2011-02-09 Janus Weil <janus@gcc.gnu.org>
165
166 PR fortran/47352
167 * gfortran.dg/proc_decl_25.f90: New.
168
169 2011-02-09 Janus Weil <janus@gcc.gnu.org>
170
171 PR fortran/47463
172 * gfortran.dg/typebound_assignment_2.f03: New.
173
174 2011-02-09 Richard Guenther <rguenther@suse.de>
175
176 PR tree-optimization/47664
177 * gcc.dg/tree-ssa/inline-7.c: New testcase.
178
179 2011-02-09 Eric Botcazou <ebotcazou@adacore.com>
180
181 PR middle-end/47646
182 * gnat.dg/uninit_func.adb: Adjust dg directive.
183
184 2011-02-09 Dominique Dhumieres <dominiq@lps.ens.fr>
185
186 PR middle-end/47646
187 * obj-c++.dg/attributes/method-noreturn-1.mm: Adjust dg directives.
188
189 2011-02-09 Janus Weil <janus@gcc.gnu.org>
190
191 PR fortran/47637
192 * gfortran.dg/auto_dealloc_2.f90: New.
193
194 2011-02-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
195
196 * gcc.dg/builtins-config.h: Remove __sgi handling.
197 * lib/target-supports.exp (add_options_for_c99_runtime): Add
198 -std=c99 for mips-sgi-irix6.5*.
199
200 2011-02-09 Martin Jambor <mjambor@suse.cz>
201
202 PR middle-end/45505
203 * gfortran.dg/pr25923.f90: Remove xfails.
204
205 2011-02-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
206
207 PR fortran/47583
208 * gfortran.dg/inquire_14.f90: New test.
209
210 2011-02-08 Janus Weil <janus@gcc.gnu.org>
211
212 PR fortran/45290
213 * gfortran.dg/pointer_init_6.f90: New.
214
215 2011-02-08 Jeff Law <law@redhat.com>
216
217 PR tree-optimization/42893
218 * gcc.tree-ssa/pr42893.c: New test.
219
220 2011-02-08 Sebastian Pop <sebastian.pop@amd.com>
221
222 PR tree-optimization/46834
223 PR tree-optimization/46994
224 PR tree-optimization/46995
225 * gcc.dg/graphite/id-pr46834.c: New.
226 * gfortran.dg/graphite/id-pr46994.f90: New.
227 * gfortran.dg/graphite/id-pr46995.f90: New.
228
229 2011-02-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
230
231 PR middle-end/47646
232 * gcc.dg/pr39666-2.c (foo2): If the location of the statement
233 using the variable is known the warning is emitted there.
234 * gcc.dg/uninit-pr19430.c (foo): Likewise.
235 * g++.dg/warn/Wuninitialized-5.C (foo): Likewise.
236
237 * c-c++-common/pr20000.c (g): Both warnings occur at the return
238 statement.
239 (vg): Likewise.
240 * gcc.dg/noreturn-1.c (foo5): Likewise.
241 * objc.dg/attributes/method-noreturn-1.m (method1): Likewise.
242 (method2): Likewise.
243
244 * gfortran.dg/pr25923.f90 (baz): The warning will now be issued for
245 the return statement using the uninitialized variable.
246 * gfortran.dg/pr39666-2.f90 (f): Likewise.
247
248 2011-02-08 Richard Guenther <rguenther@suse.de>
249
250 PR middle-end/47639
251 * g++.dg/opt/pr47639.c: New testcase.
252
253 2011-02-08 Richard Guenther <rguenther@suse.de>
254
255 PR tree-optimization/47632
256 * g++.dg/opt/pr47632.C: New testcase.
257
258 2011-02-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
259
260 * g++.dg/abi/packed1.C: Expect warning on spu-*-* as well.
261
262 2011-02-07 Richard Guenther <rguenther@suse.de>
263
264 PR tree-optimization/47615
265 * g++.dg/opt/pr47615.C: New testcase.
266
267 2011-02-07 Richard Guenther <rguenther@suse.de>
268
269 PR tree-optimization/47621
270 * gcc.dg/torture/pr47621.c: New testcase.
271
272 2011-02-07 Uros Bizjak <ubizjak@gmail.com>
273
274 * gfortran.dg/transpose_optimization_2.f90: Cleanup original dump.
275
276 2011-02-06 Paul Thomas <pault@gcc.gnu.org>
277
278 PR fortran/47592
279 * gfortran.dg/allocate_with_source_1 : New test.
280
281 2011-02-05 Jakub Jelinek <jakub@redhat.com>
282
283 PR middle-end/47610
284 * gcc.dg/pr47610.c: New test.
285
286 2011-02-05 Jie Zhang <jie@codesourcery.com>
287
288 PR debug/42631
289 * gcc.dg/pr42631.c: Update test.
290 * gcc.dg/pr42631-2.c: New test.
291
292 2001-02-05 Thomas Koenig <tkoenig@gcc.gnu.org>
293
294 PR fortran/47574
295 * gfortran.dg/pr47574.f90: New test.
296
297 2011-02-04 Sebastian Pop <sebastian.pop@amd.com>
298
299 PR tree-optimization/46194
300 * gcc.dg/autopar/pr46194.c: New.
301
302 2011-02-04 H.J. Lu <hongjiu.lu@intel.com>
303
304 PR tree-optimization/43695
305 * g++.dg/ipa/pr43695.C: New.
306
307 2011-02-04 Jakub Jelinek <jakub@redhat.com>
308
309 PR inline-asm/23200
310 * gcc.dg/pr23200.c: New test.
311
312 2011-02-03 Jonathan Wakely <jwakely.gcc@gmail.com>
313
314 PR c++/47589
315 * g++.dg/pr47589.C: New test.
316
317 2011-02-03 Dodji Seketeli <dodji@redhat.com>
318
319 PR c++/47398
320 * g++.dg/template/typedef37.C: New test.
321 * g++.dg/template/param1.C: Adjust expected error message.
322
323 2011-02-03 Jakub Jelinek <jakub@redhat.com>
324
325 PR middle-end/31490
326 * gcc.dg/pr31490-2.c: New test.
327 * gcc.dg/pr31490-3.c: New test.
328 * gcc.dg/pr31490-4.c: New test.
329
330 2011-02-03 Nathan Froyd <froydnj@codesourcery.com>
331 Jakub Jelinek <jakub@redhat.com>
332
333 PR c++/46890
334 * g++.dg/parser/semicolon3.C: Adjust.
335 * g++.dg/parser/semicolon4.C: New testcase.
336 * g++.dg/pr46890.C: New testcase.
337
338 2011-02-03 Paolo Carlini <paolo.carlini@oracle.com>
339
340 PR c++/29571
341 * g++.dg/init/pr29571.C: New.
342
343 2011-02-03 H.J. Lu <hongjiu.lu@intel.com>
344
345 * gfortran.dg/graphite/vect-pr40979.f90: Require vect_double
346 instead of vect_int.
347
348 2011-02-03 Jakub Jelinek <jakub@redhat.com>
349
350 PR target/47312
351 * gcc.target/i386/pr47312.c: New test.
352
353 PR target/47564
354 * gcc.target/i386/pr47564.c: New test.
355
356 2011-02-03 Alexandre Oliva <aoliva@redhat.com>
357
358 PR tree-optimization/45122
359 * gcc.dg/tree-ssa/pr45122.c: New.
360
361 2011-02-02 Michael Meissner <meissner@linux.vnet.ibm.com>
362
363 PR target/47272
364 * gcc.target/powerpc/vsx-builtin-8.c: New file, test vec_vsx_ld
365 and vec_vsx_st.
366
367 * gcc.target/powerpc/avoid-indexed-addresses.c: Disable altivec
368 and vsx so a default --with-cpu=power7 doesn't give an error
369 when -mavoid-indexed-addresses is used.
370
371 * gcc.target/powerpc/ppc32-abi-dfp-1.c: Rewrite to use an asm
372 wrapper function to save the arguments and then jump to the real
373 function, rather than depending on the compiler not to move stuff
374 before an asm.
375 * gcc.target/powerpc/ppc64-abi-dfp-2.c: Ditto.
376
377 2011-02-02 Janus Weil <janus@gcc.gnu.org>
378 Paul Thomas <pault@gcc.gnu.org>
379
380 PR fortran/47082
381 * gfortran.dg/class_37.f03 : New test.
382
383 2011-02-02 Sebastian Pop <sebastian.pop@amd.com>
384 Richard Guenther <rguenther@suse.de>
385
386 PR tree-optimization/40979
387 PR bootstrap/47044
388 * gcc.dg/graphite/graphite.exp (DEFAULT_VECTCFLAGS): Add -ffast-math.
389 * gcc.dg/graphite/pr35356-2.c: Adjust pattern.
390 * gfortran.dg/graphite/graphite.exp: Run vect_files conditionally to
391 check_vect_support_and_set_flags.
392 * gfortran.dg/graphite/vect-pr40979.f90: New.
393
394 2011-02-02 Janus Weil <janus@gcc.gnu.org>
395
396 PR fortran/47572
397 * gfortran.dg/class_36.f03: New.
398
399 2011-02-02 Richard Guenther <rguenther@suse.de>
400
401 PR tree-optimization/47566
402 * gcc.dg/lto/20110201-1_0.c: New testcase.
403
404 2011-02-02 Alexandre Oliva <aoliva@redhat.com>
405
406 PR debug/47498
407 PR debug/47501
408 PR debug/45136
409 PR debug/45130
410 * debug/pr47498.c: New.
411 * debug/pr47501.c: New.
412
413 2011-02-01 Richard Guenther <rguenther@suse.de>
414
415 PR tree-optimization/47559
416 * g++.dg/torture/pr47559.C: New testcase.
417
418 2011-02-01 Janus Weil <janus@gcc.gnu.org>
419
420 PR fortran/47565
421 * gfortran.dg/typebound_call_20.f03: New.
422
423 2011-02-01 Richard Guenther <rguenther@suse.de>
424
425 PR tree-optimization/47555
426 * gcc.dg/pr47555.c: New testcase.
427
428 2011-02-01 Richard Guenther <rguenther@suse.de>
429
430 PR tree-optimization/47541
431 * g++.dg/torture/pr47541.C: New testcase.
432
433 2011-01-31 Janus Weil <janus@gcc.gnu.org>
434
435 PR fortran/47455
436 * gfortran.dg/typebound_call_19.f03: New.
437
438 2011-01-31 Jakub Jelinek <jakub@redhat.com>
439
440 PR c++/47416
441 * g++.dg/cpp0x/pr47416.C: New test.
442
443 2011-01-31 Paul Thomas <pault@gcc.gnu.org>
444
445 PR fortran/47519
446 * gfortran.dg/allocate_deferred_char_scalar_2.f03: New test.
447
448 2011-01-31 Janus Weil <janus@gcc.gnu.org>
449
450 PR fortran/47463
451 * gfortran.dg/typebound_assignment_1.f03: New.
452
453 2011-01-31 Jakub Jelinek <jakub@redhat.com>
454
455 PR tree-optimization/47538
456 * gcc.c-torture/execute/pr47538.c: New test.
457
458 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
459
460 PR target/45325
461 * gcc.target/i386/pr38240.c: Add dg-options "-msse".
462
463 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
464
465 * g++.dg/abi/mangle40.C: Pass "" to dg-require-weak.
466
467 2011-01-31 Eric Botcazou <ebotcazou@adacore.com>
468
469 PR rtl-optimization/44031
470 * gcc.c-torture/compile/20110131-1.c: New test.
471
472 2011-01-31 Tobias Burnus <burnus@net-b.de>
473
474 PR fortran/47042
475 * gfortran.dg/stmt_func_1.f90: New.
476
477 2011-01-31 Tobias Burnus <burnus@net-b.de>
478
479 PR fortran/47042
480 * gfortran.dg/interface_34.f90: New.
481
482 2011-01-30 Paul Thomas <pault@gcc.gnu.org>
483
484 PR fortran/47523
485 * gfortran.dg/realloc_on_assign_5.f03: New test.
486 * gfortran.dg/realloc_on_assign_5.f03: New test.
487
488 2011-01-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
489
490 * gfortran.dg/bessel_6.f90: XFAIL on spu-*-*.
491 * gfortran.dg/bessel_7.f90: Likewise.
492 * gfortran.dg/erf_2.F90: Likewise. Always run with -O0.
493
494 * gfortran.dg/complex_intrinsics_5.f90: Increase "epsilon".
495 * gfortran.dg/sum_init_expr.f03: Likewise.
496
497 * gfortran.dg/realloc_on_assign_2.f03: Skip on spu-*-*.
498
499 * gfortran.dg/lto/20091016-1_0.f90: Replace -shared with
500 -r -nostdlib.
501
502 * gfortran.dg/vect/fast-math-vect-8.f90: Check for vectorized
503 loop only on "vect_intfloat_cvt" targets.
504
505 2011-01-29 Tobias Burnus <burnus@net-b.de>
506
507 PR fortran/47531
508 * gfortran.dg/shape_6.f90: New.
509
510 2011-01-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>
511
512 PR libgfortran/47434
513 * gfortran.dg/read_infnan_1.f90: Update test.
514 * gfortran.dg/module_nan.f90: Update test.
515 * gfortran.dg/char4_iunit_1.f03: Update test.
516 * gfortran.dg/large_real_kind_1.f90: Update test.
517 * gfortran.dg/real_const_3.f90: Update test.
518 * gfortran.fortran-torture/execute/nan_inf_fmt.f90: Update test.
519
520 2011-01-29 Dodji Seketeli <dodji@redhat.com>
521
522 PR c++/47311
523 * g++.dg/template/param2.C: New test.
524
525 2011-01-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
526
527 PR libgfortran/47285
528 * gfortran.dg/fmt_g.f: New test.
529
530 2011-01-28 Tobias Burnus <burnus@net-b.de>
531
532 PR fortran/47507
533 * gfortran.dg/pure_formal_1.f90: New.
534
535 2011-01-28 Jakub Jelinek <jakub@redhat.com>
536
537 PR target/42894
538 * gcc.dg/tls/pr42894.c: New test.
539
540 2011-01-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
541
542 * gcc.dg/pr47276.c: Add dg-require-visibility.
543
544 2011-01-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
545
546 * gcc.target/i386/asm-6.c: XFAIL on i?86-pc-solaris2.1[0-9] && ilp32.
547
548 2011-01-28 Paul Thomas <pault@gcc.gnu.org>
549 Tobias Burnus <burnus@gcc.gnu.org>
550
551 PR fortran/45170
552 PR fortran/35810
553 PR fortran/47350
554 * gfortran.dg/realloc_on_assign_3.f03: New test.
555 * gfortran.dg/realloc_on_assign_4.f03: New test.
556 * gfortran.dg/allocatable_function_5.f90: New test.
557 * gfortran.dg/allocate_deferred_char_scalar_1.f03: New test.
558 * gfortran.dg/deferred_type_param_2.f90: Remove two "not yet
559 implemented" dg-errors.
560
561 2011-01-27 Jan Hubicka <jh@suse.cz>
562
563 PR middle-end/46949
564 * gcc.dg/attr-weakref-4.c: New testcase
565
566 2011-01-27 Martin Jambor <mjambor@suse.cz>
567
568 PR tree-optimization/47228
569 * gcc.dg/torture/pr47228.c: New test.
570
571 2011-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
572
573 * gcc.dg/tree-ssa/pr42585.c: Disable on s390 and s390x.
574
575 2011-01-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
576
577 * lib/compat.exp (compat-execute): Pass -Wl,--extra-stack-space=8192
578 when using auto-overlay support on the SPU.
579
580 2011-01-27 Eric Botcazou <ebotcazou@adacore.com>
581
582 PR rtl-optimization/44174
583 * gcc.target/i386/asm-6.c: New test.
584
585 2011-01-26 Mikael Pettersson <mikpe@it.uu.se>
586
587 PR rtl-optimization/46856
588 * gcc.c-torture/compile/pr46856.c: New test.
589
590 2011-01-26 Nicola Pero <nicola.pero@meta-innovation.com>
591 Andrew Pinski <pinskia@gmail.com>
592
593 PR c/43082
594 * gcc.dg/pr43082.c: New.
595
596 2011-01-26 DJ Delorie <dj@redhat.com>
597
598 PR rtl-optimization/46878
599 * gcc.dg/pr46878-1.c: New test.
600
601 2011-01-26 Jakub Jelinek <jakub@redhat.com>
602
603 PR c++/47476
604 * g++.dg/cpp0x/pr47476.C: New test.
605
606 2011-01-26 Eric Botcazou <ebotcazou@adacore.com>
607
608 * gcc.c-torture/compile/20110126-1.c: New test.
609
610 2011-01-26 Jakub Jelinek <jakub@redhat.com>
611
612 PR c/47473
613 * gcc.dg/torture/pr47473.c: New test.
614
615 2011-01-26 Jan Hubicka <jh@suse.cz>
616
617 PR target/47237
618 * gcc.c-torture/execute/pr47237.c: New testcase.
619
620 2011-01-26 Jan Hubicka <jh@suse.cz>
621
622 PR tree-optimization/47190
623 * gcc.dg/attr-weakref-3.c: New testcase.
624
625 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
626
627 PR c++/43601
628 * gcc.dg/dll-9a.c: New test file.
629 * gcc.dg/dll-11.c: Likewise.
630 * gcc.dg/dll-12.c: Likewise.
631 * gcc.dg/dll-12a.c: Likewise.
632 * gcc.dg/dll-11a.c: Likewise.
633 * gcc.dg/dll-9.c: Likewise.
634 * gcc.dg/dll-10.c: Likewise.
635 * gcc.dg/dll-10a.c: Likewise.
636 * g++.dg/ext/dllexport4a.cc: Likewise.
637 * g++.dg/ext/dllexport4.C: Likewise.
638 * g++.dg/ext/dllexport5.C: Likewise.
639 * g++.dg/ext/dllexport5a.cc: Likewise.
640
641 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
642
643 PR tree-optimization/46970
644 * gcc.dg/graphite/pr46970.c: New.
645
646 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
647
648 PR tree-optimization/46215
649 * gcc.dg/graphite/pr46215.c: New.
650
651 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
652
653 PR tree-optimization/46168
654 * gcc.dg/graphite/pr46168.c: New.
655
656 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
657
658 PR tree-optimization/43657
659 * gcc.dg/graphite/pr43657.c: New.
660
661 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
662
663 PR tree-optimization/29832
664 * gfortran.dg/graphite/pr29832.f90: New.
665
666 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
667
668 PR tree-optimization/43567
669 * gcc.dg/graphite/pr43567.c: New.
670
671 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
672
673 * gfortran.dg/graphite/interchange-4.f: New.
674 * gfortran.dg/graphite/interchange-5.f: New.
675
676 * gcc.dg/tree-ssa/ltrans-1.c: Removed.
677 * gcc.dg/tree-ssa/ltrans-2.c: Removed.
678 * gcc.dg/tree-ssa/ltrans-3.c: Removed.
679 * gcc.dg/tree-ssa/ltrans-4.c: Removed.
680 * gcc.dg/tree-ssa/ltrans-5.c: Removed.
681 * gcc.dg/tree-ssa/ltrans-6.c: Removed.
682 * gcc.dg/tree-ssa/ltrans-8.c: Removed.
683 * gfortran.dg/ltrans-7.f90: Removed.
684 * gcc.dg/tree-ssa/data-dep-1.c: Removed.
685
686 * gcc.dg/pr18792.c: -> gcc.dg/graphite/pr18792.c
687 * gcc.dg/pr19910.c: -> gcc.dg/graphite/pr19910.c
688 * gcc.dg/tree-ssa/20041110-1.c: -> gcc.dg/graphite/pr20041110-1.c
689 * gcc.dg/tree-ssa/pr20256.c: -> gcc.dg/graphite/pr20256.c
690 * gcc.dg/pr23625.c: -> gcc.dg/graphite/pr23625.c
691 * gcc.dg/tree-ssa/pr23820.c: -> gcc.dg/graphite/pr23820.c
692 * gcc.dg/tree-ssa/pr24309.c: -> gcc.dg/graphite/pr24309.c
693 * gcc.dg/tree-ssa/pr26435.c: -> gcc.dg/graphite/pr26435.c
694 * gcc.dg/pr29330.c: -> gcc.dg/graphite/pr29330.c
695 * gcc.dg/pr29581-1.c: -> gcc.dg/graphite/pr29581-1.c
696 * gcc.dg/pr29581-2.c: -> gcc.dg/graphite/pr29581-2.c
697 * gcc.dg/pr29581-3.c: -> gcc.dg/graphite/pr29581-3.c
698 * gcc.dg/pr29581-4.c: -> gcc.dg/graphite/pr29581-4.c
699 * gcc.dg/tree-ssa/loop-27.c: -> gcc.dg/graphite/pr30565.c
700 * gcc.dg/tree-ssa/pr31183.c: -> gcc.dg/graphite/pr31183.c
701 * gcc.dg/tree-ssa/pr33576.c: -> gcc.dg/graphite/pr33576.c
702 * gcc.dg/tree-ssa/pr33766.c: -> gcc.dg/graphite/pr33766.c
703 * gcc.dg/pr34016.c: -> gcc.dg/graphite/pr34016.c
704 * gcc.dg/tree-ssa/pr34017.c: -> gcc.dg/graphite/pr34017.c
705 * gcc.dg/tree-ssa/pr34123.c: -> gcc.dg/graphite/pr34123.c
706 * gcc.dg/tree-ssa/pr36287.c: -> gcc.dg/graphite/pr36287.c
707 * gcc.dg/tree-ssa/pr37686.c: -> gcc.dg/graphite/pr37686.c
708 * gcc.dg/pr42917.c: -> gcc.dg/graphite/pr42917.c
709 * gcc.dg/tree-ssa/data-dep-1.c
710 * gfortran.dg/loop_nest_1.f90: -> gfortran.dg/graphite/pr29290.f90
711 * gfortran.dg/pr29581.f90: -> gfortran.dg/graphite/pr29581.f90
712 * gfortran.dg/pr36286.f90: -> gfortran.dg/graphite/pr36286.f90
713 * gfortran.dg/pr36922.f: -> gfortran.dg/graphite/pr36922.f
714 * gfortran.dg/pr39516.f: -> gfortran.dg/graphite/pr39516.f
715
716 2011-01-25 Jakub Jelinek <jakub@redhat.com>
717
718 PR tree-optimization/47265
719 PR tree-optimization/47443
720 * gcc.c-torture/compile/pr47265.c: New test.
721 * gcc.dg/pr47443.c: New test.
722
723 2011-01-25 Martin Jambor <mjambor@suse.cz>
724
725 PR tree-optimization/47382
726 * g++.dg/torture/pr47382.C: New test.
727 * g++.dg/opt/devirt1.C: Xfail.
728
729 2011-01-25 Yao Qi <yao@codesourcery.com>
730
731 PR target/45701
732 * gcc.target/arm/pr45701-1.c: New test.
733 * gcc.target/arm/pr45701-2.c: New test.
734 * gcc.target/arm/pr45701-3.c: New test.
735
736 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
737 Jakub Jelinek <jakub@redhat.com>
738
739 PR tree-optimization/47271
740 * gcc.dg/tree-ssa/ifc-pr47271.c: New.
741
742 2011-01-25 Nick Clifton <nickc@redhat.com>
743
744 * gcc.target/rx/builtins.c: Allow -fipa-cp-clone.
745 (saturate_add): Delete.
746 (exchange): Delete.
747 (main): Do not run saturate_add.
748 (set_interrupts): Delete.
749
750 2011-01-25 Tobias Burnus <burnus@net-b.de>
751
752 PR fortran/47448
753 * gfortran.dg/redefined_intrinsic_assignment_2.f90: New.
754
755 2011-01-25 Jakub Jelinek <jakub@redhat.com>
756
757 PR tree-optimization/47427
758 PR tree-optimization/47428
759 * gcc.c-torture/compile/pr47427.c: New test.
760 * gcc.c-torture/compile/pr47428.c: New test.
761
762 2011-01-25 Richard Guenther <rguenther@suse.de>
763
764 PR middle-end/47411
765 * gcc.dg/torture/pr47411.c: New testcase.
766
767 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
768
769 * gfortran.dg/graphite/id-24.f: New.
770 * gfortran.dg/graphite/id-25.f: New.
771
772 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
773
774 * gfortran.dg/graphite/id-23.f: New.
775
776 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
777
778 * gfortran.dg/graphite/interchange-3.f90: Un-XFAILed.
779
780 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
781
782 * gcc.dg/graphite/block-0.c: Un-XFAILed.
783 * gcc.dg/graphite/block-1.c: Un-XFAILed.
784 * gcc.dg/graphite/block-7.c: Un-XFAILed.
785 * gcc.dg/graphite/block-8.c: Un-XFAILed.
786 * gcc.dg/graphite/interchange-12.c: Un-XFAILed.
787 * gcc.dg/graphite/interchange-14.c: Un-XFAILed.
788 * gcc.dg/graphite/interchange-15.c: Un-XFAILed.
789 * gcc.dg/graphite/interchange-8.c: Un-XFAILed.
790 * gcc.dg/graphite/interchange-mvt.c: Un-XFAILed.
791
792 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
793
794 * gcc.dg/graphite/block-0.c: Add documentation.
795 * gcc.dg/graphite/block-4.c: Same.
796 * gcc.dg/graphite/block-7.c: Same.
797 * gcc.dg/graphite/block-8.c: New.
798 * gcc.dg/graphite/interchange-1.c: Un-XFAILed.
799 * gcc.dg/graphite/interchange-11.c: Un-XFAILed.
800 * gcc.dg/graphite/interchange-12.c: Add documentation.
801 * gcc.dg/graphite/interchange-13.c: New.
802 * gcc.dg/graphite/interchange-14.c: New.
803 * gcc.dg/graphite/interchange-15.c: New.
804 * gcc.dg/graphite/interchange-8.c: Add documentation.
805 * gcc.dg/graphite/interchange-mvt.c: Same.
806
807 2011-01-24 Michael Meissner <meissner@linux.vnet.ibm.com>
808
809 PR target/47408
810 * gcc.target/powerpc/altivec-11.c: Add explicit -mno-vsx.
811 * gcc.target/powerpc/altivec-14.c: Ditto.
812 * gcc.target/powerpc/altivec-33.c: Ditto.
813 * gcc.target/powerpc/altivec-types-1.c: Ditto.
814 * gcc.target/powerpc/altivec-types-2.c: Ditto.
815 * gcc.target/powerpc/altivec-types-3.c: Ditto.
816 * gcc.target/powerpc/altivec-types-4.c: Ditto.
817 * gcc.target/powerpc/ppc-vector-memcpy.c: Ditto.
818 * gcc.target/powerpc/ppc-vector-memset.c: Ditto.
819 * g++.dg/ext/altivec-15.C: Ditto.
820 * g++.dg/ext/altivec-types-1.C: Ditto.
821 * g++.dg/ext/altivec-types-2.C: Ditto.
822 * g++.dg/ext/altivec-types-3.C: Ditto.
823 * g++.dg/ext/altivec-types-4.C: Ditto.
824
825 2011-01-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
826
827 * lib/scanasm.exp (dg-function-on-line): Handle mips-sgi-irix*.
828
829 2011-01-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
830
831 * gfortran.dg/cray_pointers_2.f90: Avoid cycling through
832 optimization options.
833
834 2011-01-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
835
836 * gfortran.dg/array_constructor_33.f90: Use dg-timeout-factor 4.
837
838 PR testsuite/45988
839 * gfortran.dg/vect/fast-math-pr38968.f90: Use dg-timeout-factor 2.
840
841 2011-01-23 Tobias Burnus <burnus@net-b.de>
842
843 PR fortran/47421
844 * gfortran.dg/allocatable_scalar_12.f90: New.
845
846 2011-01-23 Ira Rosen <irar@il.ibm.com>
847
848 * gcc.dg/vect/costmodel/spu/costmodel-vect-33.c: Expect
849 vectorization to be not profitable if peeling is used to
850 realign the memory access.
851 * gcc.dg/vect/costmodel/spu/costmodel-vect-76a.c: Increase
852 loop bound to avoid loop unrolling.
853 * gcc.dg/vect/costmodel/spu/costmodel-vect-76c.c: Likewise.
854
855 2011-01-22 Jan Hubicka <jh@suse.cz>
856
857 PR lto/47333
858 * g++.dg/lto/pr47333.C: New file.
859
860 2011-01-22 Jan Hubicka <jh@suse.cz>
861
862 PR tree-optimization/43884
863 PR lto/44334
864 * gcc.dg/autopar/outer-2.c: Increase array size.
865 * gcc.dg/tree-ssa/ldist-pr45948.c: Update test.
866
867 2011-01-22 Thomas Koenig <tkoenig@gcc.gnu.org>
868
869 PR fortran/38536
870 * gfortran.dg/c_loc_tests_16.f90: New test.
871
872 2011-01-22 Tobias Burnus <burnus@net-b.de>
873
874 PR fortran/47399
875 * gfortran.dg/typebound_proc_19.f90: New.
876
877 2011-01-21 Jeff Law <law@redhat.com>
878
879 PR tree-optimization/47053
880 * g++.dg/pr47053.C: New test.
881
882 2011-01-21 Jason Merrill <jason@redhat.com>
883
884 PR c++/47041
885 * g++.dg/cpp0x/constexpr-ctor6.C: New.
886
887 2011-01-21 Jakub Jelinek <jakub@redhat.com>
888
889 PR c++/47388
890 * g++.dg/cpp0x/range-for10.C: New test.
891 * g++.dg/template/for1.C: New test.
892
893 PR middle-end/45566
894 * g++.dg/tree-prof/partition3.C: New test.
895
896 * g++.dg/tree-prof/tree-prof.exp: Fix a comment.
897
898 PR rtl-optimization/47366
899 * g++.dg/opt/pr47366.C: New test.
900
901 2011-01-21 Jason Merrill <jason@redhat.com>
902
903 PR c++/46552
904 * g++.dg/cpp0x/constexpr-regress2.C: New.
905
906 * g++.dg/cpp0x/constexpr-stmtexpr.C: New.
907
908 2011-01-21 Jeff Law <law@redhat.com>
909
910 PR rtl-optimization/41619
911 * gcc.dg/pr41619.c: New.
912
913 2011-01-21 Jakub Jelinek <jakub@redhat.com>
914
915 PR tree-optimization/47355
916 * g++.dg/opt/pr47355.C: New test.
917
918 2011-01-21 Richard Guenther <rguenther@suse.de>
919
920 * gcc.dg/tree-ssa/pr47392.c: Make test non-static instead of
921 making main hot.
922
923 2011-01-21 Richard Guenther <rguenther@suse.de>
924
925 PR tree-optimization/47365
926 * gcc.dg/torture/pr47365.c: New testcase.
927 * gcc.dg/tree-ssa/pr47392.c: Likewise.
928
929 2011-01-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
930
931 * g++.dg/other/anon5.C: Skip on mips-sgi-irix*.
932
933 2011-01-21 Jakub Jelinek <jakub@redhat.com>
934
935 PR tree-optimization/47391
936 * gcc.dg/pr47391.c: New test.
937
938 2011-01-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
939
940 * g++.dg/template/char1.C: Use signed char.
941
942 2011-01-21 Tobias Burnus <burnus@net-b.de>
943
944 PR fortran/47377
945 * gfortran.dg/pointer_target_4.f90: New.
946
947 2011-01-20 Michael Meissner <meissner@linux.vnet.ibm.com>
948
949 PR target/47251
950 * gcc.target/powerpc/pr47251.c: Fixup test so that it runs on
951 ILP32 system and not IP32.
952
953 2011-01-20 Alexandre Oliva <aoliva@redhat.com>
954
955 PR debug/46583
956 * g++.dg/debug/pr46583.C: New.
957
958 2011-01-20 Jakub Jelinek <jakub@redhat.com>
959
960 PR debug/47283
961 * g++.dg/debug/pr47283.C: New test.
962
963 PR testsuite/47371
964 * gcc.target/i386/headmerge-1.c: Tighten up scan-assembler regex.
965 * gcc.target/i386/headmerge-2.c: Likewise.
966
967 2011-01-20 Richard Guenther <rguenther@suse.de>
968
969 PR middle-end/47370
970 * gcc.dg/torture/pr47370.c: New testcase.
971
972 2011-01-20 Jakub Jelinek <jakub@redhat.com>
973
974 PR tree-optimization/46130
975 * gcc.dg/pr46130-1.c: New test.
976 * gcc.dg/pr46130-2.c: New test.
977
978 2011-01-19 Dodji Seketeli <dodji@redhat.com>
979
980 PR c++/47291
981 * g++.dg/debug/dwarf2/template-params-10.C: New test.
982
983 2011-01-19 Alexandre Oliva <aoliva@redhat.com>
984
985 PR debug/46240
986 * g++.dg/debug/pr46240.cc: New.
987
988 2011-01-19 Jakub Jelinek <jakub@redhat.com>
989
990 PR c++/47303
991 * g++.dg/template/anonunion1.C: New test.
992
993 PR rtl-optimization/47337
994 * gcc.c-torture/execute/pr47337.c: New test.
995
996 2011-01-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
997
998 PR testsuite/45342
999 * gcc.dg/tls/thr-cse-1.c: Fix match on spu-*.*.
1000
1001 2011-01-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1002
1003 PR tree-optimization/46021
1004 * gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on spu-*-*.
1005
1006 2011-01-19 Jakub Jelinek <jakub@redhat.com>
1007
1008 PR tree-optimization/47290
1009 * g++.dg/torture/pr47290.C: New test.
1010
1011 2011-01-18 Janus Weil <janus@gcc.gnu.org>
1012
1013 PR fortran/47240
1014 * gfortran.dg/proc_ptr_comp_29.f90: New.
1015
1016 2011-01-18 Dominique d'Humieres <dominiq@lps.ens.fr>
1017
1018 PR testsuite/41146
1019 * gcc.target/powerpc/asm-es-2.c: Adjust regular expression for
1020 powerpc-apple-darwin9.
1021
1022 2011-01-18 Jakub Jelinek <jakub@redhat.com>
1023
1024 PR rtl-optimization/47299
1025 * gcc.c-torture/execute/pr47299.c: New test.
1026
1027 2011-01-17 Jason Merrill <jason@redhat.com>
1028
1029 * g++.dg/cpp0x/constexpr-virtual.C: New.
1030
1031 2011-01-17 Jakub Jelinek <jakub@redhat.com>
1032
1033 PR fortran/47331
1034 * gfortran.dg/gomp/pr47331.f90: New test.
1035
1036 2011-01-17 Nicola Pero <nicola.pero@meta-innovation.com>
1037
1038 PR objc/47314
1039 * objc.dg/selector-warn-1.m: New.
1040 * obj-c++.dg/selector-warn-1.mm: New.
1041
1042 2011-01-17 Richard Sandiford <rdsandiford@googlemail.com>
1043
1044 * gcc.dg/tree-ssa/vrp51.c: Prefix each "bug." string with "vrp.".
1045 Update dg-final accordingly.
1046
1047 2011-01-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1048
1049 * g++.old-deja/g++.other/init19.C: Don't XFAIL on mips-sgi-irix*.
1050
1051 2011-01-17 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1052
1053 * gcc.dg/guality/pr36728-1.c: Replace XFAIL for s390(x) with a
1054 target check.
1055 * gcc.dg/guality/pr36728-2.c: Likewise.
1056
1057 2011-01-17 Richard Guenther <rguenther@suse.de>
1058
1059 PR tree-optimization/47313
1060 * g++.dg/torture/pr47313.C: New testcase.
1061
1062 2011-01-17 H.J. Lu <hongjiu.lu@intel.com>
1063
1064 PR target/47318
1065 * gcc.target/i386/avx-vmaskmovpd-1.c: New.
1066 * gcc.target/i386/avx-vmaskmovpd-2.c: Likewise.
1067 * gcc.target/i386/avx-vmaskmovps-1.c: Likewise.
1068 * gcc.target/i386/avx-vmaskmovps-1.c: Likewise.
1069
1070 * gcc.target/i386/avx-vmaskmovpd-256-1.c (avx_test): Load mask
1071 as __m256i.
1072 * gcc.target/i386/avx-vmaskmovpd-256-2.c (avx_test): Likewise.
1073 * gcc.target/i386/avx-vmaskmovps-256-1.c (avx_test): Likewise.
1074 * gcc.target/i386/avx-vmaskmovps-256-2.c (avx_test): Likewise.
1075
1076 2011-01-17 Richard Guenther <rguenther@suse.de>
1077
1078 PR tree-optimization/45967
1079 * gcc.dg/torture/pr45967-2.c: New testcase.
1080 * gcc.dg/torture/pr45967-3.c: Likewise.
1081
1082 2011-01-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1083
1084 PR testsuite/47325
1085 * g++.dg/ext/pr47213.C: Require visibility.
1086
1087 2011-01-16 Richard Sandiford <rdsandiford@googlemail.com>
1088
1089 * gcc.dg/fixed-point/composite-type.c: Pass -Wno-unused.
1090 * gcc.dg/fixed-point/struct-union.c: Update error messages.
1091
1092 2011-01-16 Richard Sandiford <rdsandiford@googlemail.com>
1093
1094 * gcc.c-torture/execute/20101011-1.c: Skip test for MIPS16
1095 Linux-based targets.
1096
1097 2011-01-13 Jan Hubicka <jh@suse.cz>
1098
1099 PR tree-optimization/47276
1100 * gcc.dg/pr47276.c: New testcase.
1101
1102 2011-01-15 Giovanni Funchal <gafunchal@gmail.com>
1103 Jonathan Wakely <jwakely.gcc@gmail.com>
1104
1105 PR c++/33558
1106 * g++.dg/other/pr33558.C: New.
1107 * g++.dg/other/pr33558-2.C: New.
1108
1109 2011-01-14 Martin Jambor <mjambor@suse.cz>
1110
1111 PR tree-optimization/45934
1112 PR tree-optimization/46302
1113 * g++.dg/ipa/devirt-c-1.C: New test.
1114 * g++.dg/ipa/devirt-c-2.C: Likewise.
1115 * g++.dg/ipa/devirt-c-3.C: Likewise.
1116 * g++.dg/ipa/devirt-c-4.C: Likewise.
1117 * g++.dg/ipa/devirt-c-5.C: Likewise.
1118 * g++.dg/ipa/devirt-c-6.C: Likewise.
1119 * g++.dg/ipa/devirt-6.C: Likewise.
1120 * g++.dg/ipa/devirt-d-1.C: Likewise.
1121 * g++.dg/torture/pr45934.C: Likewise.
1122
1123 2011-01-14 Jason Merrill <jason@redhat.com>
1124
1125 * g++.dg/cpp0x/variadic105.C: New.
1126
1127 2011-01-08 Dominique d'Humieres <dominiq@lps.ens.fr>
1128 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1129
1130 PR objc/45989
1131 * objc.dg/gnu-encoding/struct-layout-encoding-1_generate.c
1132 (switchfiles): XFAIL objc.dg-struct-layout-encoding-1/t02[57-9]_main.m
1133 execution tests on i?86-*-*, x86_64-*-* and
1134 powerpc*-apple-darwin* && ilp32.
1135 XFAIL objc.dg-struct-layout-encoding-1/t03[01]_main.m execution
1136 tests on i?86-*-* and x86_64-*-*.
1137
1138 2011-01-14 Richard Guenther <rguenther@suse.de>
1139
1140 PR tree-optimization/47280
1141 * g++.dg/opt/pr47280.C: New testcase.
1142
1143 2011-01-14 Jason Merrill <jason@redhat.com>
1144
1145 * g++.dg/cpp0x/constexpr-regress1.C: New.
1146
1147 * g++.dg/ext/flexary2.C: New.
1148
1149 2011-01-14 Richard Guenther <rguenther@suse.de>
1150
1151 PR middle-end/47281
1152 * gcc.dg/torture/pr47281.c: New testcase.
1153 * gcc.dg/tree-ssa/pr46076.c: XFAIL.
1154
1155 2011-01-14 Richard Guenther <rguenther@suse.de>
1156
1157 PR tree-optimization/47286
1158 * gcc.dg/tree-ssa/pr47286.c: New testcase.
1159
1160 2011-01-13 Kai Tietz <kai.tietz@onevision.com>
1161
1162 PR c++/47213
1163 * g++.dg/ext/pr47213.C: New.
1164
1165 2011-01-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1166
1167 * gfortran.dg/cray_pointers_2.f90: Use dg-timeout-factor 4.
1168
1169 2011-01-13 Tobias Burnus <burnus@net-b.de>
1170 Mikael Morin <mikael@gcc.gnu.org>
1171
1172 PR fortran/45848
1173 PR fortran/47204
1174 * gfortran.dg/select_type_20.f90: New.
1175 * gfortran.dg/select_type_21.f90: New.
1176
1177 2011-01-13 Michael Meissner <meissner@linux.vnet.ibm.com>
1178
1179 PR target/47251
1180 * gcc.target/powerpc/pr47251.c: New file, test PR 47251 fix.
1181
1182 2011-01-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1183
1184 * gcc.dg/guality/pr36728-1.c: Disable arg1/2 checks for s390 and s390x.
1185 * gcc.dg/guality/pr36728-2.c: Likewise.
1186
1187 2011-01-13 Dodji Seketeli <dodji@redhat.com>
1188
1189 PR debug/PR46973
1190 * g++.dg/debug/dwarf2/template-params-9.C: New test.
1191
1192 2011-01-13 Andrey Belevantsev <abel@ispras.ru>
1193
1194 PR rtl-optimization/45352
1195 * gcc.dg/pr45352-3.c: New.
1196
1197 2011-01-12 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
1198
1199 * g++.dg/cpp0x/range-for4.C: Delete useless include and duplicated
1200 comment.
1201 * g++.dg/cpp0x/range-for8.C: New.
1202 * g++.dg/cpp0x/range-for9.C: New.
1203
1204 2011-01-12 Kai Tietz <kai.tietz@onevision.com>
1205
1206 PR debug/47209
1207 * g++.dg/debug/pr47209.C: New.
1208
1209 2011-01-12 Richard Guenther <rguenther@suse.de>
1210
1211 PR lto/47259
1212 * gcc.dg/lto/pr47259_0.c: New testcase.
1213 * gcc.dg/lto/pr47259_1.c: Likewise.
1214
1215 2011-01-12 Iain Sandoe <iains@gcc.gnu.org>
1216
1217 * objc-obj-c++-shared/Object1.h: Add copyright header, update
1218 comments. Add a TEST_SUITE_ADDITIONS category for GNU runtime.
1219 Amend NeXT version to declare a TEST_SUITE_ADDITIONS carrying the
1220 methods missing from the OBJC2 Object.
1221 * objc-obj-c++-shared/Object1-implementation.h: Add copyright header.
1222 Amend implementation to use a TEST_SUITE_ADDITIONS category for both
1223 GNU and NeXT runtimes.
1224 * objc-obj-c++-shared/Object1.mm: Remove redundant header, update
1225 comments.
1226 * objc-obj-c++-shared/Object1.m: Likewise.
1227 * objc.dg/encode-3.m: Update header use. Amend to be API2 compatible.
1228 * objc.dg/proto-qual-1.m: Likewise.
1229 * obj-c++.dg/proto-lossage-3.mm: Likewise.
1230 * obj-c++.dg/proto-qual-1.mm: Likewise.
1231
1232 2011-01-12 Eric Botcazou <ebotcazou@adacore.com>
1233
1234 PR testsuite/33033
1235 * gcc.dg/20061124-1.c: Pass -mcpu=v9 on the SPARC.
1236
1237 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
1238
1239 Fixed the Objective-C++ testsuite and updated all tests.
1240 * lib/obj-c++.exp (obj-c++_init): Declare and set
1241 gcc_warning_prefix and gcc_error_prefix.
1242 * obj-c++.dg/attributes/categ-attribute-2.mm: Fixed usage of
1243 'dg-warning', 'dg-message' and 'dg-error'.
1244 * obj-c++.dg/class-extension-3.mm: Likewise.
1245 * obj-c++.dg/class-protocol-1.mm: Likewise.
1246 * obj-c++.dg/encode-7.mm: Likewise.
1247 * obj-c++.dg/exceptions-3.mm: Likewise.
1248 * obj-c++.dg/exceptions-5.mm: Likewise.
1249 * obj-c++.dg/method-12.mm: Likewise.
1250 * obj-c++.dg/method-13.mm: Likewise.
1251 * obj-c++.dg/method-15.mm: Likewise.
1252 * obj-c++.dg/method-16.mm: Likewise.
1253 * obj-c++.dg/method-4.mm: Likewise.
1254 * obj-c++.dg/method-8.mm: Likewise.
1255 * obj-c++.dg/method-conflict-1.mm: Likewise.
1256 * obj-c++.dg/method-conflict-2.mm: Likewise.
1257 * obj-c++.dg/method-conflict-3.mm: Likewise. Also, removed FIXME
1258 and uncommented second part of the testcase now that the testsuite
1259 works correctly.
1260 * obj-c++.dg/method-conflict-4.mm: Likewise. Also, removed FIXME
1261 and uncommented second part of the testcase now that the testsuite
1262 works correctly.
1263 * obj-c++.dg/private-1.mm: Likewise.
1264 * obj-c++.dg/proto-lossage-4.mm: Likewise.
1265 * obj-c++.dg/syntax-error-7.mm: Likewise.
1266 * obj-c++.dg/warn5.mm: Likewise.
1267 * obj-c++.dg/property/at-property-14.mm: Likewise.
1268 * obj-c++.dg/property/at-property-16.mm: Likewise, and removed
1269 FIXME.
1270 * obj-c++.dg/property/at-property-18.mm: Likewise.
1271 * obj-c++.dg/property/at-property-20.mm: Likewise, and removed
1272 FIXME.
1273 * obj-c++.dg/property/at-property-21.mm: Likewise.
1274 * obj-c++.dg/property/at-property-28.mm: Likewise.
1275 * obj-c++.dg/property/at-property-5.mm: Likewise.
1276 * obj-c++.dg/property/dynamic-2.mm: Likewise.
1277 * obj-c++.dg/property/property-neg-3.mm: Likewise.
1278 * obj-c++.dg/property/synthesize-11.mm: Likewise.
1279 * obj-c++.dg/property/synthesize-6.mm: Likewise.
1280 * obj-c++.dg/property/synthesize-8.mm: Likewise.
1281 * obj-c++.dg/property/synthesize-9.mm: Likewise.
1282 * obj-c++.dg/tls/diag-5.mm: Likewise.
1283 * obj-c++.dg/ivar-invalid-type-1.mm: Removed FIXME and uncommented
1284 dg-error, now matched correctly.
1285
1286 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
1287
1288 * objc.dg/property/at-property-29.m: New.
1289 * obj-c++.dg/property/at-property-29.mm: New.
1290
1291 2011-01-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1292
1293 * go.test/go-test.exp (go-set-goarch): New proc.
1294 (go-gc-tests): Use it.
1295
1296 2011-01-11 Dodji Seketeli <dodji@redhat.com>
1297
1298 PR debug/46955
1299 * g++.dg/debug/dwarf2/template-params-8.C: New test.
1300
1301 2011-01-11 Richard Henderson <rth@redhat.com>
1302
1303 * gcc-dg/tree-ssa/vrp47.c: Disable for mn10300 as well.
1304
1305 2011-01-11 Jan Hubicka <jh@suse.cz>
1306
1307 PR lto/45721
1308 PR lto/45375
1309 * testsuite/gcc.dg/lto/pr45721_1.c: New file.
1310 * testsuite/gcc.dg/lto/pr45721_0.c: New file.
1311
1312 2011-01-11 Richard Guenther <rguenther@suse.de>
1313
1314 PR tree-optimization/46076
1315 * gcc.dg/tree-ssa/pr46076.c: New testcase.
1316
1317 2011-01-11 Jeff Law <law@redhat.com>
1318
1319 * PR tree-optimization/47086
1320 * gcc.dg/pr47086.c: New test.
1321
1322 2011-01-11 Jason Merrill <jason@redhat.com>
1323
1324 PR c++/46658
1325 * g++.dg/template/new10.C: New.
1326
1327 PR c++/45520
1328 * g++.dg/cpp0x/lambda/lambda-this3.C: New.
1329
1330 2011-01-11 Iain Sandoe <iains@gcc.gnu.org>
1331
1332 * objc-obj-c++-shared/next-mapping.h: Add copyright header.
1333 Split type definitions and NSConstantString class into...
1334 * objc-obj-c++-shared/objc-test-suite-types.h: New.
1335 * objc-obj-c++-shared/nsconstantstring-class.h: New.
1336 * objc-obj-c++-shared/nsconstantstring-class-impl.h: New.
1337 * objc-obj-c++-shared/nsconstantstring-class-impl.m: New.
1338 * objc-obj-c++-shared/nsconstantstring-class-impl.mm: New.
1339 * objc-obj-c++-shared/next-abi.h: Add copyright header, minor update
1340 to comments.
1341 * objc-obj-c++-shared/objc-test-suite-next-encode-assist.h: Adjust
1342 encode defines for newer NeXT system headers.
1343 * obj-c++.dg/template-4.mm: Adjust to use nsconstantstring headers.
1344 * obj-c++.dg/torture/strings/string1.mm: Likewise.
1345 * objc.dg/foreach-5.m: Likewise.
1346 * objc.dg/foreach-2.m: Likewise.
1347 * objc.dg/foreach-4.m: Likewise.
1348 * objc.dg/torture/strings/string1.m: Likewise.
1349 * objc.dg/torture/strings/string2.m: Likewise.
1350 * objc.dg/torture/strings/string3.m: Likewise.
1351 * objc.dg/torture/strings/string4.m: Likewise.
1352 * obj-c++.dg/torture/strings/const-str-3.mm: Adjust to use type
1353 header and stand alone.
1354 * obj-c++.dg/strings/strings-2.mm: Likewise.
1355 * objc.dg/torture/strings/const-str-3.m: Likewise.
1356 * objc.dg/strings/strings-2.m: Likewise.
1357 * objc.dg/strings/const-str-12b.m: Likewise.
1358
1359 2011-01-12 Richard Guenther <rguenther@suse.de>
1360
1361 PR middle-end/32511
1362 * gcc.dg/attr-weak-1.c: Adjust.
1363
1364 2011-01-11 Paul Thomas <pault@gcc.gnu.org>
1365
1366 PR fortran/47051
1367 * gfortran.dg/realloc_on_assign_2.f03 : Modify 'test1' to be
1368 standard compliant and comment.
1369
1370 2011-01-10 Jan Hubicka <jh@suse.cz>
1371
1372 PR lto/46083
1373 * gcc.dg/initpri3.c: New testcase.
1374
1375 2011-01-10 H.J. Lu <hongjiu.lu@intel.com>
1376
1377 PR lto/47222
1378 * g++.dg/torture/stackalign/test-unwind.h (g_edi): Mark it
1379 externally visible.
1380 (g_esi): Likewise.
1381 (g_ebx): Likewise.
1382 (g_ebp): Likewise.
1383 (g_esp): Likewise.
1384 (g_ebp_save): Likewise.
1385 (g_esp_save): Likewise.
1386
1387 2011-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1388
1389 * g++.dg/ipa/pr46984.C: Add dg-require-effective-target lto.
1390
1391 2011-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1392
1393 PR tree-optimization/46021
1394 * gcc.dg/tree-ssa/20040204-1.c: Don't XFAIL on alpha*-*-*,
1395 i?86-*-*, x86_64-*-*.
1396
1397 2011-01-10 Jeff Law <law@redhat.com>
1398
1399 * PR tree-optimization/47141
1400 * gcc.c-torture/compile/pr47141.c: New test.
1401
1402 2011-01-10 Eric Botcazou <ebotcazou@adacore.com>
1403
1404 PR testsuite/46230
1405 * gcc.dg/vect/vect-vfa-slp.c: Remove XFAIL.
1406 * gcc.dg/vect/slp-23.c: Remove XFAIL for SLP.
1407 * gcc.dg/vect/slp-35.c: Remove XFAILs.
1408 * gcc.dg/vect/no-tree-pre-slp-29.c: Likewise.
1409
1410 PR testsuite/46230
1411 * gcc.dg/vect/vect-peel-1.c (main): Prevent initialization loop from
1412 being vectorized. Adjust dg-final pattern. Remove XFAIL.
1413 * gcc.dg/vect/vect-peel-2.c (main): Likewise.
1414 * gcc.dg/vect/vect-peel-4.c (main): Prevent initialization loop from
1415 being vectorized. Adjust dg-final pattern.
1416
1417 PR testsuite/46230
1418 * gcc.dg/vect/pr33804.c: XFAIL only for ilp32.
1419 * gcc.dg/vect/slp-24.c: Likewise.
1420
1421 2011-01-10 Dave Korn <dave.korn.cygwin@gmail.com>
1422
1423 PR c++/47218
1424 * g++.dg/other/pr47218-1.C: New test file.
1425 * g++.dg/other/pr47218.C: Likewise.
1426 * g++.dg/other/pr47218.h: New supporting header.
1427
1428 2011-01-09 Nicola Pero <nicola.pero@meta-innovation.com>
1429
1430 PR objc/47232
1431 * objc.dg/attributes/invalid-attribute-1.m: New.
1432 * obj-c++.dg/attributes/invalid-attribute-1.mm: New.
1433
1434 2011-01-09 Janus Weil <janus@gcc.gnu.org>
1435
1436 PR fortran/47224
1437 * gfortran.dg/proc_ptr_comp_28.f90: New.
1438
1439 2011-01-09 Iain Sandoe <iains@gcc.gnu.org>
1440
1441 * obj-c++.dg/gnu-api-2-class.mm: Skip for Darwin < 9.
1442 * obj-c++.dg/gnu-api-2-ivar.mm: Likewise.
1443 * obj-c++.dg/gnu-api-2-method.mm: Likewise.
1444 * obj-c++.dg/gnu-api-2-objc.mm: Likewise.
1445 * obj-c++.dg/gnu-api-2-object.mm: Likewise.
1446 * obj-c++.dg/gnu-api-2-property.mm: Likewise.
1447 * obj-c++.dg/gnu-api-2-protocol.mm: Likewise.
1448 * obj-c++.dg/gnu-api-2-sel.mm: Likewise.
1449 * objc.dg/gnu-api-2-class.m: Likewise.
1450 * objc.dg/gnu-api-2-ivar.m: Likewise.
1451 * objc.dg/gnu-api-2-method.m: Likewise.
1452 * objc.dg/gnu-api-2-objc.m: Likewise.
1453 * objc.dg/gnu-api-2-object.m: Likewise.
1454 * objc.dg/gnu-api-2-property.m: Likewise.
1455 * objc.dg/gnu-api-2-protocol.m: Likewise.
1456 * objc.dg/gnu-api-2-sel.m: Likewise.
1457
1458 2011-01-09 Iain Sandoe <iains@gcc.gnu.org>
1459
1460 * objc.dg/foreach-1.m: Skip for Darwin < 9.
1461 * objc.dg/objc-foreach-4.m: Likewise.
1462 * objc.dg/objc-foreach-5.m: Skip for Darwin < 9, adjust headers.
1463 * objc.dg/foreach-2.m: Skip for Darwin < 9, return self from init.
1464 * objc.dg/foreach-4.m: Likewise.
1465 * objc.dg/foreach-5.m: Likewise.
1466 * objc.dg/foreach-3.m: Return self from init.
1467
1468 2011-01-09 Thomas Koenig <tkoenig@gcc.gnu.org>
1469
1470 PR fortran/38536
1471 * gfortran.dg/iso_c_binding_c_loc_char_1.f03: New test.
1472
1473 2011-01-09 Janus Weil <janus@gcc.gnu.org>
1474
1475 PR fortran/46313
1476 * gfortran.dg/class_35.f90: New.
1477
1478 2011-01-08 Iain Sandoe <iains@gcc.gnu.org>
1479
1480 * objc.dg/foreach-1.m: Add "-Wall" to flags.
1481
1482 2011-01-08 Nicola Pero <nicola.pero@meta-innovation.com>
1483
1484 PR objc/47078
1485 * objc.dg/invalid-method-2.m: New.
1486 * obj-c++.dg/invalid-method-2.mm: New.
1487
1488 2011-01-08 Paul Thomas <pault@gcc.gnu.org>
1489
1490 PR fortran/46896
1491 * gfortran.dg/transpose_optimization_2.f90 : New test.
1492
1493 2011-01-08 Jan Hubicka <jh@suse.cz>
1494
1495 PR tree-optmization/46469
1496 * g++.dg/torture/pr46469.C: New testcase.
1497
1498 2011-01-08 Iain Sandoe <iains@gcc.gnu.org>
1499
1500 * objc-obj-c++-shared/next-mapping.h: Move code and definitions for
1501 emulation of libobjc-gnu structure layout functionality to ..
1502 * objc-obj-c++-shared/objc-test-suite-next-encode-assist.h: New.
1503 * objc-obj-c++-shared/objc-test-suite-next-encode-assist-impl.h: New.
1504 * objc/execute/bf-common.h: Adjust headers.
1505 * objc/execute/bf-1.m: Likewise.
1506 * objc/execute/bf-2.m: Likewise.
1507 * objc/execute/bf-3.m: Likewise.
1508 * objc/execute/bf-4.m: Likewise.
1509 * objc/execute/bf-5.m: Likewise.
1510 * objc/execute/bf-6.m: Likewise.
1511 * objc/execute/bf-7.m: Likewise.
1512 * objc/execute/bf-8.m: Likewise.
1513 * objc/execute/bf-9.m: Likewise.
1514 * objc/execute/bf-10.m: Likewise.
1515 * objc/execute/bf-11.m: Likewise.
1516 * objc/execute/bf-12.m: Likewise.
1517 * objc/execute/bf-13.m: Likewise.
1518 * objc/execute/bf-14.m: Likewise.
1519 * objc/execute/bf-15.m: Likewise.
1520 * objc/execute/bf-16.m: Likewise.
1521 * objc/execute/bf-17.m: Likewise.
1522 * objc/execute/bf-18.m: Likewise.
1523 * objc/execute/bf-19.m: Likewise.
1524 * objc/execute/bf-20.m: Likewise.
1525 * objc/execute/bf-21.m: Likewise.
1526 * objc/execute/bycopy-3.m: Adjust headers, add next-specific code for
1527 objc_get_type_qualifiers ().
1528
1529 2011-01-08 Thomas Koenig <tkoenig@gcc.gnu.org>
1530
1531 PR fortran/45777
1532 * gfortran.dg/dependency_39.f90: New test.
1533
1534 2011-01-07 Jan Hubicka <jh@suse.cz>
1535
1536 Get builtins tests ready for linker plugin.
1537 * gcc.c-torture/execute/builtins/memcpy-chk.c (s2,s3,l1): Mark volatile.
1538 * gcc.c-torture/execute/builtins/memops-asm-lib.c (my_memcpy, my_bcopy,
1539 my_memset, my_bzero): Mark used.
1540 * gcc.c-torture/execute/builtins/memset-chk.c (l1, l3): Mark volatile.
1541 * gcc.c-torture/execute/builtins/memmove-chk.c (s1,s2,s3,l1): Mark
1542 volatile.
1543 * gcc.c-torture/execute/builtins/mempcpy-chk.c (s2,s3,l1): Mark
1544 volatile.
1545
1546 2011-01-07 Jan Hubicka <jh@suse.cz>
1547
1548 PR tree-optimization/46367
1549 * g++.dg/torture/pr46367.C: New file.
1550
1551 2011-01-07 Jakub Jelinek <jakub@redhat.com>
1552
1553 PR target/47201
1554 * gcc.dg/pr47201.c: New test.
1555
1556 PR bootstrap/47187
1557 * gcc.dg/tree-prof/pr47187.c: New test.
1558
1559 2011-01-07 Tobias Burnus <burnus@net-b.de>
1560
1561 PR fortran/41580
1562 * gfortran.dg/extends_type_of_3.f90: New.
1563
1564 2011-01-07 Kai Tietz <kai.tietz@onevision.com>
1565
1566 * g++.dg/ext/dllexport-MI1.C: Adjust test.
1567 * g++.dg/ext/dllimport-MI1.C: Likewise.
1568 * g++.dg/ext/dllimport1.C: Add test for x86_64-*-mingw*.
1569 * g++.dg/ext/dllimport10.C: Likewise.
1570 * g++.dg/ext/dllimport11.C: Likewise.
1571 * g++.dg/ext/dllimport12.C: Likewise.
1572 * g++.dg/ext/dllimport13.C: Likewise.
1573 * g++.dg/ext/dllimport2.C: Likewise.
1574 * g++.dg/ext/dllimport3.C: Likewise.
1575 * g++.dg/ext/dllimport4.C: Likewise.
1576 * g++.dg/ext/dllimport5.C: Likewise.
1577 * g++.dg/ext/dllimport6.C: Likewise.
1578 * g++.dg/ext/dllimport8.C: Likewise.
1579 * g++.dg/ext/dllimport9.C: Likewise.
1580 * g++.dg/ext/selectany2.C: Enable test for x86_64-*-mingw*
1581 targets, too. Additionally enable test for i?86-*-mingw*.
1582 * g++.dg/ext/selectany1.C: Likewise.
1583 Remove guard variable check.
1584
1585 2011-01-07 Janus Weil <janus@gcc.gnu.org>
1586
1587 PR fortran/47189
1588 PR fortran/47194
1589 * gfortran.dg/storage_size_3.f08: Extended.
1590
1591 2011-01-07 Jakub Jelinek <jakub@redhat.com>
1592
1593 PR c++/47022
1594 * g++.dg/template/stdarg1.C: New test.
1595
1596 2011-01-06 Daniel Franke <franke.daniel@gmail.com>
1597
1598 PR fortran/47195
1599 * gfortran.dg/interface_33.f90: Fixed dg-error declarations.
1600 * gfortran.dg/defined_operators_1.f90: Split the subroutine
1601 from the interface of functions to not hide the errors that
1602 shall be tested.
1603
1604 2011-01-06 Jan Hubicka <jh@suse.cz>
1605
1606 * testsuite/gcc.dg/lto/pr47188_0.c: New testcase.
1607 * testsuite/gcc.dg/lto/pr47188_1.c: New testcase.
1608
1609 2011-01-06 Daniel Franke <franke.daniel@gmail.com>
1610
1611 PR fortran/33117
1612 PR fortran/46478
1613 * gfortran.dg/interface_33.f90: New test.
1614
1615 2011-01-06 Jakub Jelinek <jakub@redhat.com>
1616
1617 PR c/47150
1618 * gcc.c-torture/compile/pr47150.c: New test.
1619
1620 2011-01-06 Ira Rosen <irar@il.ibm.com>
1621
1622 PR tree-optimization/47139
1623 * gcc.dg/vect/pr47139.c: New test.
1624
1625 2011-01-05 Janus Weil <janus@gcc.gnu.org>
1626
1627 PR fortran/47180
1628 * gfortran.dg/extends_type_of_2.f03: New.
1629
1630 2011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1631
1632 * gcc.dg/stack-usage-1.c (SIZE): Provide proper value for __SPU__.
1633
1634 2011-01-05 Eric Botcazou <ebotcazou@adacore.com>
1635
1636 * gnat.dg/opt14.adb: New test.
1637
1638 2011-01-05 Thomas Koenig <tkoenig@gcc.gnu.org>
1639
1640 PR fortran/46017
1641 * gfortran.dg/allocate_error_2.f90: New test.
1642
1643 2011-01-05 Janus Weil <janus@gcc.gnu.org>
1644
1645 PR fortran/47024
1646 * gfortran.dg/storage_size_3.f08: New.
1647
1648 2011-01-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1649
1650 PR libgfortran/47154
1651 * gfortran.dg/namelist_68.f90: New test.
1652
1653 2011-01-04 Eric Botcazou <ebotcazou@adacore.com>
1654
1655 * gnat.dg/unchecked_convert8.ad[sb]: New test.
1656
1657 2011-01-04 Janus Weil <janus@gcc.gnu.org>
1658
1659 PR fortran/46448
1660 * gfortran.dg/class_34.f90: New.
1661
1662 2011-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1663
1664 * gcc.dg/torture/builtin-cproj-1.c: On the __SPU__ target, do not
1665 use __builtin_inff. Skip all single-precision tests that require
1666 Infinity.
1667
1668 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1669
1670 * g++.dg/torture/pr46111.C: Add dg-require-effective-target pthread.
1671
1672 2011-01-03 Jakub Jelinek <jakub@redhat.com>
1673
1674 PR tree-optimization/47148
1675 * gcc.c-torture/execute/pr47148.c: New test.
1676
1677 PR tree-optimization/47155
1678 * gcc.c-torture/execute/pr47155.c: New test.
1679
1680 PR rtl-optimization/47157
1681 * gcc.c-torture/compile/pr47157.c: New test.
1682
1683 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1684
1685 * gcc.dg/torture/vector-shift2.c (schar): Define.
1686 (main): Always use schar or uchar instead of plain "char" to avoid
1687 dependencies on implementation-defined char signedness.
1688
1689 2011-01-03 Martin Jambor <mjambor@suse.cz>
1690
1691 PR tree-optimization/46801
1692 * gnat.dg/pack9.adb: Remove xfail.
1693
1694 2011-01-03 Martin Jambor <mjambor@suse.cz>
1695
1696 PR tree-optimization/46984
1697 * g++.dg/ipa/pr46984.C: New test.
1698
1699 2011-01-02 Janus Weil <janus@gcc.gnu.org>
1700
1701 PR fortran/46408
1702 * gfortran.dg/class_19.f03: Adjust counting of __builtin_free.
1703
1704 2011-01-02 Jakub Jelinek <jakub@redhat.com>
1705
1706 PR tree-optimization/47140
1707 * gcc.c-torture/compile/pr47140.c: New test.
1708
1709 PR rtl-optimization/47028
1710 * gcc.dg/pr47028.c: New test.
1711
1712 2011-01-02 Nicola Pero <nicola.pero@meta-innovation.com>
1713
1714 * objc.dg/protocol-forward-1.m: Removed TODO.
1715 * objc.dg/protocol-forward-2.m: New.
1716 * obj-c++.dg/protocol-forward-2.mm: Removed TODO.
1717 * obj-c++.dg/protocol-forward-2.mm: New.
1718
1719 2011-01-01 Kai Tietz <kai.tietz@onevision.com>
1720
1721 PR target/38662
1722 * g++.dg/eh/pr38662.C: New testcase.
1723
1724 2011-01-01 Chung-Lin Tang <cltang@codesourcery.com>
1725
1726 * gcc.target/arm/vfp-1.c (test_ldst): Fixed fsts test to
1727 scan for newline '\n'.
1728
1729 \f
1730 Copyright (C) 2011 Free Software Foundation, Inc.
1731
1732 Copying and distribution of this file, with or without modification,
1733 are permitted in any medium without royalty provided the copyright
1734 notice and this notice are preserved.