OSDN Git Service

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