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