X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ftestsuite%2FChangeLog;h=e133d9d7da001247365963c8f59926729a873766;hb=261429bc96be99c9b53734e2dc7c0afaa821f850;hp=a796f4fc2190efd2c7226a5d12d83e72f299217d;hpb=cc80225a88f5280f1d9984d2a798ff1b1ad56fc6;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a796f4fc219..e133d9d7da0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,214 @@ +2011-05-10 Ville Voutilainen + + * g++.dg/inherit/virtual9.C: Extend. + +2011-05-10 Michael Meissner + + 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 + + * 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 + + 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 + + PR c++/48522 + * g++.dg/cpp0x/pr48522.C: New. + +2011-05-09 Paolo Carlini + + PR c++/48735 + * g++.dg/cpp0x/sfinae21.C: New. + +2011-05-09 Paolo Carlini + + * 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 + + * lib/gcc-gdb-test.exp (gdb-test): Reorder matchers to give more + consistent results. + +2011-05-09 Fabien Chêne + + PR c++/20039 + * g++.dg/init/pr20039.C: New. + +2011-05-09 Paolo Carlini + + PR c++/48737 + PR c++/48744 + * g++.dg/template/sfinae28.C: New. + * g++.dg/template/sfinae29.C: Likewise. + +2011-05-09 Jason Merrill + + * g++.dg/template/nontype23.C: New. + +2011-05-07 Fabien Chêne + PR c++/48859 + * g++.dg/init/pr48859.C: New. + +2011-05-09 Jason Merrill + + * 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 + + * g++.dg/inherit/virtual9.C: New. + +2011-05-09 Dodji Seketeli + + PR c++/48574 + * g++.dg/template/dependent-expr8.C: New test case. + +2011-05-07 Zdenek Dvorak + + PR tree-optimization/48837 + * gcc.dg/pr48837.c: New testcase. + +2011-05-06 Jason Merrill + + * g++.dg/cpp0x/constexpr-condition2.C: New. + + * g++.dg/cpp0x/constexpr-missing.C: New. + +2011-05-06 Tobias Burnus + + PR fortran/18918 + * gfortran.dg/coarray/this_image_2.f90: New. + +2011-05-06 Tobias Burnus + + 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 + + PR c++/48838 + * g++.dg/template/member9.C: New test case. + +2011-05-05 Eric Botcazou + + * gnat.dg/discr29.ad[sb]: New test. + * gnat.dg/discr30.adb: Likewise. + +2011-05-05 Julian Brown + + * gcc.target/arm/neon-vset_lanes8.c: New test. + +2011-05-05 Jason Merrill + + * g++.dg/init/new32.C: New. + +2011-05-05 Rainer Orth + + * gfortran.dg/fmt_g0_6.f08: Use dg-options "-ffloat-store". + Fix typo. + +2011-05-05 Jakub Jelinek + + PR rtl-optimization/48381 + * gcc.c-torture/compile/pr48381.c: New test. + +2011-05-05 Uros Bizjak + + * 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 + + * g++.dg/conversion/base1.C: New. + +2011-05-04 Jerry DeLisle + + PR libgfortran/48787 + * gfortran.dg/round_3.f08: Add more checks to test case. + +2011-05-04 Hans-Peter Nilsson + + * 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 + + * 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 + + * 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 + + PR fortran/18918 + * gfortran.dg/coarray/this_image_1.f90: Remove dg-options. + +2011-05-03 Tobias Burnus + + PR fortran/18918 + * gfortran.dg/coarray/this_image_1.f90: New. + +2011-05-03 Tobias Burnus + + 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 + + PR c++/28501 + * g++.dg/ext/complex9.C: New. + 2011-05-03 Stuart Henderson From Mike Frysinger