X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ftestsuite%2FChangeLog;h=591ca646e928e3703721371f1cb0cfe840d1aa47;hb=2f22ee0fb0272e2013989fc41c09da385994f99e;hp=a6816d48bc01eff4c6e0db9b0752e188dcdee18b;hpb=2b37ae69226134385e44103d922fe050a43b64bb;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a6816d48bc0..591ca646e92 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,527 @@ +2008-01-16 Kaveh R. Ghazi + + * gcc.dg/tree-ssa/loop-19.c: Require nonpic. + +2008-01-16 Jakub Jelinek + Richard Guenther + + PR c/34668 + * gcc.dg/pr34668-1.c: New test. + * gcc.dg/pr34668-2.c: Likewise. + +2008-01-16 Richard Guenther + + PR c++/33819 + * g++.dg/torture/pr33819.C: New testcase. + +2008-01-16 Richard Guenther + + PR c/34768 + * gcc.c-torture/execute/pr34768-1.c: New testcase. + * gcc.c-torture/execute/pr34768-2.c: Likewise. + +2008-01-16 Tobias Burnus + + PR fortran/34796 + * gfortran.dg/argument_checking_13.f90: New. + * gfortran.dg/argument_checking_14.f90: New. + +2008-01-15 Thomas Koenig + + PR libfortran/34671 + * gfortran.dg/anyallcount_1.f90: New test. + +2008-01-15 Douglas Gregor + + PR c++/34399 + * g++.dg/cpp0x/vt-34399.C: New. + * g++.dg/template/friend50.C: New. + +2008-01-15 Douglas Gregor + + PR c++/34751 + * g++.dg/cpp0x/vt-34751.C: New. + +2008-01-15 Douglas Gregor + + PR c++/34051 + PR c++/34055 + PR c++/34102 + PR c++/34103 + * g++.dg/cpp0x/vt-34051-2.C: New. + * g++.dg/cpp0x/vt-34102.C: New. + * g++.dg/cpp0x/vt-34051.C: New. + * g++.dg/cpp0x/vt-34055.C: New. + * g++.dg/cpp0x/vt-34103.C: New. + +2008-01-15 Douglas Gregor + + PR c++/34314 + * g++.dg/cpp0x/vt-34314.C: New. + * g++.dg/cpp0x/variadic79.C: Fix the error message to reflect + reality (the error message was wrong previously). + +2008-01-15 Douglas Gregor + + PR c++/33964 + * g++.dg/cpp0x/vt-33964.C: New. + * g++.dg/template/partial5.C: New. + +2008-01-15 Douglas Gregor + + PR c++/34052 + * g++.dg/cpp0x/vt-34052.C: New. + * g++.dg/template/ttp26.C: New. + +2008-01-14 Eric Botcazou + + * gnat.dg/rep_clause2.ad[sb]: New test. + * gnat.dg/rep_problem2.adb: Rename to rep_clause1.adb. + +2008-01-14 Manuel Lopez-Ibanez + + PR c++/24924 + * g++.dg/cpp/pedantic-errors.C: Delete. + * g++.dg/cpp/permissive.C: Delete. + +2008-01-14 Eric Botcazou + + * gcc.c-torture/compile/20080114-1.c: New test. + +2008-01-13 Tobias Burnus + + PR fortran/34665 + * gfortran.dg/argument_checking_11.f90: New. + * gfortran.dg/argument_checking_12.f90: New. + * gfortran.dg/used_dummy_types_4.f90: Update dg-error. + * gfortran.dg/c_assoc_2.f03: Update dg-error. + * gfortran.dg/argument_checking_3.f90: Ditto. + * gfortran.dg/pointer_intent_2.f90: Ditto. + * gfortran.dg/import2.f90: Ditto. + * gfortran.dg/assumed_shape_ranks_1.f90: Ditto. + * gfortran.dg/implicit_actual.f90: Ditto. + * gfortran.dg/used_dummy_types_3.f90: Ditto. + * gfortran.dg/derived_comp_array_ref_6.f90: Ditto. + +2008-01-13 Tobias Burnus + + PR fortran/34763 + * gfortran.dg/interface_proc_end.f90: New. + +2008-01-13 Tobias Burnus + + PR fortran/34759 + * gfortran.dg/assumed_size_refs_4.f90: New. + +2008-01-13 Eric Botcazou + + * gnat.dg/unchecked_convert1.adb. + +2008-01-13 Richard Guenther + + * gcc.dg/struct-ret-3.c: Adjust testcase to make stack + readable and writable again before exiting. + +2008-01-13 Richard Guenther + + PR middle-end/34601 + * gcc.dg/noncompile/incomplete-4.c: New testcase. + +2008-01-13 Jan Hubicka + + PR middle-end/32135 + * gcc.dg/pr32135.c: new. + +2008-01-12 Doug Kwan + + * gcc.dg/qual-return-1.c: Add -Wignored-qualifiers. + * g++.dg/warn/Wreturn-type-4.C: Replace -Wreturn-type by + -Wignored-qualifiers. + +2008-01-12 Eric Botcazou + + * gnat.dg/slice3.adb: New test. + * gnat.dg/slice4.adb: Likewise. + +2008-01-12 Eric Botcazou + + * gnat.dg/bit_packed_array.ad[sb]: New test. + +2008-01-12 Jerry DeLisle + + PR fortran/34432 + * gfortran.dg/parens_7.f90: New test. + +2008-01-11 Kaveh R. Ghazi + + * gcc.dg/tree-ssa/loadpre5.c: Use static. + * gcc.dg/tree-ssa/loadpre8.c: Likewise. + + * gcc.dg/pr33826.c: Require nonpic. + +2008-01-11 Jerry DeLisle + + PR fortran/34722 + * gfortran.dg/inquire_12.f90: New test. + +2008-01-11 Thomas Koenig + + PR libfortran/34670 + * all_bounds_1.f90: New test case. + * maxloc_bounds_1.f90: New test case. + * maxloc_bounds_2.f90: New test case. + * maxloc_bounds_3.f90: New test case. + * maxloc_bounds_4.f90: New test case. + * maxloc_bounds_5.f90: New test case. + * maxloc_bounds_6.f90: New test case. + * maxloc_bounds_7.f90: New test case. + * maxloc_bounds_8.f90: New test case. + +2008-01-11 Eric Botcazou + + * gcc.dg/struct-ret-3.c: New test. + +2008-01-11 Paul Thomas + + PR fortran/34537 + * gfortran.dg/transfer_simplify_8.f90: New test. + +2008-01-11 Andreas Krebbel + + * g++.dg/torture/pr34641.C: Add dg-require-visibility. Define + size_t using predefined macro. + +2008-01-10 Raksit Ashok + + PR rtl-optimization/27971 + * gcc.target/i386/pr27971.c: New testcase. + +2008-01-10 Paul Thomas + + PR fortran/34396 + * gfortran.dg/bounds_check_12.f90: New test. + +2008-01-10 Uros Bizjak + + * gcc.target/i386/cmov7.c: Add -mbranch-cost=5 to dg-options. + * gcc.target/i386/addr-sel-1.c: Require nonpic effective target. + +2008-01-10 Andreas Krebbel + + PR middle-end/34641 + * g++.dg/torture/pr34641.C: New testcase. + +2008-01-10 Richard Guenther + + PR tree-optimization/34651 + * g++.dg/torture/pr34651.C: New testcase. + +2008-01-09 Sebastian Pop + + PR tree-optimization/34017 + * gcc.dg/tree-ssa/pr34017.c: New. + +2008-01-09 Richard Guenther + Andrew Pinski + + PR middle-end/30132 + * gcc.c-torture/compile/pr30132.c: New testcase. + +2008-01-09 Richard Guenther + + PR middle-end/34458 + * gcc.c-torture/compile/pr34458.c: New testcase. + +2008-01-08 John David Anglin + + PR testsuite/30459 + g++.dg/eh/ia64-2.C: Require weak support. + +2008-01-08 Richard Guenther + + PR middle-end/31863 + * g++.dg/torture/pr31863.C: New testcase. + +2008-01-08 Jakub Jelinek + + PR middle-end/34694 + * gcc.dg/gomp/pr34694.c: New test. + * g++.dg/gomp/pr34694.C: New test. + + PR c++/33890 + * g++.dg/gomp/pr33890.C: New test. + +2008-01-08 Paul Thomas + + PR fortran/34476 + * gfortran.dg/parameter_array_init_3.f90: New test. + +2008-01-08 Paul Thomas + + PR fortran/34681 + PR fortran/34704 + * gfortran.dg/alloc_comp_default_init_1.f90: New test. + +2008-01-07 Janis Johnson + + * lib/target-supports.exp (check_effective_target_powerpc_spu): New. + * g++.dg/other/spu2vmx-1.C: Use it. + +2008-01-07 Jack Howarth + + * gcc.dg/out-of-bounds-1.c: Don't use -mstrict-align for Darwin. + + PR testsuite/34575 + * gcc.target/powerpc/popcount-1.c: Skip on darwin. + * gcc.target/powerpc/parity-1.c: Likewise. + +2008-01-07 Fred Fish + + PR preprocessor/30363: + * gcc.dg/cpp/trad/macroargs.c: Add code to test quoting in + macro expansions. + +2008-01-07 Paul Thomas + + PR fortran/34672 + * gfortran.dg/use_only_2.f90: New test. + +2008-01-06 Paolo Carlini + + PR libstdc++/34680 + * g++.dg/rtti/predefined-rtti-macro-1.C: New. + * g++.dg/rtti/predefined-rtti-macro-2.C: Likewise. + +2008-01-06 Paul Thomas + + PR fortran/34545 + * gfortran.dg/use_12.f90: New test. + +2008-01-06 Tobias Burnus + + PR fortran/34689 + * interface.c (compare_actual_formal): Fix intent(out) check for + function result variables. + +2008-01-06 Tobias Burnus + + PR fortran/34690 + * gfortran.dg/elemental_args_check_2.f90: Fix test case. + +2008-01-06 Tobias Burnus + + PR fortran/34689 + * gfortran.dg/intent_out_4.f90: Fix test case. + +2008-01-06 Tobias Burnus + + PR fortran/34689 + * gfortran.dg/intent_out_4.f90: New. + +2008-01-06 Jerry DeLisle + + PR libfortran/34540 + * gfortran.dg/optional_dim_3.f90: New test. + +2008-01-06 Tobias Burnus + + PR fortran/34658 + * gfortran.dg/common_11.f90: New. + * gfortran.dg/blockdata_1.f90: Update test case. + * gfortran.dg/blockdata_2.f90: Update test case. + +2008-01-06 Tobias Burnus + + * gfortran.dg/equiv_constraint_9.f90: Fix typo. + +2008-01-06 Tobias Burnus + + PR fortran/34655 + * gfortran.dg/equiv_constraint_9.f90: New. + +2008-01-06 Revital Eres + + PR tree-optimization/34263 + * gcc.dg/pr34263.c: New testcase. + +2008-01-06 Tobias Burnus + + PR fortran/34654 + * gfortran.dg/internal_io_unf.f90: New. + +2008-01-06 Tobias Burnus + + PR fortran/34660 + * gfortran.dg/elemental_args_check_2.f90: New. + +2008-01-06 Tobias Burnus + + PR fortran/34662 + * gfortran.dg/intent_out_3.f90: New. + +2008-01-05 Richard Sandiford + + * objc.dg/stabs-1.m: Allow labels to be begin with $L as well as .L. + +2008-01-05 Jerry DeLisle + + PR libfortran/34676 + * gfortran.dg/list_read_8.f90: New test. + +2008-01-04 Richard Guenther + + PR middle-end/34029 + * gcc.c-torture/compile/pr34029-1.c: New testcase. + * gcc.c-torture/compile/pr34029-2.c: Likewise. + +2008-01-04 Jakub Jelinek + + PR gcov-profile/34609 + * g++.dg/gcov/gcov-6.C: New test. + +2008-01-04 Richard Guenther + + PR tree-optimization/31081 + * g++.dg/torture/pr31081-1.C: New testcase. + * g++.dg/torture/pr31081-2.C: Likewise. + +2008-01-04 Richard Sandiford + + * gcc.target/mips/rsqrt-1.c: Require -mgp64. + * gcc.target/mips/rsqrt-2.c: Likewise. + * gcc.target/mips/rsqrt-4.c: New test. + +2008-01-04 Tobias Burnus + + PR fortran/34557 + * gfortran.dg/equiv_substr.f90: New. + +2008-01-03 Tom Tromey + + PR c/34457: + * gcc.dg/pr34457-2.c: New file. + * gcc.dg/pr34457-1.c: New file. + +2008-01-03 Sebastian Pop + + Revert fix for PR tree-optimization/34458. + +2008-01-03 Sebastian Pop + + PR tree-optimization/34458 + * gcc.dg/tree-ssa/pr34458.c: New. + +2008-01-03 Thomas Koenig + + PR libfortran/34565 + * gfortran.dg/internal_readwrite_1.f90: New test. + * gfortran.dg/internal_readwrite_2.f90: New test. + +2008-01-03 Tom Tromey + + PR preprocessor/34602: + * gcc.dg/cpp/pr34602.c: New file. + +2008-01-03 Jakub Jelinek + + PR tree-optimization/29484 + * gcc.c-torture/execute/20071220-1.c: New test. + * gcc.c-torture/execute/20071220-2.c: New test. + +2008-01-03 Sebastian Pop + + PR tree-optimization/34635 + * gcc.dg/tree-ssa/pr34635.c: New. + * gcc.dg/tree-ssa/pr34635-1.c: New. + +2008-01-02 John David Anglin + + PR middle-end/34562 + * g++.dg/other/first-global.C: Also accept _GLOBAL__I_65535_0_foobar in + scan-assembler check. + +2008-01-03 Jakub Jelinek + + PR middle-end/34608 + * g++.dg/gomp/pr34608.C: New test. + +2008-01-02 Richard Guenther + + PR middle-end/34093 + PR middle-end/31976 + * gcc.c-torture/compile/pr34093.c: New testcase. + +2008-01-01 Douglas Gregor + + * g++.dg/cpp0x/long_long.C: New. + +2008-01-01 Andrew Pinski + + * gcc.target/spu/tag_manager.c : Include stdlib.h. + * gcc.target/spu/Wmain.c: Fix the line numbers for the + warning on the function main. + +2008-01-01 Jakub Jelinek + + * gcc.target/i386/i386.exp (check_effective_target_sse5): Use __v8hi + rather than __v2di type. + +2007-12-31 Paul Thomas + + PR fortran/34558 + * gfortran.dg/linked_list_1.f90: New test. + +2007-12-29 Richard Sandiford + + * lib/objc.exp (objc_libgcc_s_path): Set objc_libgcc_s_path + instead of appending to it. + +2007-12-27 Dorit Nuzman + + PR tree-optimization/34591 + * gcc.dg/vect/pr34591.c: New test. + +2007-12-27 Thomas Koenig + + PR libfortran/34594 + * gfortran.dg/direct_io_8.f90: New test case. + +2007-12-27 Jakub Jelinek + + PR target/34281 + * gcc.c-torture/execute/20071213-1.c: New test. + +2007-12-25 Jerry DeLisle + + PR libfortran/34560 + * gfortran.dg/read_eof_5.f90: New test. + +2007-12-25 Tobias Burnus + + PR fortran/34514 + * gfortran.dg/initialization_17.f90: New. + +2007-12-25 Thomas Koenig + + PR libfortran/34566 + * gfortran.dg/matmul_6.f90: New test. + +2007-12-23 Tobias Burnus + + PR fortran/34421 + * gfortran.dg/entry_17.f90: New. + +2007-12-23 Daniel Franke + + PR fortran/34536 + * gfortran.dg/integer_exponentiation_2.f90: Fixed testcase. + * gfortran.dg/real_const_3.f90: Likewise. + * gfortran.dg/unary_operator.f90: New test. + +2007-12-23 Eric Botcazou + + * gnat.dg/pack2.adb: New test. + 2007-12-22 Daniel Franke PR fortran/34559