OSDN Git Service

* cp-tree.h (DECL_PARM_LEVEL): New.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index c39034c..dc92141 100644 (file)
@@ -1,3 +1,782 @@
+2011-02-23  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/abi/mangle39.C: Adjust parm mangling.
+       * g++.dg/abi/mangle45.C: New.
+
+       * g++.dg/cpp0x/trailing1.C: Mangle decltype.
+       * g++.dg/template/canon-type-9.C: Match use of decltype
+       between declaration and definition.
+       * g++.dg/template/canon-type-12.C: Likewise.
+
+2011-02-23  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/40850
+       * gfortran.dg/nested_allocatables_1.f90: New.
+
+2011-02-23  Nathan Froyd  <froydnj@codesourcery.com>
+
+       PR c++/46868
+       * g++.dg/pr46868.C: New test.
+       * g++.dg/parse/parameter-declaration-1.C: Adjust.
+       * g++.dg/parse/error14.C: Adjust.
+
+2011-02-23  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/47838
+       * gcc.dg/tree-ssa/foldconst-2.c: Scan tree-ch dump.
+
+2011-02-23  Uros Bizjak  <ubizjak@gmail.com>
+
+       * g++.dg/other/pr47218.C: Fix dg-options.  Cleanup saved temps.
+
+2011-02-23  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gfortran.dg/allocate_deferred_char_scalar_1.f03: Fix dg-do syntax.
+       * gfortran.dg/count_init_expr.f03: Ditto.
+       * gfortran.dg/gomp/pr43711.f90: Ditto.
+       * gcc.dg/struct-parse-2.c: Ditto.
+       * gcc.dg/parse-error-3.c: Ditto.
+       * gcc.dg/Wlogical-op-1.c: Ditto.
+       * gcc.dg/Walways-true-1.c: Ditto.
+       * gcc.dg/pr24225.c: Ditto.
+       * gcc.dg/Walways-true-2.c: Ditto.
+       * gcc.dg/tree-ssa/foldcast-1.c: Ditto.
+       * gcc.dg/tree-ssa/struct-aliasing-1.c: Ditto.
+       * gcc.dg/tree-ssa/struct-aliasing-2.c: Ditto.
+       * g++.dg/overload/defarg4.C: Ditto.
+       * g++.dg/inherit/covariant16.C: Ditto.
+       * g++.dg/inherit/virtual7.C: Ditto.
+       * g++.dg/template/canon-type-9.C: Ditto.
+       * g++.dg/template/access19.C: Ditto.
+       * g++.dg/template/call7.C: Ditto.
+       * g++.dg/template/canon-type-2.C: Ditto.
+       * g++.dg/template/init7.C: Ditto.
+       * g++.dg/template/sizeof-template-argument.C: Ditto.
+       * g++.dg/template/const3.C: Ditto.
+       * g++.dg/template/sfinae26.C: Ditto.
+       * g++.dg/template/sfinae26.C: Ditto.
+       * g++.dg/template/canon-type-11.C: Ditto.
+       * g++.dg/template/union2.C: Ditto.
+       * g++.dg/template/canon-type-3.C: Ditto.
+       * g++.dg/template/canon-type-1.C: Ditto.
+       * g++.dg/template/canon-type-5.C: Ditto.
+       * g++.dg/template/canon-type-7.C: Ditto.
+       * g++.dg/template/canon-type-10.C: Ditto.
+       * g++.dg/template/spec36.C: Ditto.
+       * g++.dg/template/typedef38.C: Ditto.
+       * g++.dg/template/canon-type-4.C: Ditto.
+       * g++.dg/template/canon-type-6.C: Ditto.
+       * g++.dg/template/canon-type-13.C: Ditto.
+       * g++.dg/template/instantiate9.C: Ditto.
+       * g++.dg/template/ttp22.C: Ditto.
+       * g++.dg/warn/Wreturn-type-6.C: Ditto.
+       * g++.dg/warn/Walways-true-1.C: Ditto.
+       * g++.dg/warn/Wlogical-op-1.C: Ditto.
+       * g++.dg/warn/Walways-true-2.C: Ditto.
+       * g++.dg/conversion/op4.C: Ditto.
+       * g++.dg/opt/pr19650.C: Ditto.
+       * g++.dg/lookup/friend11.C: Ditto.
+       * g++.dg/other/default2.C: Ditto.
+       * g++.dg/other/default3.C: Ditto.
+       * g++.dg/other/dtor2.C: Ditto.
+       * g++.dg/other/friend5.C: Ditto.
+       * g++.dg/other/default5.C: Ditto.
+       * g++.dg/init/brace6.C: Ditto.
+       * g++.dg/init/aggr5.C: Ditto.
+       * g++.dg/init/error2.C: Ditto.
+       * g++.dg/expr/bound-mem-fun.C: Ditto.
+       * g++.dg/expr/cond6.C: Ditto.
+       * g++.dg/expr/stmt-expr-1.C: Ditto.
+       * g++.dg/cpp0x/constexpr-object2.C: Ditto.
+       * g++.dg/cpp0x/constexpr-data1.C: Ditto.
+       * g++.dg/cpp0x/constexpr-function2.C: Ditto.
+       * g++.dg/cpp0x/bracket1.C: Ditto.
+       * g++.dg/cpp0x/variadic-mem-fn.C: Ditto.
+       * g++.dg/cpp0x/pr38646.C: Ditto.
+       * g++.dg/cpp0x/variadic73.C: Ditto.
+       * g++.dg/cpp0x/constexpr-function1.C: Ditto.
+       * g++.dg/cpp0x/bracket4.C: Ditto.
+       * g++.dg/cpp0x/decltype4.C: Ditto.
+       * g++.dg/cpp0x/constexpr-data2.C: Ditto.
+       * g++.dg/cpp0x/constexpr-object1.C: Ditto.
+       * g++.dg/cpp0x/variadic-crash2.C: Ditto.
+       * g++.dg/cpp0x/variadic-new2.C: Ditto.
+       * g++.dg/cpp0x/decltype2.C: Ditto.
+       * g++.dg/cpp0x/decltype1.C: Ditto.
+       * g++.dg/cpp0x/bracket2.C: Ditto.
+       * g++.dg/cpp0x/decltype5.C: Ditto.
+       * g++.dg/cpp0x/constexpr-function3.C: Ditto.
+       * g++.dg/cpp0x/variadic70.C: Ditto.
+       * g++.dg/cpp0x/decltype6.C: Ditto.
+       * g++.dg/cpp0x/rvo.C: Ditto.
+       * g++.dg/cpp0x/vt-40092.C: Ditto.
+       * g++.dg/cpp0x/variadic-new.C: Ditto.
+       * g++.dg/cpp0x/lambda/lambda-pass.C: Ditto.
+       * g++.dg/cpp0x/lambda/lambda-mixed.C: Ditto.
+       * g++.dg/cpp0x/lambda/lambda-nested.C: Ditto.
+       * g++.dg/cpp0x/lambda/lambda-recursive.C: Ditto.
+       * g++.dg/cpp0x/lambda/lambda-copy.C: Ditto.
+       * g++.dg/cpp0x/lambda/lambda-non-const.C: Ditto.
+       * g++.dg/cpp0x/lambda/lambda-ref-default.C: Ditto.
+       * g++.dg/cpp0x/lambda/lambda-deduce.C: Ditto.
+       * g++.dg/cpp0x/lambda/lambda-copy-default.C: Ditto.
+       * g++.dg/cpp0x/lambda/lambda-nop.C: Ditto.
+       * g++.dg/cpp0x/lambda/lambda-capture-const-ref.C: Ditto.
+       * g++.dg/cpp0x/lambda/lambda-ref.C: Ditto.
+       * g++.dg/cpp0x/lambda/lambda-const.C: Ditto.
+       * g++.dg/cpp0x/lambda/lambda-mutable.C: Ditto.
+       * g++.dg/cpp0x/lambda/lambda-in-class.C: Ditto.
+       * g++.dg/cpp0x/pr39639.C: Ditto.
+       * g++.dg/cpp0x/decltype3.C: Ditto.
+       * g++.dg/cpp0x/variadic68.C: Ditto.
+       * g++.dg/cpp0x/variadic-function.C: Ditto.
+       * g++.dg/cpp0x/constexpr-ex1.C: Ditto.
+       * g++.dg/cpp0x/variadic-bind.C: Ditto.
+       * g++.dg/cpp0x/variadic-tuple.C: Ditto.
+       * g++.dg/cpp0x/constexpr-ex2.C: Ditto.
+       * g++.dg/parse/crash35.C: Ditto.
+       * g++.dg/parse/crash40.C: Ditto.
+       * g++.dg/parse/defarg12.C: Ditto.
+       * g++.dg/parse/crash34.C: Ditto.
+       * g++.dg/parse/constructor3.C: Ditto.
+       * g++.dg/parse/template23.C: Ditto.
+       * g++.dg/parse/crash56.C: Ditto.
+       * g++.dg/parse/dtor13.C: Ditto.
+       * g++.dg/parse/error33.C: Ditto.
+       * g++.dg/parse/ctor9.C: Ditto.
+       * g++.dg/parse/error32.C: Ditto.
+       * g++.dg/parse/error37.C: Ditto.
+       * g++.dg/parse/bitfield3.C: Ditto.
+       * g++.dg/parse/struct-4.C: Ditto.
+       * g++.dg/ext/has_trivial_copy.C: Ditto.
+       * g++.dg/ext/is_polymorphic.C: Ditto.
+       * g++.dg/ext/has_nothrow_copy_odr.C: Ditto.
+       * g++.dg/ext/has_nothrow_copy-4.C: Ditto.
+       * g++.dg/ext/has_nothrow_assign.C: Ditto.
+       * g++.dg/ext/is_union.C: Ditto.
+       * g++.dg/ext/has_nothrow_copy-1.C: Ditto.
+       * g++.dg/ext/is_pod.C: Ditto.
+       * g++.dg/ext/has_virtual_destructor.C: Ditto.
+       * g++.dg/ext/has_trivial_constructor.C: Ditto.
+       * g++.dg/ext/has_nothrow_copy-3.C: Ditto.
+       * g++.dg/ext/has_nothrow_copy-5.C: Ditto.
+       * g++.dg/ext/has_trivial_destructor-1.C: Ditto.
+       * g++.dg/ext/has_nothrow_copy-6.C: Ditto.
+       * g++.dg/ext/is_abstract.C: Ditto.
+       * g++.dg/ext/has_trivial_assign.C: Ditto.
+       * g++.dg/ext/is_class.C: Ditto.
+       * g++.dg/ext/has_nothrow_assign_odr.C: Ditto.
+       * g++.dg/ext/has_nothrow_copy-7.C: Ditto.
+       * g++.dg/ext/is_base_of.C: Ditto.
+       * g++.dg/ext/has_nothrow_copy-2.C: Ditto.
+       * g++.dg/ext/has_nothrow_constructor.C: Ditto.
+       * g++.dg/ext/is_empty.C: Ditto.
+       * g++.dg/ext/is_enum.C: Ditto.
+       * g++.dg/ext/has_nothrow_constructor_odr.C: Ditto.
+       * g++.dg/ext/.C: Ditto.
+       * g++.dg/ext/.C: Ditto.
+       * gnat.dg/opt11.adb: Ditto.
+       * obj-c++.dg/pr45735.mm: Ditto.
+       * obj-c++.dg/pr24393.mm: Ditto.
+       * obj-c++.dg/exceptions-2.cc: Ditto.
+       * objc.dg/pr45735.m: Ditto.
+       * objc.dg/pr24393.m: Ditto.
+
+2011-02-23  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * objc.dg/attributes/objc-exception-1.m: New.
+
+2011-02-23  Jie Zhang  <jie@codesourcery.com>
+
+       * gcc.dg/cpp/include7.c: New test.
+
+2011-02-22  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/47242
+       * g++.dg/cpp0x/lambda/lambda-ice4.C: New.
+
+2011-02-23  Jie Zhang  <jie@codesourcery.com>
+
+       PR rtl-optimization/47763
+       * gcc.dg/pr47763.c: New test.
+
+2011-02-22  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/45743
+       * gfortran.dg/whole_file_32.f90 : New test.
+
+2011-02-22  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/47666
+       * g++.dg/inherit/virtual7.C: New test.
+
+2011-02-22  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       PR objc/47832
+       * objc.dg/type-size-3.m: Updated error message.
+       * objc.dg/type-size-4.m: New test.
+       * objc.dg/type-size-5.m: New test.
+
+2011-02-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * lib/gnat.exp: Fix comments.
+       Don't load libgloss.exp.
+       (default_gnat_version): Call $compiler with --version.
+       Adapt regexp for gnatmake output, insert version.
+       (gnat_version): New proc.
+       (gnat_init): Remove gnat_libgcc_s_path.
+       (gnat_target_compile): Likewise.
+       Remove ld_library_path.
+       Log ADA_INCLUDE_PATH, ADA_OBJECTS_PATH.
+       (gnat_pass): Remove.
+       (gnat_pass): Remove.
+       (gnat_finish): Remove.
+       (gnat_exit): Remove.
+       (local_find_gnatmake): Reindent.
+       (runtest_file_p): Remove.
+       (prune_warnings): Remove.
+       (find_gnatclean): New proc.
+       * lib/gnat-dg.exp (lremove): New proc.
+       (gnat-dg-test): Reindent.
+       Remove additional output files.
+       (gnat-dg-runtest): Remove.
+
+       * gnat.dg/array7.adb: Use cleanup-tree-dump "optimized".
+       * gnat.dg/loop_optimization6.adb: Likewise.
+       * gnat.dg/atomic1.adb: Use cleanup-tree-dump "gimple".
+
+2011-02-22  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/47835
+       * gcc.dg/pr46909.c: Check optimized dump instead of ifcombine.
+
+2011-02-22  Tobias Burnus  <burnus@net-b.de>
+
+       * gfortran.dg/abstract_type_1.f90: Fix dg-do syntax.
+       * gfortran.dg/abstract_type_2.f03: Ditto.
+       * gfortran.dg/abstract_type_3.f03: Ditto.
+       * gfortran.dg/abstract_type_4.f03: Ditto.
+       * gfortran.dg/abstract_type_5.f03: Ditto.
+       * gfortran.dg/abstract_type_6.f03: Ditto.
+       * gfortran.dg/alloc_comp_constraint_6.f90: Ditto.
+       * gfortran.dg/alloc_comp_init_expr.f03: Ditto.
+       * gfortran.dg/allocatable_scalar_11.f90: Ditto.
+       * gfortran.dg/allocate_scalar_with_shape.f90: Ditto.
+       * gfortran.dg/array_function_5.f90: Ditto.
+       * gfortran.dg/asynchronous_3.f03: Ditto.
+       * gfortran.dg/char_expr_1.f90: Ditto.
+       * gfortran.dg/class_14.f03: Ditto.
+       * gfortran.dg/data_array_6.f: Ditto.
+       * gfortran.dg/data_invalid.f90: Ditto.
+       * gfortran.dg/dot_product_1.f03: Ditto.
+       * gfortran.dg/func_derived_5.f90: Ditto.
+       * gfortran.dg/func_result_4.f90: Ditto.
+       * gfortran.dg/implied_do_1.f90: Ditto.
+       * gfortran.dg/initialization_25.f90: Ditto.
+       * gfortran.dg/initialization_26.f90: Ditto.
+       * gfortran.dg/interface_34.f90: Ditto.
+       * gfortran.dg/iso_c_binding_init_expr.f03: Ditto.
+       * gfortran.dg/keyword_symbol_1.f90: Ditto.
+       * gfortran.dg/matmul_8.f03: Ditto.
+       * gfortran.dg/merge_init_expr.f90: Ditto.
+       * gfortran.dg/pack_assign_1.f90: Ditto.
+       * gfortran.dg/pack_vector_1.f90: Ditto.
+       * gfortran.dg/pointer_check_8.f90: Ditto.
+       * gfortran.dg/product_init_expr.f03: Ditto.
+       * gfortran.dg/reshape_order_5.f90: Ditto.
+       * gfortran.dg/reshape_shape_1.f90: Ditto.
+       * gfortran.dg/reshape_zerosize_2.f90: Ditto.
+       * gfortran.dg/same_name_2.f90: Ditto.
+       * gfortran.dg/selected_real_kind_1.f90: Ditto.
+       * gfortran.dg/spread_init_expr.f03: Ditto.
+       * gfortran.dg/stmt_func_1.f90: Ditto.
+       * gfortran.dg/sum_init_expr.f03: Ditto.
+       * gfortran.dg/transpose_3.f03: Ditto.
+       * gfortran.dg/unpack_init_expr.f03: Ditto.
+       * gfortran.dg/warn_conversion.f90: Ditto.
+       * gfortran.dg/warn_conversion_2.f90: Ditto.
+       * gfortran.dg/warn_intent_out_not_set.f90: Ditto.
+       * gfortran.dg/warn_unused_dummy_argument_1.f90: Ditto.
+       * gfortran.dg/warn_unused_dummy_argument_2.f90: Ditto.
+       * gfortran.dg/whole_file_16.f90: Ditto.
+       * gfortran.dg/whole_file_17.f90: Ditto.
+       * gfortran.dg/whole_file_18.f90: Ditto.
+       * gfortran.dg/whole_file_20.f03: Ditto.
+       * gfortran.dg/whole_file_5.f90: Ditto.
+       * gfortran.dg/whole_file_6.f90: Ditto.
+       * gfortran.dg/write_invalid_format.f90: Ditto.
+       * gfortran.dg/zero_sized_6.f90: Ditto.
+
+2011-02-21  Jeff Law <law@redhat.com>
+
+       PR rtl-optimization/46178
+       * gcc.target/i386/pr46178.c: New test.
+
+       PR rtl-optimization/46002
+       * gcc.c-torture/compile/pr46002.c: New test.
+
+2011-02-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * g++.dg/cpp0x/lambda/lambda-conv.C: Skip scan-assembler check on
+       *-*-hpux10*.
+
+2011-02-21  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/47106
+       * g++.dg/debug/pr47106.C: Require effective target lto.
+
+2011-02-21  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/constexpr-diag2.C: New.
+
+2011-02-20  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/constexpr-ctor7.C: New.
+
+       * g++.dg/cpp0x/fntmpdefarg2.C: New.
+
+       * g++.dg/overload/conv-op1.C: New.
+
+       * g++.dg/cpp0x/constexpr-synth1.C: New.
+
+2011-02-20  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * objc.dg/layout-2.m: New.
+       * objc.dg/selector-3.m: Adjusted location of error message.
+       * objc.dg/type-size-3.m: Same.
+       * obj-c++.dg/selector-3.mm: Same.
+
+2011-02-20  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       PR objc/47784
+       * objc.dg/property/dotsyntax-22.m: New.
+       * obj-c++.dg/property/dotsyntax-22.mm: New.
+
+2011-02-20  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/46394
+       * g++.dg/template/typedef38.C: New test.
+
+2011-02-20  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/46818
+       * gfortran.dg/whole_file_30.f90 : New test.
+       * gfortran.dg/whole_file_31.f90 : New test.
+
+2011-02-20  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/45077
+       PR fortran/44945
+       * gfortran.dg/whole_file_28.f90 : New test.
+       * gfortran.dg/whole_file_29.f90 : New test.
+
+2011-02-20  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/44118
+       * g++.dg/template/crash105.C: New.
+
+2011-02-19  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/regress/no-elide1.C: New.
+
+2011-02-19  Alexandre Oliva  <aoliva@redhat.com>
+
+       PR tree-optimization/46620
+       * gcc.dg/pr46620.c: New.
+
+2011-02-19  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/47809
+       * gcc.target/i386/pr47809.c: New test.
+
+2011-02-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+           Tobias Burnus  <burnus@net-b.de>
+
+       * lib/target-supports.exp
+       (check_effective_target_fortran_large_real): New check for large reals.
+       * gfortran.dg/nan_7.f90: New test.
+
+2011-02-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/47567
+       * gfortran.dg/fmt_f0_1.f90: Update test.
+
+2011-02-19  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/47348
+       * gfortran.dg/array_constructor_36.f90 : New test.
+       * gfortran.dg/bounds_check_10.f90 : Change dg-output message to
+       allow for comparison between different elements of the array
+       constructor at different levels of optimization.
+
+2011-02-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gcc.target/i386/pr31167.c: Require int128 instead of lp64.
+       * gcc.target/i386/pr32280-1.c: Likewise.
+
+2011-02-19  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/47800
+       * gcc.target/i386/pr47800.c: New test.
+
+2011-02-18  Iain Sandoe  <iains@gcc.gnu.org>
+
+       * objc/execute/exceptions/foward-1.x: New.
+
+2011-02-18  Janus Weil  <janus@gcc.gnu.org>
+
+       PR fortran/47789
+       * gfortran.dg/derived_constructor_comps_4.f90: New.
+
+2011-02-18  Tobias Burnus
+
+       PR fortran/47775
+       * gfortran.dg/func_result_6.f90: New.
+
+2011-02-18  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/47795
+       * g++.dg/cpp0x/lambda/lambda-ice3.C: New.
+
+2011-02-18  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/47750
+       * lib/gfortran.exp (gfortran_init): Set gcc_error_prefix and
+       gcc_warning_prefix.
+       * lib/gfortran-dg.exp (gfortran-dg-test): Update regexp for
+       normalizing the error/warning output.
+       * gfortran.dg/Wall.f90: Update dg-error/warning.
+       * gfortran.dg/argument_checking_15.f90: Update dg-error/warning.
+       * gfortran.dg/argument_checking_3.f90: Update dg-error/warning.
+       * gfortran.dg/argument_checking_6.f90: Update dg-error/warning.
+       * gfortran.dg/bounds_temporaries_1.f90: Update dg-error/warning.
+       * gfortran.dg/class_30.f90: Update dg-error/warning.
+       * gfortran.dg/continuation_1.f90: Update dg-error/warning.
+       * gfortran.dg/continuation_9.f90: Update dg-error/warning.
+       * gfortran.dg/do_check_5.f90: Update dg-error/warning.
+       * gfortran.dg/entry_17.f90: Update dg-error/warning.
+       * gfortran.dg/entry_19.f90: Update dg-error/warning.
+       * gfortran.dg/fmt_error.f90: Update dg-error/warning.
+       * gfortran.dg/fmt_read_2.f90: Update dg-error/warning.
+       * gfortran.dg/g77/12632.f: Update dg-error/warning.
+       * gfortran.dg/g77/970625-2.f: Update dg-error/warning.
+       * gfortran.dg/g77/980615-0.f: Update dg-error/warning.
+       * gfortran.dg/generic_actual_arg.f90: Update dg-error/warning.
+       * gfortran.dg/global_references_1.f90: Update dg-error/warning.
+       * gfortran.dg/goto_8.f90: Update dg-error/warning.
+       * gfortran.dg/initialization_1.f90: Update dg-error/warning.
+       * gfortran.dg/io_constraints_1.f90: Update dg-error/warning.
+       * gfortran.dg/io_constraints_2.f90: Update dg-error/warning.
+       * gfortran.dg/io_constraints_3.f90: Update dg-error/warning.
+       * gfortran.dg/iostat_3.f90: Update dg-error/warning.
+       * gfortran.dg/public_private_module.f90: Update dg-error/warning.
+       * gfortran.dg/volatile3.f90: Update dg-error/warning.
+       * gfortran.dg/warning-directive-2.F90: Update dg-error/warning.
+       * gfortran.dg/warnings_are_errors_1.f: Update dg-error/warning.
+       * gfortran.dg/whole_file_1.f90: Update dg-error/warning.
+       * gfortran.dg/whole_file_2.f90: Update dg-error/warning.
+       * gfortran.dg/whole_file_3.f90: Update dg-error/warning.
+
+2011-02-18  Janus Weil  <janus@gcc.gnu.org>
+
+       PR fortran/47768
+       * gfortran.dg/proc_ptr_comp_30.f90: New.
+
+2011-02-18  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/47780
+       * gcc.target/i386/pr47780.c: New test.
+
+2011-02-18  Janus Weil  <janus@gcc.gnu.org>
+
+       PR fortran/47767
+       * gfortran.dg/class_40.f03: New.
+
+2011-02-18  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/47208
+       * g++.dg/cpp0x/auto21.C: New test.
+
+2011-02-17  Iain Sandoe  <iains@gcc.gnu.org>
+
+       * objc.dg/special/unclaimed-category-1.h: Updated for
+       new ABI support.
+       * objc.dg/special/unclaimed-category-1.m: Same.
+       * objc.dg/zero-link-1.m: Same.
+       * objc.dg/lookup-1.m: Same.
+       * objc.dg/torture/strings/const-str-9.m
+       * objc.dg/torture/strings/const-str-10.m: Same.
+       * objc.dg/torture/strings/const-str-11.m: Same.
+       * objc.dg/torture/forward-1.m: Same.
+       * objc.dg/zero-link-2.m: Same.
+       * objc.dg/encode-7-next-64bit.m: Same.
+       * objc.dg/method-4.m: Same.
+       * objc.dg/next-runtime-1.m: Same.
+       * objc.dg/image-info.m: Same.
+       * objc.dg/pr23214.m: Same.
+       * objc.dg/symtab-1.m: Same.
+       * obj-c++.dg/basic.m: Same.
+       * obj-c++.dg/proto-lossage-3.m: Same.
+       * obj-c++.dg/torture/strings/const-str-10.m: Same.
+       * obj-c++.dg/torture/strings/const-str-11.m: Same.
+       * obj-c++.dg/torture/strings/const-str-9.m: Same.
+       * obj-c++.dg/method-11.m: Same.
+       * objc/execute/enumeration-1.m: Same.
+       * objc/execute/object_is_class.m: Same.
+       * objc/execute/formal_protocol-2.m: Same.
+       * objc/execute/formal_protocol-4.m: Same.
+       * objc/execute/formal_protocol-6.m: Same.
+       * objc/execute/bycopy-3.m: Same.
+       * objc/execute/exceptions/catchall-1.m: Same.
+       * objc/execute/exceptions/finally-1.m: Same.
+       * objc/execute/exceptions/local-variables-1.m: Same.
+       * objc/execute/exceptions/foward-1.m: Same.
+       * objc/execute/bf-common.h
+       * objc/execute/enumeration-2.m: Same.
+       * objc/execute/formal_protocol-1.m: Same.
+       * objc/execute/formal_protocol-3.m: Same.
+       * objc/execute/formal_protocol-5.m: Same.
+       * objc/execute/accessing_ivars.m: Same.
+       * objc/execute/bycopy-2.m: Same.
+       * objc/execute/formal_protocol-7.m: Same.
+       * objc/execute/compatibility_alias.m: Same.
+       * objc/execute/no_clash.m: Same.
+       * objc/execute/object_is_meta_class.m: Same.
+       * objc/execute/exceptions/exceptions.exp: Load target-supports.exp
+       * objc/execute/class-tests-1.h: Include stdio.h.
+       * objc/execute/class-tests-2.h: Same.
+       * obj-c++.dg/try-catch-9.mm: xfail-run the test with both
+       runtimes.
+       * obj-c++.dg/try-catch-2.mm: Same.
+
+2011-02-17  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/47783
+       * g++.dg/warn/Wunused-parm-4.C: New test.
+
+2011-02-17  Alexandre Oliva  <aoliva@redhat.com>
+           Jan Hubicka  <jh@suse.cz>
+
+       PR debug/47106
+       PR debug/47402
+       * g++.dg/debug/pr47106.C: New.
+
+2011-02-17  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/43653
+       * gcc.target/i386/pr43653.c: New test.
+
+2011-02-11  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/47172
+       * g++.dg/template/inherit6.C: New test.
+
+2011-02-16  Janus Weil  <janus@gcc.gnu.org>
+
+       PR fortran/47745
+       * gfortran.dg/class_39.f03: New.
+
+2011-02-16  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/47326
+       * g++.dg/cpp0x/variadic106.C: New test.
+
+2011-02-16  Jakub Jelinek  <jakub@redhat.com>
+
+       PR libfortran/47757
+       * gfortran.dg/pr47757-1.f90: New test.
+       * gfortran.dg/pr47757-2.f90: New test.
+       * gfortran.dg/pr47757-3.f90: New test.
+
+       PR c++/47704
+       * g++.dg/cpp0x/enum8.C: New test.
+
+2011-02-15  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/inherit/implicit-trivial1.C: New.
+       * g++.dg/cpp0x/implicit-trivial1.C: New.
+
+2011-02-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR middle-end/47725
+       * gcc.dg/torture/pr47725.c: Removed.
+
+2011-02-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
+
+       PR target/47755
+       * gcc.target/powerpc/pr47755.c: New file, test all 0 vector
+       constant does not generate a load from memory.
+
+2011-02-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR middle-end/47725
+       * gcc.dg/torture/pr47725.c: New.
+
+2011-02-15  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/47743
+       * gcc.dg/torture/pr47743.c: New testcase.
+
+2011-02-15  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/47581
+       * gcc.target/i386/pr47581.c: New test.
+
+2011-02-14  Janus Weil  <janus@gcc.gnu.org>
+
+       PR fortran/47730
+       * gfortran.dg/select_type_22.f03: New.
+
+2011-02-14  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/regress/enum1.C: New.
+
+2011-02-14  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/include.adb: New test.
+
+2011-02-14  Janus Weil  <janus@gcc.gnu.org>
+
+       PR fortran/47728
+       * gfortran.dg/class_38.f03: New.
+
+2011-02-14  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/pr46494.c: New test.
+
+2011-02-14  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.dg/attr-weak-hidden-1.c: Make definition of foo strong.
+
+2011-02-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR ada/41929
+       * gnat.dg/null_pointer_deref1.exp: Don't skip on
+       sparc*-sun-solaris2.11.
+
+2011-02-14  Janus Weil  <janus@gcc.gnu.org>
+
+       PR fortran/47349
+       * gfortran.dg/argument_checking_18.f90: New.
+
+2011-02-13  Tobias Burnus  <burnus@net-b.de>
+
+       * gfortran.dg/argument_checking_13.f90: Update dg-error.
+       * gfortran.dg/argument_checking_17.f90: New.
+
+2011-02-12  Janus Weil  <janus@gcc.gnu.org>
+
+       * gfortran.dg/allocate_derived_1.f90: Modified as polymorphic arrays
+       are temporarily disabled.
+       * gfortran.dg/class_7.f03: Ditto.
+       * gfortran.dg/coarray_14.f90: Ditto.
+       * gfortran.dg/typebound_proc_13.f03: Ditto.
+
+2011-02-12  Mikael Morin  <mikael.morin@sfr.fr>
+
+       PR fortran/45586
+       * gfortran.dg/extends_11.f03: New.
+
+2011-02-11  Xinliang David Li  <davidxl@google.com>
+
+       PR tree-optimization/47707
+       * g++.dg/tree-ssa/pr47707.C: New test.
+
+2011-02-11  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * g++.dg/opt/inline17.C: New test.
+
+2011-02-11  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/47550
+       * gfortran.dg/pure_formal_2.f90: New.
+
+2011-02-11  Pat Haugen <pthaugen@us.ibm.com>
+
+       PR rtl-optimization/47614
+       * gfortran.dg/pr47614.f: New.
+
+2011-02-11  Joseph Myers  <joseph@codesourcery.com>
+
+       PR driver/47678
+       * gcc.dg/opts-6.c: New test.
+
+2011-02-11  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/47684
+       * gcc.dg/pr47684.c: New test.
+
+2011-02-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR target/47629
+       * gcc.target/i386/pr47312.c: Use dg-require-effective-target
+       c99_runtime, dg-add-options c99_runtime.
+       (main): Use __asm__.
+
+2011-02-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR testsuite/47400
+       * lib/target-supports.exp (check_ascii_locale_available): New proc.
+       * lib/target-supports-dg.exp (dg-require-ascii-locale): New proc.
+       * gcc.dg/attr-alias-5.c: Use dg-require-ascii-locale.
+       * gcc.dg/ucnid-10.c: Likewise.
+       * gcc.dg/ucnid-13.c: Likewise.
+       * gcc.dg/ucnid-7.c: Likewise.
+       * gcc.dg/ucnid-8.c: Likewise.
+       Adapt dg-warning line number.
+
+2011-02-10  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.target/i386/parity-1.c: Use -march=k8.
+       * gcc.target/i386/parity-2.c: Ditto.
+       * gcc.target/i386/vecinit-1.c: Ditto.
+       * gcc.target/i386/vecinit-2.c: Ditto.
+
+2011-02-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR target/46610
+       * gcc.target/mips/save-restore-1.c: Skip on mips-sgi-irix6*.
+       * gcc.target/mips/save-restore-3.c: Likewise.
+       * gcc.target/mips/save-restore-4.c: Likewise.
+       * gcc.target/mips/save-restore-5.c: Likewise.
+
+       PR target/47683
+       * g++.dg/tree-prof/partition1.C: Skip on mips-sgi-irix*.
+       * g++.dg/tree-prof/partition2.C: Likewise.
+
+2011-02-09  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/tree-ssa/inline-3.C: Use a normal function
+       rather than misdeclare std::puts.
+
+       * g++.dg/ext/vla1.C: Adjust for C++0x mode.
+       * g++.dg/other/warning1.C: Likewise.
+       * g++.old-deja/g++.bugs/900119_01.C: Likewise.
+       * g++.old-deja/g++.gb/scope06.C: Likewise.
+       * g++.old-deja/g++.law/cvt11.C: Likewise.
+       * g++.old-deja/g++.law/init1.C: Likewise.
+       * g++.dg/abi/mangle26.C: Likewise.
+
+       * g++.dg/template/function1.C: Adjust for C++0x mode.
+       * g++.dg/cpp0x/regress/template-function1.C: Copy it.
+
+       * g++.dg/ext/label10.C: Adjust for C++0x mode.
+       * g++.dg/cpp0x/regress/ext-label10.C: Copy it.
+
+       * g++.dg/cpp0x/regress/ext-cond1.C: Copy from ext/cond1.C.
+
+       * g++.dg/cpp0x/regress/abi-empty7.C: New.
+
+       * g++.dg/cpp0x/regress: New directory.
+       * g++.dg/cpp0x/constexpr-regress1.C: Move to regress/regress1.C.
+       * g++.dg/cpp0x/constexpr-regress2.C: Move to regress/regress2.C.
+       * g++.dg/cpp0x/regress/regress3.C: New.
+
+2011-02-10  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/47677
+       * gcc.dg/torture/pr47677.c: New testcase.
+
 2011-02-10  Iain Sandoe  <iains@gcc.gnu.org>
 
        * objc.dg/special/load-category-1.m: Remove unused header.