OSDN Git Service

* gcc.exp (gcc_target_compile): Put braces around
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 3cab286..e1c73df 100644 (file)
@@ -1,8 +1,87 @@
+2005-03-04  Matthew Sachs  <msachs@apple.com>
+
+       * gcc.exp (gcc_target_compile): Put braces around
+       additional_flags=$TOOL_OPTIONS; allows for whitespace in $TOOL_OPTIONS.
+       * objc.exp (objc_target_compile): Likewise.
+       * treelang.exp (treelang_target_compile): Likewise.
+
+2005-03-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       PR fortran/19673
+       * gfortran.dg/func_result_1.f90: New test.
+
+2005-03-04  Ben Elliston  <bje@au.ibm.com>
+
+       * gcc.misc-tests/options.exp: New test.
+
+2005-03-03  James A. Morrison  <phython@gcc.gnu.org>
+
+       * gcc.dg/pr15784-4.c: New test.
+
+2005-03-03  Geoffrey Keating  <geoffk@apple.com>
+
+       * gcc.c-torture/execute/pr17133.c: New.
+       * gcc.c-torture/compile/20050303-1.c: New.
+
+2005-03-04  David Billinghurst  <David.Billinghurst@riotinto.com>
+
+       * gcc.dg/cpp/assert4.c:  Fix for cygwin
+
+2005-03-02  Alexandre Oliva  <aoliva@redhat.com>
+
+       * g++.dg/overload/using2.C: New.
+
+2005-03-02  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/19916
+       * g++.dg/init/ptrmem2.C: New test.
+
+2005-03-02  Joseph S. Myers  <joseph@codesourcery.com>
+
+       PR c/8927
+       * gcc.dg/pr8927-1.c: New test.
+
+2005-03-01  Nathan Sidwell  <nathan@codesourcery.com>
+
+       PR c++/20232
+       * g++.dg/inherit/covariant12.C: New.
+
+2005-02-28  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       PR fortran/19479
+       * gfortran.dg/bound_1.f90: New test.
+
+2005-02-28  Janis Johnson  <janis187@us.ibm.com>
+
+       * gcc.test-framework/dg-error-exp-P.c: Update message for new C parser.
+       * gcc.test-framework/dg-error-exp-XP.c: Ditto.
+
+2005-02-28  Joseph S. Myers  <joseph@codesourcery.com>
+
+       PR c/20245
+       * gcc.dg/pr20245-1.c: New test.
+
+2005-02-28  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/19874
+       * gcc.c-torture/execute/20050119-2.c: New test case.
+
+2005-02-28  Ben Elliston  <bje@au.ibm.com>
+
+       * README: Update the DejaGnu bug reporting address.
+       * lib/c-torture.exp: Remove the DejaGnu bug reporting address.
+       * lib/objc-torture.exp: Likewise.
+
 2005-02-27  Steven G. Kargl  <kargl@gcc.gnu.org>
 
-       * gfortran.dg/ishft.f90:  Remove kind suffix from BOZ constant
-       * gfortran.fortran-torture/execute/intrinsic_mvbits.f90: ditto
+       * gfortran.dg/boz_1.f90: New test.
+       * gfortran.dg/boz_3.f90: New test.
+       * gfortran.dg/boz_4.f90: New test.
+
+2005-02-27  Steven G. Kargl  <kargl@gcc.gnu.org>
 
+       * gfortran.dg/ishft.f90:  Remove kind suffix from BOZ constant
+       * gfortran.fortran-torture/execute/intrinsic_mvbits.f90: Ditto.
 
 2005-02-27  Francois-Xavier Coudert  <coudert@clipper.ens.fr>