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