X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ftestsuite%2FChangeLog;h=1687f03d369f6d02bfc26320bd63c980512d38a1;hb=cca7236e5fabb3791d494683d1f53f3c09d545e5;hp=7897b053500504542c9a6263b6ccd9fc9d2173a5;hpb=77364e573c2d74bb177aa5a198cfcbd133dd0f72;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7897b053500..1687f03d369 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,249 @@ +2010-08-02 Thomas Koenig + + PR fortran/36854 + * dependency.h: Add prototype for gfc_are_identical_variables. + * frontend-passes.c: Include depencency.h. + (optimimize_equality): Use gfc_are_identical_variables. + * dependency.c (identical_array_ref): New function. + (gfc_are_identical_variables): New function. + (gfc_deb_compare_expr): Use gfc_are_identical_variables. + * dependency.c (gfc_check_section_vs_section). Rename gfc_ + prefix from statc function. + (check_section_vs_section): Change arguments to gfc_array_ref, + adjust function body accordingly. + +2010-08-02 Bernd Schmidt + + PR target/40457 + * gcc.target/arm/pr40457-1.c: New test. + * gcc.target/arm/pr40457-2.c: New test. + +2010-08-01 Janus Weil + + PR fortran/44912 + * gfortran.dg/typebound_call_17.f03: New. + +2010-07-30 Janus Weil + + PR fortran/44929 + * gfortran.dg/allocate_derived_3.f90: New. + +2010-07-30 Xinliang David Li + PR tree-optimization/45121 + * c-c++-common/uninit-17.c: Add -fno-ivops option. + +2010-07-30 Ulrich Weigand + + PR c++/45112 + * testsuite/g++.dg/pr45112.C: New test. + +2010-07-30 Jakub Jelinek + + PR debug/45055 + PR rtl-optimization/45137 + * gcc.dg/pr45055.c: New test. + +2010-07-30 Alan Modra + + * gfortran.dg/ltime_gmtime_1.f90: Tolerate half-hour timezones. + * gfortran.dg/ltime_gmtime_2.f90: Likewise. + +2010-07-29 Tobias Burnus + + PR fortran/45087 + PR fortran/45125 + * gfortran.dg/whole_file_25.f90: New. + * gfortran.dg/whole_file_26.f90: New. + * gfortran.dg/whole_file_27.f90: New. + +2010-07-29 Janus Weil + + PR fortran/44962 + * gfortran.dg/typebound_proc_17.f03: New. + +2010-07-29 Janus Weil + + PR fortran/45004 + * gfortran.dg/move_alloc_2.f90: New. + +2010-07-29 Xinliang David Li + PR tree-optimization/45121 + * c-c++-common/uninit-17.c: Fix expected output. + +2010-07-29 Richard Guenther + + PR tree-optimization/45120 + * gcc.dg/ipa/ipa-pta-15.c: New testcase. + +2010-07-29 Mikael Morin + + PR fortran/42051 + PR fortran/44064 + * gfortran.dg/pr42051.f03: New testcase. + +2010-07-29 Richard Guenther + + PR middle-end/45034 + * gcc.c-torture/execute/pr45034.c: New testcase. + +2010-07-28 Paolo Carlini + + PR c++/45096 + * g++.dg/cpp0x/auto3.C: Tweak dg-error string. + +2010-07-28 Daniel Kraft + + * gfortran.dg/bound_8.f90: New test. + +2010-07-28 Jakub Jelinek + + PR debug/45105 + * gcc.dg/pr45105.c: New test. + +2010-07-28 Maxim Kuvyrkov + + PR rtl-optimization/45107 + * gcc.dg/pr45107.c: New test. + +2010-07-28 Maxim Kuvyrkov + + PR rtl-optimization/45101 + * gcc.dg/pr45101.c: New test. + +2010-07-28 Tobias Burnus + + PR fortran/45077 + * gfortran.dg/whole_file_24.f90: New. + +2010-07-27 Jason Merrill + + * g++.dg/cpp0x/variadic102.C: New. + * g++.dg/cpp0x/variadic103.C: New. + +2010-07-27 Maxim Kuvyrkov + + PR rtl-optimization/40956 + PR target/42495 + PR middle-end/42574 + * gcc.target/arm/pr40956.c, gcc.target/arm/pr42495.c, + * gcc.target/arm/pr42574.c: Add tests. + +2010-07-27 Uros Bizjak + + * lib/gcc-dg.exp (cleanup-coverage-files): Remove options from + test name. + (cleanup-repo-files): Ditto. + (cleanup-saved-temps): Ditto. + +2010-07-27 Jakub Jelinek + + PR testsuite/44701 + * gcc.target/powerpc/asm-es-2.c (f2): Add <> constraints. + + PR c/45079 + * gcc.dg/pr45079.c: New test. + +2010-07-27 Ira Rosen + + PR tree-optimization/44152 + * gcc.dg/vect/fast-math-pr44152.c: New test. + +2010-07-27 Iain Sandoe + + PR ObjC/44140 + * obj-c++.dg/torture/tls/thr-init-1.mm: Re-enable test. + * obj-c++.dg/torture/tls/thr-init-2.mm: Ditto. + * obj-c++.dg/torture/tls/thr-init-3.mm: Ditto. + * obj-c++.dg/torture/trivial.mm: Ditto. + * objc.dg/torture/tls/thr-init-2.m: Ditto. + * objc.dg/torture/tls/thr-init-3.m: Ditto. + * objc.dg/torture/tls/thr-init.m: Ditto. + * objc.dg/torture/trivial.m: Ditto. + +2010-07-27 Uros Bizjak + + * gfortran.dg/char4_iunit_1.f03: Add ieee options. + Skip on spu-*-* targets. + +2010-07-27 Jakub Jelinek + + PR tree-optimization/45083 + * gcc.dg/pr45083.c: New test. + +2010-07-26 Tobias Burnus + + PR fortran/40873 + * gfortran.dg/whole_file_22.f90: New test. + * gfortran.dg/whole_file_23.f90: New test. + +2010-07-26 Iain Sandoe + Jack Howarth + Richard Henderson + + PR target/44132 + * gcc.dg/tls/thr-init-1.c: New. + * gcc.dg/tls/thr-init-2.c: New. + * gcc.dg/torture/tls New. + * gcc.dg/torture/tls/tls-test.c: New. + * gcc.dg/torture/tls/thr-init-1.c: New. + * gcc.dg/torture/tls/tls.exp: New. + * gcc.dg/torture/tls/thr-init-2.c: New. + * gcc.dg/tls/emutls-2.c: New test + + * g++.dg/gomp/clause-3.C: Require tls, not tls_native. + * g++.dg/gomp/copyin-1.C, g++.dg/gomp/pr35244.C, + g++.dg/gomp/sharing-1.C, g++.dg/gomp/tls-1.C, g++.dg/gomp/tls-2.C, + g++.dg/gomp/tls-3.C, g++.dg/gomp/tls-4.C, g++.dg/tls/diag-1.C, + g++.dg/tls/diag-2.C, g++.dg/tls/diag-3.C, g++.dg/tls/diag-4.C, + g++.dg/tls/diag-5.C, g++.dg/tls/init-1.C, g++.dg/tls/init-2.C, + g++.dg/tls/trivial.C, gcc.dg/gomp/appendix-a/a.22.1.c, + gcc.dg/gomp/appendix-a/a.22.2.c, gcc.dg/gomp/appendix-a/a.24.1.c, + gcc.dg/gomp/appendix-a/a.32.1.c, gcc.dg/gomp/appendix-a/a.33.1.c, + gcc.dg/gomp/clause-1.c, gcc.dg/gomp/copyin-1.c, gcc.dg/gomp/pr35244.c, + gcc.dg/gomp/sharing-1.c, gcc.dg/gomp/tls-1.c, gcc.dg/gomp/tls-2.c, + gcc.dg/tls/opt-1.c, gcc.dg/tls/opt-13.c, gcc.dg/tls/opt-14.c, + gcc.dg/tls/opt-15.c, gcc.dg/tls/opt-2.c, gcc.dg/tls/opt-3.c, + gcc.dg/tls/opt-7.c, gfortran.dg/gomp/appendix-a/a.22.1.f90, + gfortran.dg/gomp/appendix-a/a.22.4.f90, + gfortran.dg/gomp/appendix-a/a.22.5.f90, + gfortran.dg/gomp/appendix-a/a.22.6.f90, + gfortran.dg/gomp/appendix-a/a.24.1.f90, + gfortran.dg/gomp/appendix-a/a.32.1.f90, + gfortran.dg/gomp/appendix-a/a.33.1.f90, gfortran.dg/gomp/crayptr2.f90, + gfortran.dg/gomp/fixed-1.f, gfortran.dg/gomp/free-1.f90, + gfortran.dg/gomp/omp_threadprivate1.f90, + gfortran.dg/gomp/omp_threadprivate2.f90, + gfortran.dg/gomp/reduction1.f90, + gfortran.dg/gomp/sharing-1.f90: Likewise. + +2010-07-26 Rainer Orth + + * g++.dg/torture/pr44900.C: Use dg-require-effective-target + sse_runtime. + * gcc.dg/attr-weak-hidden-1a.c: Use dg-require-weak, + dg-require-visibility. + +2010-07-26 Richard Guenther + + PR tree-optimization/43784 + * gcc.c-torture/execute/pr43784.c: New testcase. + * g++.dg/torture/pr43784.C: Likewise. + +2010-07-26 Richard Guenther + + PR middle-end/45056 + * g++.dg/pr45056.C: New testcase. + +2010-07-26 Richard Guenther + + PR tree-optimization/45071 + * gcc.dg/pr45071.c: New testcase. + +2010-07-26 Tobias Burnus + + PR fortran/45066 + * gfortran.dg/namelist_62.f90: New. + 2010-07-26 Richard Guenther * gcc.c-torture/execute/pr45017.c: Move ...