X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Ftestsuite%2FChangeLog;h=7594edc797a8d5460dd82bd168d5610496dcac34;hp=f6e234ec2a51b07bb12fb5a5583d6f6c4f5ea6cb;hb=965e7256d9c6beb266cd5ca44e3eecaa8a297f0a;hpb=5c40d3bf215793c8af1e4381ad1b536a14e86f27 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f6e234ec2a5..7594edc797a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,12 +1,214 @@ +2005-03-25 Geoffrey Keating + + * gcc.dg/ppc-stfiwx.c: New. + +2005-03-25 Steve Ellcey + + PR target/19888 + * g++.old-deja/g++.eh/badalloc1.C: increase arena_size on hpux. + +2005-03-25 Zdenek Dvorak + + * gcc.dg/20050325-1.c: Fix a typo. + +2005-03-25 Francois-Xavier Coudert + + PR libfortran/19678 + PR libfortran/19679 + * gfortran.dg/dos_eol.f: New test. + +2005-03-25 Zdenek Dvorak + + PR rtl-optimization/20249 + * gcc.dg/20050325-1.c: New test. + +2005-03-25 Francois-Xavier Coudert + + PR libfortran/15332 + * gfortran.dg/pr15332.f: New test. + +2005-03-24 Dale Johannesen + + * gcc.dg/20020919-1.c: Fix for x86 Darwin. + +2005-03-24 Geoffrey Keating + + * g++.dg/ext/visibility/pragma-override1.C: Mark as requiring + 'internal' visibility. + * g++.dg/ext/visibility/pragma-override2.C: Likewise. + * g++.dg/ext/visibility/visibility-7.C: Mark as requiring + 'protected' visibility. + * gcc.dg/visibility-7.c: Likewise. + * lib/target-supports.exp (check_visibility_available): Take + a parameter, the kind of visibility to check for. + * lib/target-supports-dg.exp (dg-require-visibility): Pass parameter + to check_visibility_available. + + * g++.dg/expr/cast3.C: New. + +2005-03-24 David Edelsohn + + * gcc.c-torture/execute/20020720-1.x: XFAIL for all powerpc and + rs6000. + +2005-03-24 Steve Ellcey + + PR target/20095 + * gcc.dg/cleanup-5.c: skip if ia64-hp-hpux11.* + +2005-03-24 Alexandre Oliva + + * gcc.dg/badshift.c: Renamed to... + * gcc.dg/torture/badshift.c: ... this. Remove explicit -O1. + + * gcc.target/i386/badshift.c: Renamed to... + * gcc.dg/badshift.c: ... this. Fix typo. Use -march=i386 on i?86 + only. + + PR rtl-optimization/20532 + * gcc.target/i386/badshift.c: New. + +2005-03-23 Francois-Xavier Coudert + + * gfortran.dg/pr18025.f90: New test. + +2005-03-23 Dale Johannesen + + * gcc.dg/20020312-2.c: Fix for non-PowerPC Darwin. + +2005-03-23 Mark Mitchell + + * g++.old-deja/g++.warn/compare1.C: Run with -Wno-deprecated. + + * lib/target-supports.exp (check_iconv_available): Default + libiconv to -liconv, if there is no definition. + +2005-03-23 Hans-Peter Nilsson + + * gcc.dg/torture/cris-asm-mof-1.c: New test. + +2005-03-22 Mark Mitchell + + * g++.dg/opt/max1.C: Run with -Wno-deprecated. + * g++.dg/opt/pr7503-2.C: Likewise. + * g++.dg/opt/pr7503-3.C: Likewise. + * g++.dg/opt/pr7503-4.C: Likewise. + * g++.dg/opt/pr7503-5.C: Likewise. + * g++.dg/warn/minmax.C: New test. + +2005-03-22 Francois-Xavier Coudert + + * gfortran.dg/g77_intrinsics_funcs.f: New test. + * gfortran.dg/g77_intrinsics_sub.f: New test. + +2005-03-22 Richard Guenther + Jan Hubicka + Steven Bosscher + + PR c++/19980 + * g++.dg/template/redecl3.C: New test. + +2005-03-22 Volker Reichelt + + PR c++/20499 + * g++.dg/parse/error16.C: Tweak error markers. + +2005-03-22 Jakub Jelinek + + PR target/20561 + * gcc.dg/20050321-2.c: New test. + +2005-03-22 Nathan Sidwell + + PR c++/20465 + PR c++/20381 + * g++.dg/template/ptrmem12.C: New. + +2005-03-22 Hans-Peter Nilsson + + PR rtl-optimization/20527 + * gcc.c-torture/execute/pr20527-1.c: New test. + +2005-03-22 Ben Elliston + + * gcc.misc-tests/options.exp (check_for_options): Create a real C + program, compile it into a real executable and then delete the .c + and .x files afterwards, to avoid problems on testglue targets. + +2005-03-21 Stuart Hastings + + * gcc.target/i386/sse-2.c: New. + +2005-03-21 Uros Bizjak + + * gcc.dg/builtins-46.c: Also check lrint* and llrint*. + +2005-03-21 Paolo Carlini + + * g++.dg/parse/crash25.C: Fix typo. + +2005-03-21 Paolo Carlini + + PR c++/20461 + * g++.dg/parse/crash24.C: New test. + + PR c++/20536 + * g++.dg/parse/crash25.C: New test. + +2005-03-21 Paolo Carlini + + PR c++/20147 + * g++.dg/ext/stmtexpr4.C: New test. + +2005-03-20 Roger Sayle + + PR middle-end/20539 + * gcc.c-torture/compile/pr13066-1.c: New test case. + * gcc.c-torture/compile/pr20539-1.c: Likewise. + * g++.dg/opt/pr13066-1.C: Likewise. + +2005-03-20 Joseph S. Myers + + * gcc.dg/bitfld-14.c, gcc.dg/enum3.c: New tests. + +2005-03-19 Tobias Schlueter + + PR fortran/18525 + * gfortran.dg/nesting_1.f90: New test. + +2005-03-19 Kriang Lerdsuwanakij + + PR c++/20240 + * g++.dg/lookup/using13.C: New test. + +2005-03-19 Kriang Lerdsuwanakij + + PR c++/20333 + * g++.dg/template/crash36.C: New test. + +2005-03-18 Paolo Carlini + + PR c++/20463 + * g++.dg/template/crash35.C: New test. + +2005-03-17 Paolo Carlini + + PR c++/19966 + * g++.dg/overload/operator2.C: New test. + 2005-03-16 Francois-Xavier Coudert PR libfortran/20257 - * pr20257.f90: New test. + * gfortran.dg/pr20257.f90: New test. 2005-03-16 Francois-Xavier Coudert PR libfortran/20480 - * pr20480.f90: New test. + * gfortran.dg/pr20480.f90: New test. 2005-03-16 Richard Henderson @@ -18676,7 +18878,7 @@ * gcc.dg/cpp/expr.c: New tests. -2002 07-18 David Edelsohn +2002-07-18 David Edelsohn * g++.dg/opt/pr6713.C: Add template instantiation. @@ -20884,7 +21086,7 @@ * gcc.dg/altivec-4.c: Make the 'char' entries signed also for consistency. -002-01-07 Aldy Hernandez +2002-01-07 Aldy Hernandez * gcc.dg/altivec-4.c: Test altivec predicates. @@ -22812,11 +23014,11 @@ Wed May 23 2001 Jeffrey D. Oldham * g++.old-deja/g++.other/warn6.C: New test. -22001-04-11 Peter Schmid +2001-04-11 Peter Schmid * g++.old-deja/g++.robertl/eb42.C: Same. -001-04-10 Kaveh R. Ghazi +2001-04-10 Kaveh R. Ghazi * gcc.dg/wtr-conversion-1.c: New testcase.