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