X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Ftestsuite%2FChangeLog;h=13e8447061416d26a999e19c047b752e06a794ec;hp=327067a337a73f26a97fdb485a8fa9f16deb5e7f;hb=13f97a32663b7d1cef14f0c1976f14c920b73381;hpb=821003a04fb260a2a215a9e5d81612b668cd59a9 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 327067a337a..13e84470614 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,507 @@ +2007-03-04 Tobias Burnus + + * gfortran.dg/c_by_val.c: Use _Complex instead of a struct. + +2007-03-04 Francois-Xavier Coudert + + PR target/30406 + * gfortran.dg/logical_3.f90: New test. + +2007-03-04 Thomas Koenig + + PR libfortran/30981 + * gfortran.dg/integer_exponentiation_1.f90: New test. + +2007-03-04 Nathan Sidwell + + * gcc.target/m68k/m68k.exp: New. + * gcc.target/m68k/crash1.c: New. + +2007-03-03 Tobias Burnus + + * gfortran.dg/c_by_val.c: Use int64_t instead of long + to be more compatible with integer(kind=8). + +2007-03-03 Francois-Xavier Coudert + + PR libfortran/31001 + * gfortran.dg/zero_sized_3.f90: New test. + +2007-03-03 Manuel Lopez-Ibanez + + PR c++/15787 + * g++.dg/parse/else.C: New. + * g++.dg/parse/else-2.C: New. + +2007-03-03 Paul Thomas + Tobias Burnus + + PR fortran/30882 + * gfortran.dg/size_dim.f90: New test. + +2007-03-02 Paul Thomas + Tobias Burnus + + PR fortran/30873 + * gfortran.dg/entry_9.f90: New test. + +2007-03-02 Simon Martin + + PR c++/28253 + * g++.dg/inherit/covariant16.C: New test. + +2007-03-02 Geoffrey Keating + + * g++.dg/other/darwin-minversion-1.C: New. + +2007-03-02 Diego Novillo + + * gcc.dg/tree-ssa/20070302-1.c: New test. + +2007-03-02 Joseph Myers + + * gcc.target/powerpc/spe-unwind-1.c, g++.dg/eh/simd-5.C: New + tests. + +2007-03-01 Zdenek Dvorak + + * gcc.dg/tree-ssa/prefetch-4.c: New test. + +2007-03-01 Simon Baldwin + + PR c++/23689 + * warn/ignored_typedef.C: New. + * init/ctor8.C: Added dg-warning to consume ignored typedef + warning. + * template/typedef2.C: Ditto. Moved dg-error onto its own line + and added an explicit line number. + +2007-02-28 Richard Guenther + + PR middle-end/30364 + * gcc.dg/torture/pr30364-1.c: New testcase. + * gcc.dg/torture/pr30364-2.c: Likewise. + * gcc.dg/torture/pr30364-3.c: Likewise. + +2007-02-28 Kaveh R. Ghazi + + * gcc.dg/torture/builtin-frexp-1.c: On mips*-*-irix6* and + powerpc*, use -funsafe-math-optimizations. + * gcc.dg/torture/builtin-logb-1.c: Likewise. + * gcc.dg/torture/builtin-modf-1.c: Likewise. + +2007-02-28 Tobias Burnus + Paul Thomas + + PR fortran/30888 + PR fortran/30887 + * c_by_val_1.f: Test %VAL() with non-default kind. + * c_by_val.c: Ditto. + * c_by_val_4.f: New test. + +2007-02-28 Tobias Burnus + + PR fortran/30968 + * gfortran.dg/continuation_7.f90: New test. + +2007-02-28 Bernd Schmidt + + * g++.dg/inherit/thunk7.C: New test. + * lib/target-supports.exp (check_profiling_available): Not available + for bfin-*-*. + +2007-02-27 Uros Bizjak + + PR target/30970 + * gcc.target/i386/gfortran.dg/pr30970.c: New test. + +2007-02-27 Mark Mitchell + + * lib/target-supports.exp (check_effective_target_init_priority): + Remove Solaris special case. + +2007-02-26 Geoffrey Keating + + * gcc.target/powerpc/stabs-attrib-vect-darwin.c: Allow + for more builtin types. + + * g++.dg/ext/visibility/class1.C: Port to Darwin. + * g++.dg/ext/visibility/noPLT.C: Likewise. + +2007-02-26 Kaveh R. Ghazi + + * gcc.dg/torture/builtin-modf-1.c: Use -fno-finite-math-only on + sh* targets. + +2007-02-26 Thomas Koenig + + PR fortran/30865 + * size_optional_dim_1.f90: New test. + +2007-02-25 Mark Mitchell + + * gcc.dg/vxworks/vxworks.exp: New file. + * gcc.dg/vxworks/initpri1.c: Likewise. + * gcc.dg/vxworks/initpri2.c: Likewise. + * gcc.dg/initpri2.c: Add more tests. + * g++.dg/special/initpri2.C: Likewise. + + * gcc.dg/initpri1.c: New test. + * gcc.dg/initpri2.c: Likewise. + * g++.dg/special/initpri1.C: New test. + * g++.dg/special/initpri2.C: Likewise. + * g++.dg/special/conpr-1.C: Use init_priority effective target. + * g++.dg/special/conpr-2.C: Likewise. + * g++.dg/special/conpr-3.C: Likewise. + * g++.dg/special/conpr-4.C: Likewise. + * g++.dg/special/initp1.C: Likewise. + * g++.dg/special/ecos.exp: Remove code to detect availability of + constructor priorities. + * lib/target-supports.exp (check_effective_target_init_priority): + New function. + +2007-02-24 Jan Hubicka + + * gcc.c-torture/execute/pr30778.c: New testcase. + +2007-02-24 Jerry DeLisle + + PR libgfortran/30918 + * gfortran.dg/namelist_26.f90: New test. + +2007-02-24 Richard Guenther + + PR middle-end/30951 + * gcc.dg/pr30951.c: New testcase. + +2007-02-24 Kaveh R. Ghazi + + * gcc.dg/torture/builtin-modf-1.c: New test. + +2007-02-23 Paolo Bonzini + + PR tree-optimization/30904 + * gcc.dg/pr30904.c: New test. + +2007-02-23 Manuel Lopez-Ibanez + + * gcc.test-framework/README: Correct command. + * gcc.test-framework/dg-outexistsnot-exp-P.c: Replace -W with + -Wunused-value. + * gcc.test-framework/dg-outexists-exp-F.c: Likewise. + +2007-02-23 Nathan Sidwell + + * lib/target-supports.exp (check_effective_target_unwrapped): New. + +2007-02-23 Mark Mitchell + + * lib/target-supports.exp (check_effective_target_newlib): New + function. + +2007-02-23 Paul Thomas + + PR fortran/30660 + * gfortran.dg/alloc_comp_basics_4.f90: Add component with an + allocatable component. + + +2007-02-23 Kaveh R. Ghazi + + * gcc.dg/torture/builtin-logb-1.c: New test. + * gcc.dg/torture/builtin-math-2.c: Test logb/ilogb. + * gcc.dg/torture/builtin-nonneg-1.c: Test significand. + * gcc.dg/torture/builtin-frexp-1.c: Use -fno-finite-math-only on + sh* targets. + +2007-02-23 Richard Guenther + + * g++.dg/warn/changes-meaning.C: New testcase. + +2007-02-22 Jerry DeLisle + + PR libgfortran/30910 + * gfortran.dg/fmt_zero_precision.f90: Update test. + +2007-02-22 Kaveh R. Ghazi + + * gcc.dg/torture/builtin-frexp-1.c: New test. + +2007-02-22 Mark Mitchell + + * g++.dg/opt/switch4.C: Pass -fshort-enums -w. + +2007-02-22 Ian Lance Taylor + + PR debug/30898 + * g++.dg/debug/pr30898.C: New test. + +2007-02-22 Ira Rosen + + * gcc.dg/vect/vect-106.c: New test. + +2007-02-22 Dorit Nuzman + Ira Rosen + + PR tree-optimization/30843 + * gcc.dg/vect/pr30843.c: New test. + +2007-02-22 Dorit Nuzman + + PR tree-optimization/30858 + * gcc.dg/vect/pr30858.c: New test. + +2007-02-21 Mark Mitchell + + * lib/wrapper.exp (${tool}_maybe_build_wrapper): Allow the caller + to set options for compiling testglue. + * lib/g++.exp (g++_init): Compile testglue with -fexceptions. + * lib/obj-c++.exp (obj-c++_init): Likewise. + +2007-02-21 Eric Botcazou + + * gnat.dg/derived_aggregate.adb: New test. + +2007-02-21 Kaveh R. Ghazi + + * gcc.dg/torture/builtin-ldexp-1.c: Use -fno-finite-math-only on + sh* targets. Call the correct CKSGN macro. + +2007-02-21 Jakub Jelinek + + * gfortran.dg/gomp/omp_parse1.f90: New test. + * gfortran.dg/gomp/omp_parse2.f: New test. + +2007-02-20 Thomas Koenig + + PR fortran/30869 + * gfortran.dg/do_pointer_1.f90: New test. + +2007-02-20 Kaveh R. Ghazi + + * gcc.dg/torture/builtin-nonneg-1.c: Add checks for scalb, scalbn + and scalbln. + +2007-02-20 Geoffrey Keating + + * gcc.dg/darwin-minversion-1.c: New. + * gcc.dg/darwin-minversion-2.c: New. + +2007-02-20 Kaveh R. Ghazi + + * gcc.dg/builtins-34.c: Add scalb/scalbn/scalbln cases. + +2007-02-20 Manuel Lopez-Ibanez + DJ Delorie + + PR other/30824 + * gcc.dg/Wfatal.c: New. + * gcc.dg/Wfatal-2.c: New. + * gcc.dg/Werror-1.c: Adjust expectations. + * gcc.dg/Werror-5.c: Likewise. + * gcc.dg/Werror-7.c: Likewise. + * gcc.dg/Werror-10.c: Likewise. + * gcc.dg/Werror-11.c: Likewise. + +2007-02-20 Tobias Burnus + + PR fortran/30522 + * gfortran.dg/volatile10.f90: New test. + +2007-02-19 Thomas Koenig + + PR libfortran/30533 + * gfortran.dg/intrinsic_intkinds_1.f90: New test. + +2007-02-19 Manuel Lopez-Ibanez + + * gcc.dg/20031012-1.c: Replace -Walways-true with -Waddress. + * gcc.dg/Walways-true-1.c: Likewise. + * gcc.dg/weak/weak-3.c: Likewise. + * gcc.dg/Werror-1.c: Likewise. + * gcc.dg/Werror-3.c: Likewise. + * gcc.dg/Werror-4.c: Likewise. + * gcc.dg/Werror-5.c: Likewise. + * gcc.dg/Werror-6.c: Likewise. + * gcc.dg/Werror-7.c: Likewise. + * gcc.dg/Werror-8.c: Likewise. + * gcc.dg/Werror-10.c: Likewise. + * gcc.dg/Werror-11.c: Likewise. + * gcc.dg/Werror-12.c: Likewise. + * g++.old-deja/g++.mike/warn8.C: Likewise. + * g++.dg/warn/Walways-true-1.C: Likewise. + * g++.dg/warn/Walways-true-2.C: Likewise. + * g++.dg/warn/noeffect8.C: Warn only with -Waddress. + * g++.dg/warn/Wstring-literal-comparison-1.C: Replace + -Wstring-literal-comparison with -Waddress. + * gcc.dg/Wstring-literal-comparison-4.c: Replace + -Wno-string-literal-comparison with -Wno-address. + +2007-02-19 Eric Botcazou + + * gnat.dg/self_aggregate_with_call.adb: New test. + +2007-02-18 Dorit Nuzman + + PR tree-optimization/30975 + * gcc.dg/vect/vect-iv-8.c: Fix to include an induction. Xfail. + * gcc.dg/vect/vect-iv-8a.c: New (same as above, but signed). + * gcc.dg/vect/pr30795.c: New. + +2007-02-18 Jerry DeLisle + + PR fortran/30681 + * gfortran.dg/pr17229.f: Change "Obsolete" to "Obsolescent". + +2007-02-18 Roger Sayle + + PR rtl-optimization/28173 + * gcc.target/i386/andor-1.c: New test case. + +2007-02-18 Kaveh R. Ghazi + + * gcc.dg/torture/builtin-ldexp-1.c: New. + * gcc.dg/torture/builtin-math-2.c: Add ldexp/scalbn/scalbln cases. + +2007-02-18 Roger Sayle + + * gfortran.dg/array_constructor_15.f90: New test case. + +2007-02-18 Roger Sayle + + * gfortran.dg/forall_10.f90: New test case. + +2007-02-18 Eric Botcazou + + * gnat.dg/tail_call_p.ads, tail_call_p.adb, tail_call.adb: New test. + +2007-02-18 Eric Botcazou + + * gnat.dg/test_prio_p.adb: Compile with -gnatws. + * lib/gnat.exp (gnat_target_compile): Pass -f to the driver. + +2007-02-16 Uros Bizjak + + * gcc.target/i386/builtin-bswap-1.c: Remove -march=nocona. + * gcc.target/i386/builtin-bswap-3.c: Ditto. + * gcc.target/i386/xchg-1.c: New test. + * gcc.target/i386/xchg-2.c: New test. + +2007-02-16 Richard Guenther + Christian Bruel + + * gcc.dg/strict-overflow-5.c: New testcase. + +2007-02-16 Tobias Burnus + + PR fortran/30793 + * gfortran.dg/func_derived_4.f90: New test. + +2007-02-15 Roger Sayle + + PR middle-end/30391 + * gfortran.dg/pr30391-1.f90: New test case. + +2007-02-15 Andrew Pinski + + PR middle-end/30433 + * gcc.c-torture/compile/pr30433.c: New testcase to check + that complex constants comparisions are foldded. + +2007-02-15 Andrew Pinski + + PR C++/30158 + * g++.dg/ext/stmtexpr10.C: New testcase. + +2007-02-15 Andrew Pinski + + PR middle-end/30729 + * gcc.dg/Wunused-value-2.c: New testcase. + +2007-02-15 Ian Lance Taylor + + * g++.dg/eh/subreg-1.C: New test. + +2007-02-15 Manuel Lopez-Ibanez + + PR c/26494 + * gcc.dg/Wimplicit-function-declaration-c89.c: New. + * gcc.dg/Wimplicit-function-declaration-c89-default.c: New. + * gcc.dg/Wimplicit-function-declaration-c89-pedantic.c: New. + * gcc.dg/Wimplicit-function-declaration-c99.c: New. + * gcc.dg/Wimplicit-function-declaration-c99-pedantic.c: New. + * gcc.dg/Werror-implicit-function-declaration.c: New. + +2007-02-15 Manuel Lopez-Ibanez + + PR c++/28943 + * g++.dg/warn/pr28943.C: New. + +2007-02-15 Jerry DeLisle + + * gfortran.fortran-torture/execute/math.f90: Fix typo. + +2007-02-15 Jerry DeLisle + + PR fortran/30779 + * gfortran.dg/error_recovery_3.f90: New test. + +2007-02-15 Alexandre Oliva + + * g++.dg/tree-ssa/sra-1.C: New. + +2007-02-15 Alexandre Oliva + + * g++.dg/tree-ssa/sra-1.C: New. + +2007-02-15 Alexandre Oliva + + * g++.dg/ext/interface4.C, g++.dg/ext/interface4.h: New. + +2007-02-14 Kaveh R. Ghazi + + * g++.dg/tree-ssa/nothrow-1.C: Skip test if -fpic/-fPIC is used. + +2007-02-14 Steven G. Kargl + + PR fortran/30799 + * gfortran.dg/logical_2.f90: New test. + +2007-02-14 Joseph Myers + + * gcc.dg/torture/complex-alias-1.c: New test. + +2007-02-14 Zdenek Dvorak + + * gcc.dg/tree-prof/update-tailcall.c: Use -fdump-tree-tailc + instead of -fdump-tree-tailcall. + +2007-02-14 Brooks Moses + + * gfortran.dg/interface_10.f90: Fix comment typo. + +2007-02-14 Dorit Nuzman + + PR tree-optimization/30771 + * gcc.dg/vect/pr30771.c: New test. + +2007-02-13 Ian Lance Taylor + + * gcc.dg/Wstrict-overflow-1.c: New test. + * gcc.dg/Wstrict-overflow-2.c: New test. + * gcc.dg/Wstrict-overflow-3.c: New test. + * gcc.dg/Wstrict-overflow-4.c: New test. + * gcc.dg/Wstrict-overflow-5.c: New test. + * gcc.dg/Wstrict-overflow-6.c: New test. + * gcc.dg/Wstrict-overflow-7.c: New test. + * gcc.dg/Wstrict-overflow-8.c: New test. + * gcc.dg/Wstrict-overflow-9.c: New test. + * gcc.dg/Wstrict-overflow-10.c: New test. + +2007-02-13 Roger Sayle + + * gcc.target/ia64/builtin-bswap-2.c: New test case. + 2007-02-13 Richard Henderson * gcc.c-torture/execute/ieee/pr29302-1.c: Moved from... @@ -988,9 +1492,9 @@ 2007-01-06 Lee Millward - PR c++/19439 - * g++.dg/template/duplicate1.C: New test - * g++.dg/template/memfriend6.C: Adjust error markers. + PR c++/19439 + * g++.dg/template/duplicate1.C: New test + * g++.dg/template/memfriend6.C: Adjust error markers. 2007-01-05 Andrew Pinski