OSDN Git Service

PR c++/19797
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 108bea5..9813200 100644 (file)
@@ -1,3 +1,179 @@
+2005-03-04  John David Anglin  <dave.danglin@nrc-cnrc.gc.ca>
+           Joseph S. Myers  <joseph@codesourcery.com>
+
+       PR c++/19797
+       * g++.dg/abi/vague1.C: Remove xfail hppa*-*-hpux*.
+
+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/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>
+
+       PR libfortran/20101
+       * gfortran.dg/write_0_pe_format.f90: New test.
+
+2005-02-27  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/20206
+       * g++.dg/opt/thunk2.C: New test.
+       * g++.dg/opt/covariant1.C: New test.
+
+2005-02-27  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       * gfortran.dg/e_d_fmt.f90: New test.
+
+2005-02-27  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * gcc.dg/asm-b.c: Fix comment typos.
+
+2005-02-26  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * gcc.dg/tree-ssa/inline_asm-2.c: link_error produces
+       a V_MAY_DEF also.
+
+2005-02-26  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR tree-opt/20188
+       * gcc.dg/tree-ssa/inline_asm-1.c: New test.
+       * gcc.dg/tree-ssa/inline_asm-2.c: New test.
+       * gcc.dg/asm-b.c: New test.
+
+2005-02-26  Richard Sandiford  <rsandifo@redhat.com>
+
+       * gcc.c-torture/execute/ieee/mul-subnormal-single-1.x: New file.
+       Disable this test on IRIX 6.
+
+2005-02-25  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * gcc.dg/cpp/separate-1.c, gcc.dg/noncompile/971104-1.c,
+       gcc.dg/noncompile/990416-1.c: Adjust expected messages for new
+       parser.
+
+2005-02-25  Diego Novillo  <dnovillo@redhat.com>
+
+       PR tree-optimization/20204
+       * testsuite/gcc.dg/pr20204.c: New test.
+
+2005-02-24  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/20196
+       * gcc.c-torture/execute/20050224-1.c: New test.
+
+       PR c++/20175
+       * g++.dg/warn/Wbraces2.C: New test.
+
+2005-02-23  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/19878
+       * g++.dg/init/const2.C: New test.
+
+2005-02-23  Hans-Peter Nilsson  <hp@axis.com>
+
+       PR tree-optimization/20100
+       * gcc.c-torture/execute/pr20100-1.c: New test.
+
+2005-02-23  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       * gfortran.dg/implicit_3.f90: New test.
+
+       * gfortran.dg/deftype_1.f90: New test.
+
+2005-02-23  Alexandre Oliva  <aoliva@redhat.com>
+
+       * g++.dg/lookup/anon2.C: Don't let access checks make it look like
+       the test passes.
+       * g++.dg/other/anon3.C: Accept a warning.
+
+2005-02-23  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * gcc.dg/pr20017.c: Fix a comment typo.
+
+2005-02-23  Bud Davis  <bdavis@gfortran.org>
+
+       * gfortran.dg/list_read_4.f90: Change to f90 comments.
+
 2005-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        PR ada/19902