OSDN Git Service

Fixes for override/final.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index a796f4f..e133d9d 100644 (file)
@@ -1,3 +1,214 @@
+2011-05-10  Ville Voutilainen  <ville.voutilainen@gmail.com>
+
+       * g++.dg/inherit/virtual9.C: Extend.
+
+2011-05-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
+
+       PR target/48857
+       * gcc.target/powerpc/pr48857.c: New file, make sure V2DI arguments
+       are passed and returned in vector registers.
+
+2011-05-10  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.dg/tree-ssa/ssa-fre-2.c: Disable forwprop.
+       * gcc.dg/tree-ssa/ssa-fre-3.c: Likewise.
+       * gcc.dg/tree-ssa/ssa-fre-4.c: Likewise.
+       * gcc.dg/tree-ssa/ssa-fre-5.c: Likewise.
+       * gcc.dg/tree-ssa/scev-cast.c: Adjust.  Note what transformation
+       applies.
+
+2011-05-10  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/48611
+       PR tree-optimization/48794
+       * gfortran.dg/gomp/pr48611.f90: New test.
+       * gfortran.dg/gomp/pr48794.f90: New test.
+
+       PR debug/48928
+       * gcc.dg/dfp/pr48928.c: New test.
+
+2011-05-09  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/48522
+       * g++.dg/cpp0x/pr48522.C: New.
+
+2011-05-09  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/48735
+       * g++.dg/cpp0x/sfinae21.C: New.
+
+2011-05-09  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * g++.dg/template/sfinae28.C: Rename to...
+       * g++.dg/cpp0x/sfinae19.C: ... this.
+       * g++.dg/template/sfinae29.C: Rename to...
+       * g++.dg/cpp0x/sfinae20.C: ... this.
+
+2011-05-09  Jeff Law <law@redhat.com>
+
+       * lib/gcc-gdb-test.exp (gdb-test): Reorder matchers to give more
+       consistent results.
+
+2011-05-09  Fabien ChĂȘne  <fabien@gcc.gnu.org>
+
+       PR c++/20039
+       * g++.dg/init/pr20039.C: New.
+
+2011-05-09  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/48737
+       PR c++/48744
+       * g++.dg/template/sfinae28.C: New.
+       * g++.dg/template/sfinae29.C: Likewise.
+
+2011-05-09  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/template/nontype23.C: New.
+
+2011-05-07  Fabien ChĂȘne  <fabien@gcc.gnu.org>
+       PR c++/48859
+       * g++.dg/init/pr48859.C: New.
+
+2011-05-09  Jason Merrill  <jason@redhat.com>
+
+       * gcc.dg/gcc.dg/uninit-D.c: Move to c-c++-common.
+       * gcc.dg/gcc.dg/uninit-D-O0.c: Move to c-c++-common.
+       * gcc.dg/gcc.dg/uninit-E.c: Move to c-c++-common.
+       * gcc.dg/gcc.dg/uninit-E-O0.c: Move to c-c++-common.
+       * gcc.dg/gcc.dg/uninit-F.c: Move to c-c++-common.
+       * gcc.dg/gcc.dg/uninit-F-O0.c: Move to c-c++-common.
+       * gcc.dg/gcc.dg/uninit-G.c: Move to c-c++-common.
+       * gcc.dg/gcc.dg/uninit-G-O0.c: Move to c-c++-common.
+
+2011-05-08  Ville Voutilainen  <ville.voutilainen@gmail.com>
+
+        * g++.dg/inherit/virtual9.C: New.
+
+2011-05-09  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/48574
+       * g++.dg/template/dependent-expr8.C: New test case.
+
+2011-05-07  Zdenek Dvorak  <ook@ucw.cz>
+
+       PR tree-optimization/48837
+       * gcc.dg/pr48837.c: New testcase.
+
+2011-05-06  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/constexpr-condition2.C: New.
+
+       * g++.dg/cpp0x/constexpr-missing.C: New.
+
+2011-05-06  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/18918
+       * gfortran.dg/coarray/this_image_2.f90: New.
+
+2011-05-06  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/48858
+       PR fortran/48820
+       * gfortran.dg/bind_c_usage_22.f90: New.
+       * gfortran.dg/bind_c_usage_23.f90: New.
+       * gfortran.dg/bind_c_usage_24.f90: New.
+       * gfortran.dg/bind_c_usage_24_c.c: New.
+
+2011-05-06  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/48838
+       * g++.dg/template/member9.C: New test case.
+
+2011-05-05  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/discr29.ad[sb]: New test.
+       * gnat.dg/discr30.adb: Likewise.
+
+2011-05-05  Julian Brown  <julian@codesourcery.com>
+
+       * gcc.target/arm/neon-vset_lanes8.c: New test.
+
+2011-05-05  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/init/new32.C: New.
+
+2011-05-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * gfortran.dg/fmt_g0_6.f08: Use dg-options "-ffloat-store".
+       Fix typo.
+
+2011-05-05  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/48381
+       * gcc.c-torture/compile/pr48381.c: New test.
+
+2011-05-05  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.target/i386/opt-1.c: Add --param min-insn-to-prefetch -ratio=0
+       to dg-options.
+       * gcc.target/i386/opt-1.c: Ditto.
+
+2011-05-04  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/conversion/base1.C: New.
+
+2011-05-04  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/48787
+       * gfortran.dg/round_3.f08: Add more checks to test case.
+
+2011-05-04  Hans-Peter Nilsson  <hp@axis.com>
+
+       * gfortran.dg/pr47878.f90, gfortran.dg/endfile_3.f90,
+       gfortran.dg/endfile_4.f90, gfortran.dg/ftell_3.f90,
+       gfortran.dg/fmt_cache_1.f, gfortran.dg/namelist_66.f90:
+       Gate test on effective_target fd_truncate.
+
+2011-05-04  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.target/i386/recip-vec-divf.c: Decrease array sizes.
+       * gcc.target/i386/recip-vec-sqrtf.c: Ditto.
+       * gcc.target/i386/recip-vec-divf-avx.c: Increase array sizes.
+       * gcc.target/i386/recip-vec-sqrtf-avx.c: Ditto.  Update scan times.
+       * gcc.target/i386/ssefn-1.c: Add -mno-sse2 to dg-options.
+       * gcc.target/i386/pr38824.c: Ditto.
+       * gcc.target/i386/vecinit-1.c: Add -mno-sse4 to dg-options.
+       * gcc.target/i386/vecinit-2.c: Ditto.
+       * gcc.target/i386/sse-19.c: Add -mno-ssse3 to dg-options.
+       * gcc.target/i386/parity-1.c: Add -mno-popcnt to dg-options.
+       * gcc.target/i386/parity-2.c: Ditto.
+       * gcc.target/i386/incoming-8.c: Add -mno-avx to dg-options.
+
+2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
+
+       * gcc.target/bfin/mcpu-bf512.c: Update to latest silicon revision and
+       remove duplication.
+       * gcc.target/bfin/mcpu-bf514.c: Likewise.
+       * gcc.target/bfin/mcpu-bf516.c: Likewise.
+       * gcc.target/bfin/mcpu-bf518.c: Likewise.
+
+2011-05-03  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/18918
+       * gfortran.dg/coarray/this_image_1.f90: Remove dg-options.
+
+2011-05-03  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/18918
+       * gfortran.dg/coarray/this_image_1.f90: New.
+
+2011-05-03  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/18918
+       * gfortran.dg/coarray/caf.dg: New.
+       * gfortran.dg/coarray/image_index_1.f90: New, copied
+       from ../coarray_16.f90.
+
+2011-05-03  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/28501
+       * g++.dg/ext/complex9.C: New.
+
 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
 
        From Mike Frysinger