X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Ftestsuite%2FChangeLog;h=eba1f1eeebf8ebeeed68c296019e1c9132b2b817;hp=a2bb4ec220968760afa1350943118ab71d221046;hb=7731e499e5beb4a23f7469825fbca7f56d0d8949;hpb=0c6f02c01d2d6b0ab2c66ce5e7f1d0bcea261563 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a2bb4ec2209..eba1f1eeebf 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,116 @@ +2004-12-03 Janis Johnson + + * gcc.dg/altivec-18.c: Fix for darwin + +2004-12-03 Nathan Sidwell + + PR c++/18782 + * g++.dg/parse/ptrmem2.C: New. + + PR c++/18318 + * g++.dg/template/new1.C: New. + +2004-12-02 Tobias Schlueter + + PR fortran/18710 + * gfortran.dg/direct_io_3.f90: New test. + +2004-12-02 Nathan Sidwell + + PR 18758 + * g++.dg/parse/crash21.C: New. + +2004-12-02 Kriang Lerdsuwanakij + + PR c++/15664, c++/18276 + * g++.dg/template/ttp13.C: New test. + * g++.dg/template/ttp14.C: Likewise. + +2004-12-02 Kriang Lerdsuwanakij + + PR c++/18123 + * g++.dg/parse/enum2.C: New test. + * g++.old-deja/g++.pt/enum5.C: Adjust error location. + +2004-12-02 Nick Clifton + + * gcc.target/xstormy16: New test directory. + * gcc.target/xstormy16/xstormy16.exp: Run the new tests. + * gcc.target/xstormy16/bp.c: Check the generation of bp + instructions. + * gcc.target/xstormy16/below_100.c: Check the generation of bp and + bn instructions and the BELOW100 attribute. + +2004-12-02 Alan Modra + + PR target/16952 + * gcc.dg/ppc-eabi.c: New. + +2004-12-02 Bud Davis + + PR fortran/18284 + * gfortran.dg/backspace.f90 + +2004-12-02 Bud Davis + + * gfortran.dg/inquire.f90: New test. + +2004-12-01 Janis Johnson + + * lib/gcc-dg.exp (dg-process-target): Wrapper for dg function to + handle effective-target-keyword. + (dg-skip-if): Support effective-target keyword as target list. + (dg-xfail-if): Ditto. + * lib/target-supports.exp (is-effective-target-keyword): New proc. + +2004-12-01 Diego Novillo + + PR tree-optimization/18291 + * testsuite/gcc.c-torture/compile/pr18291.c: New test. + +2004-12-01 Nathan Sidwell + + PR C++/18729 + * g++.dg/parse/crash20.C: New. + + PR c++/17431 + * g++.dg/overload/arg1.C: New. + * g++.dg/overload/arg2.C: New. + * g++.dg/overload/arg3.C: New. + * g++.dg/overload/arg4.C: New. + +2004-12-01 Joseph S. Myers + + * gcc.dg/c99-flex-array-4.c: Remove. + +2004-11-30 Janis Johnson + + * lib/compat.exp (compat-get-options): Fix for use with dg-xfail-if. + + * lib/target-supports.exp (is-effective-target): Simplify. + + * lib/target-supports.exp (check_effective_target_vect_long): + Fix for powerpc64-*-*. + +2004-11-30 Loren James Rittle + + * g++.old-deja/g++.eh/badalloc1.C (arena_size): Bump up to 262144 + to support new requirements on FreeBSD 5. + +2004-11-30 Devang Patel + + PR 18702 + * gcc.dg/cpp/isysroot-1.c: Make this test darwin specific. + +2004-11-30 Janis Johnson + + * g++.dg/ext/altivec-13.C: New test. + +2004-11-30 Andrew Pinski + + PR tree-opt/18298 + * gcc.c-torture/execute/p18298.c: New test. + 2004-11-30 Ira Rosen Dorit Naishlos