X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ftestsuite%2FChangeLog;h=dbad2938656c9c3801082bc9d6405961957df61a;hb=211276ee4c9ecb2ad1240f2f00eecc307ffa7244;hp=acf3efc7ada11752a0855e82d3fabb443891ce62;hpb=dc15d51eb56c0efe84bf82b02ac2ba9a231ce69b;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index acf3efc7ada..dbad2938656 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,293 @@ +2011-12-19 Jason Merrill + + PR c++/51526 + * g++.dg/cpp0x/constexpr-delegating.C: New. + +2011-12-19 Sandra Loosemore + Tom de Vries + + PR rtl-opt/50380 + * gcc.c-torture/compile/pr50380.c: New testcase. + +2011-12-19 Tobias Burnus + + PR fortran/51605 + * gfortran.dg/block_10.f90: New. + +2011-12-19 Jason Merrill + + PR c++/51553 + * g++.dg/cpp0x/initlist64.C: New. + + PR c++/51228 + * c-c++-common/transparent-union-1.c: New. + +2011-12-19 Eric Botcazou + + PR tree-optimization/51580 + * gnat.dg/specs/loop_optimization1.ads: New test. + * gnat.dg/specs/loop_optimization1_pkg.ad[sb]: New helper. + +2011-12-19 Richard Guenther + + PR lto/51573 + * gcc.dg/lto/20111207-2_0.c: Adjust. + * g++.dg/lto/pr51573-1_0.C: New testcase. + +2011-12-19 Jakub Jelinek + + PR c++/51619 + * g++.dg/cpp0x/pr51619.C: New test. + +2011-12-19 Tobias Burnus + + PR fortran/51605 + * gfortran.dg/select_type_25.f90: New. + +2011-12-19 Martin Jambor + + PR tree-optimization/51583 + * gcc.dg/tree-ssa/pr51583.c: New test. + +2011-12-19 Jakub Jelinek + + PR tree-optimization/51596 + * g++.dg/opt/pr51596.C: New test. + + PR middle-end/51590 + PR tree-optimization/51606 + * gcc.dg/vect/pr51590.c: New test. + +2011-12-19 Richard Guenther + + PR lto/51572 + * g++.dg/lto/pr51572-2_0.C: New testcase. + +2011-12-19 Dodji Seketeli + + PR c++/51477 + * g++.dg/cpp0x/nsdmi6.C: New test. + +2011-12-19 Tobias Burnus + + * gfortran.dg/coarray_poly_3.f90: New. + * coarray/poly_run_1.f90: Enable some previously commented code. + +2011-12-19 Jason Merrill + + PR c++/51489 + * g++.dg/cpp0x/constexpr-ptrsub.C: New. + +2011-12-18 Hans-Peter Nilsson + + * gcc.dg/pr51491-2.c: Fix "cleanup-treee-dump" typo. + +2011-12-17 Jason Merrill + + PR c++/51588 + * g++.dg/parse/enum7.C: New. + + PR c++/51586 + * g++.dg/lookup/nested2.C: New. + + PR c++/51587 + * g++.dg/parse/enum6.C: New. + +2011-12-17 Tom de Vries + + PR tree-optimization/51491 + * gcc.dg/pr51491.c: New test. + * gcc.dg/pr51491-2.c: Same. + +2011-12-16 Jason Merrill + + PR c++/51416 + * g++.dg/cpp0x/auto31.C: New. + +2011-12-16 Ian Lance Taylor + + PR middle-end/51592 + * gcc.dg/20111216-1.c: New test. + +2011-12-16 Jason Merrill + + PR c++/51461 + * g++.dg/init/static4.C: New. + +2011-12-16 Jason Merrill + + PR c++/51331 + * g++.dg/init/value10.C: New. + +2011-12-16 Jakub Jelinek + + PR testsuite/50803 + * gcc.dg/ipa/inline-5.c: XFAIL for 32-bit hppa. + + PR tree-optimization/51575 + * g++.dg/opt/pr51575.C: New test. + + PR debug/51557 + * gcc.dg/pr51557.c: New test. + +2011-12-16 Richard Guenther + + PR lto/51572 + * gcc.dg/lto/pr51572-1_0.c: New testcase. + +2011-12-15 Jason Merrill + + PR c++/51458 + * g++.dg/ext/desig4.C: New. + +2011-12-15 Paul Thomas + + * gfortran.dg/class_array_3.f03: Remove explicit indexing of + A%disp() to use scalarizer. + * gfortran.dg/class_array_9.f03: New. + +2011-12-15 Jakub Jelinek + + * gcc.dg/vect/vect-sdivmod-1.c: New test. + + PR c++/51463 + * g++.dg/cpp0x/pr51463.C: New test. + + PR c/51360 + * c-c++-common/gomp/pr51360.c: New test. + * g++.dg/gomp/pr51360.C: New test. + + PR middle-end/49806 + * gcc.dg/tree-ssa/vrp47.c: Add -fdump-tree-dom2 to dg-options. + Check for x_? & y in dom2 dump and xfail the check in dom1 dump. + + PR tree-optimization/51117 + * g++.dg/opt/pr51117.C: New test. + +2011-12-15 Romain Geissler + + * gcc.c-torture/execute/builtins/chk.h (stpncpy, stpncpy_disallowed): + New definitions. + * gcc.c-torture/execute/builtins/lib/chk.c (stpncpy_disallowed): + Likewise. + (stpncpy, __stpncpy_chk): New functions. + * gcc.c-torture/execute/builtins/stpncpy-chk-lib.c: New file. + * gcc.c-torture/execute/builtins/stpncpy-chk.c: Likewise. + +2011-12-15 Richard Guenther + + PR lto/51567 + * g++.dg/lto/pr51567-1_0.C: New testcase. + +2011-12-15 Dodji Seketeli + + PR c++/51473 + * g++.dg/cpp0x/auto30.C: New test. + +2011-12-15 Tobias Burnus + + * gfortran.dg/coarray/poly_run_3.f90: New. + * gfortran.dg/coarray/poly_run_2.f90: Enable comment-out test. + +2011-12-15 Richard Guenther + + PR lto/51564 + * g++.dg/lto/pr51564-1_0.C: New testcase. + +2011-12-15 Jonathan Wakely + + PR libstdc++/51365 + * g++.dg/ext/is_final.C: New. + +2012-12-15 Richard Guenther + + PR lto/48508 + * g++.dg/lto/pr48508-1_0.C: New testcase. + * g++.dg/lto/pr48508-1_1.C: Likewise. + +2011-12-14 Jason Merrill + + PR c++/51554 + * g++.dg/init/constant1.C: New. + + PR c++/51248 + * g++.dg/other/enum2.C: New. + +2011-12-14 Dodji Seketeli + + PR c++/51475 + * g++.dg/cpp0x/initlist63.C: New test. + +2011-12-14 Georg-Johann Lay + + PR target/50931 + * gcc.target/avr/torture/int24-mul.c: New. + +2011-12-14 Dodji Seketeli + + PR c++/51476 + * g++.dg/cpp0x/ptrmem-cst-arg1.C: New test. + +2011-12-13 Jason Merrill + + PR c++/51406 + PR c++/51161 + * g++.dg/cpp0x/rv-cast3.C: New. + * g++.dg/cpp0x/rv-cast4.C: New. + +2011-12-13 Paolo Carlini + + PR c++/51464 + * g++.dg/cpp0x/lambda/lambda-ice6.C: New. + +2011-12-13 Andrew Pinski + Adam Nemet + + * gcc.target/mips/mips.exp (mips_option_groups): Fix debug. Add + -fdump-* options. + * gcc.target/mips/octeon2-pipe-1.c: New testcase. + * gcc.target/mips/octeon-pipe-1.c: New testcase. + +2011-12-11 Fabien Chêne + + PR c++/14258 + * g++.dg/template/using16.C: New. + * g++.dg/template/using17.C: New. + +2011-12-13 Martin Jambor + + PR tree-optimization/51362 + * gcc.dg/ipa/pr51362.c: New test. + +2011-12-13 Uros Bizjak + + PR testsuite/51524 + * gcc.target/i386/bmi2-mulx32-1.c (gen_mulx): Add attribute regparm(2). + * gcc.target/i386/bmi2-mulx32-2.c (calc_mulx_u32): Ditto. + +2011-12-13 Richard Guenther + + PR lto/48354 + * g++.dg/lto/pr48354-1_0.C: New testcase. + +2011-12-13 Richard Guenther + + PR tree-optimization/51519 + * gcc.dg/pr51519.c: New testcase. + +2011-12-13 Richard Guenther + + * gcc.dg/lto/20111213-1_0.c: New testcase. + +2011-12-13 Eric Botcazou + + * gnat.dg/vect1.ad[sb]: Add more tests. + * gnat.dg/vect2.ad[sb]: Likewise. + * gnat.dg/vect3.ad[sb]: Likewise. + * gnat.dg/vect4.ad[sb]: Likewise. + * gnat.dg/vect5.ad[sb]: Likewise. + * gnat.dg/vect6.ad[sb]: Likewise. + 2011-12-12 Jakub Jelinek PR rtl-optimization/51495 @@ -58,8 +348,7 @@ * gcc.dg/sms-8.c: Add --param sms-min-sc=1. Add dg-options and change scan-rtl-dump-times for powerpc*-*-*. * gcc.dg/sms-5.c: Add --param sms-min-sc=1 flag, remove - powerpc*-*-* from dg-final and avoid superfluous spaces in - dg-final. + powerpc*-*-* from dg-final and avoid superfluous spaces in dg-final. * gcc.dg/sms-9.c: Remove -fno-auto-inc-dec. 2011-12-11 Jakub Jelinek @@ -73,7 +362,7 @@ * gfortran.dg/warn_function_without_result_2.f90: New. 2011-12-11 Paul Thomas - Tobias Burnus + Tobias Burnus PR fortran/41539 PR fortran/43214 @@ -97,8 +386,7 @@ * gfortran.dg/class_to_type_1.f03: New. * gfortran.dg/type_to_class_1.f03: New. * gfortran.dg/typebound_assignment_3.f03: Remove the error. - * gfortran.dg/auto_dealloc_2.f90: Occurences of __builtin_free - now 2. + * gfortran.dg/auto_dealloc_2.f90: Occurences of __builtin_free now 2. * gfortran.dg/class_19.f03: Occurences of __builtin_free now 8. 2011-12-11 Thomas Koenig @@ -334,8 +622,7 @@ 2011-12-08 Teresa Johnson - * gcc.target/i386/movdi-rex64.c: Remove unnecessary - unused label. + * gcc.target/i386/movdi-rex64.c: Remove unnecessary unused label. 2011-12-08 Teresa Johnson