OSDN Git Service

libobjc/ChangeLog:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 774b0b8..dff2251 100644 (file)
@@ -1,3 +1,91 @@
+2005-08-13  Marcin Koziej  <creep@desk.pl>
+            Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR libobjc/22492
+       * execute/exceptions/finally-1.m: New test.
+
+2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * objc.dg/nested-func-1.m: Move to ...
+       * objc/execute/nested-func-1.m: Here.
+
+2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * lib/objc.exp (objc_target_compile): Check for -fgnu-runtime
+       in ${options} instead of [target_info name].
+       * lib/obj-c++.exp (objc_target_compile): Likewise.
+
+2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * objc.dg/stubify-2.m: Correct the name of the rtl dump file.
+
+2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       part of PR testsuite/23348
+       * lib/objc-torture.exp: Add -fgnu-runtime and/or -fnext-runtime to each
+       of the torture options.
+       * objc/compile/trivial.m: New test.
+
+2005-08-12  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       * gfortran.dg/eoshift.f90:  Correct format.
+
+2005-08-12  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       * gfortran.fortran-torture/execute/character_passing.f90:
+       Fix comment typo.
+
+2005-08-12  Giovanni Bajo  <giovannibajo@libero.it>
+
+       PR c++/8271
+       * g++.dg/template/unify10.C: New.
+
+2005-08-11  James A. Morrison  <phython@gcc.gnu.org>
+
+       * g++.dg/parse/pr22514.C: Move to...
+       * g++.dg/debug/pr22514.C: here.
+
+2005-08-11  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c++/23266
+       * g++.dg/inherit/pure1.C: New test.
+
+       * ChangeLog: Fix typos.
+
+2005-08-11  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+           Steven Bosscher  <stevenb@suse.de>
+
+       * gfortran.dg/runtime_warning_1.f90: New test.
+
+2005-08-11  Nathan Sidwell  <nathan@codesourcery.com>
+
+       PR c++/23219
+       * g++.dg/parse/crash28.C: New.
+
+2005-08-11  Richard Guenther  <rguenther@suse.de>
+
+       PR target/23289
+       * gcc.target/i386/tailcall-1.c: New testcase.
+
+2005-08-10  James A. Morrison  <phython@gcc.gnu.org>
+
+       * gcc.dg/vect/vect-67.c: Un-xfail.
+
+2005-08-10  James A. Morrison  <phython@gcc.gnu.org>
+
+       PR c++/23225
+       * g++.dg/testsuite/parse/crash27.C: new test.
+
+2005-08-10  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       PR libfortran/22143
+       * gfortran.dg/shift-kind.f90:  New testcase.
+
+2005-08-10  Richard Sandiford  <richard@codesourcery.com>
+
+       * gcc.dg/arm-eabi1.c: Test aeabi_idiv, __aeabi_uidiv, __aeabi_uread4,
+       __aeabi_uread8, __aeabi_uwrite4 and __aeabi_uwrite8.
+
 2005-08-10  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
 
        PR c++/20646