OSDN Git Service

2005-12-29 Daniel Jacobowitz <dan@codesourcery.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index b5f1063..c95b8f8 100644 (file)
@@ -1,3 +1,109 @@
+2005-12-29  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/25532
+       *gfortran.dg/host_used_types_1.f90: New test. Check that host
+       associated derived type components of derived types are
+       properly declared in contained procedures.
+
+2005-12-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/25139
+       * gfortran.dg/backspace_2.f: New test.
+
+2005-12-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/25550
+       * gfortran.dg/endfile.f: New test.
+
+2005-12-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/25419
+       * gfortran.dg/comma.f: New test.
+
+2005-12-28  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       * lib/gfortran-dg.exp: Remove trailing whitespace.
+       * lib/fortran-torture.exp: Test with -fbounds-check instead of
+       -funroll-all-loops.
+
+2005-12-28  Alan Modra  <amodra@bigpond.net.au>
+
+       * gcc.dg/torture/fp-int-convert-timode.c: Don't test IBM
+       Extended Double long doubles or repeat tests when long double is
+       the same size as double.
+
+2005-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * g++.dg/rtti/tinfo1.C: Scan for ".global" also.
+       
+       PR testsuite/25442
+       * gcc.dg/ipa/ipa-1.c, gcc.dg/ipa/ipa-2.c, gcc.dg/ipa/ipa-3.c,
+       gcc.dg/ipa/ipa-4.c, gcc.dg/ipa/ipa-5.c: Skip if -fpic/-fPIC.
+
+       PR testsuite/25441
+       * gcc.dg/pr23911.c: Make test variable static.
+
+       PR testsuite/25444
+       * gcc.dg/tree-ssa/pr14841.c: Likewise.
+
+2005-12-26  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/25439
+       * g++.dg/parse/crash17.C: Adjust error markers.
+       * g++.dg/template/error20.C: New test.
+
+2005-12-26  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/23172
+       * g++.dg/ext/complit4.C: New test.
+
+       PR c++/25417
+       * g++.dg/ext/complit5.C: Likewise.
+
+2005-12-26  Kazu Hirata  <kazu@codesourcery.com>
+
+       PR tree-optimization/25125
+       * gcc.dg/vect/vect-7.c, gcc.dg/vect/vect-reduc-2char.c,
+       gcc.dg/vect/vect-reduc-2short.c: XFAIL.
+       * gcc.c-torture/execute/pr25125.c: New.
+
+2005-12-24  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/25029
+       PR fortran/21256
+       * gfortran.dg/initialization_1.f90: Remove tests of intrinsic functions
+       with incorrect assumed size references.
+
+2005-12-24  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/23171
+       * g++.dg/opt/init1.C: New test.
+
+2005-12-23  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/24671
+       * g++.dg/template/sfinae3.C: New test.
+
+2005-12-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       * g++.dg/other/friend4.C: New test.
+
+2005-12-23  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/25005
+       * g++.dg/opt/pr25005.C: New test.
+
+2005-12-22  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/25369
+       * g++.dg/template/ptrmem16.C: New test.
+
+2005-12-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/25029
+       PR fortran/21256
+       *gfortran.dg/initialization_1.f90: Add test of SIZE.
+
 2005-12-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR libgfortran/25307
 
 2005-12-22  Paul Brook  <paul@codesourcery.com>
 
+       * gcc.dg/weak/typeof-2.c: Skip assembly test on m68k.
+
+2005-12-22  Paul Brook  <paul@codesourcery.com>
+
        * gcc.dg/tree-ssa/loop-1.c: Look for jump/branch on m68k.
 
 2005-12-22  Andrew Pinski  <pinskia@physics.uc.edu>