X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Ftestsuite%2FChangeLog;h=9f03e3b35a1c75f7d93f71f802c08fc434f95799;hp=c65aab8eb7f8837397ba9f81a69cce2b713dd949;hb=e0381f2e0f98e67f32e0ef2b08c8b20474a439b4;hpb=3be875714a1ab9a50e6f189120685b5fa2506381 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c65aab8eb7f..9f03e3b35a1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,149 @@ +2009-10-10 Jerry DeLisle + + PR libgfortran/35862 + * gfortran.dg/round_2.f03: Update test to also test for smaller kind. + Add conditions to avoid runtime errors if not supported. + +2009-10-10 Richard Guenther + + PR tree-optimization/41654 + * gfortran.fortran-torture/compile/pr41654.f90: New testcase. + +2009-10-09 Jason Merrill + + * g++.dg/cpp/ucn-1.C: New. + +2009-10-08 Jason Merrill + +2009-10-09 Janus Weil + + PR fortran/41585 + * gfortran.dg/class_2.f03: Extended test case. + +2009-10-09 Tobias Burnus + + PR fortran/41582 + * gfortran.dg/class_allocate_1.f03: Modify code such that + it compiles with the gfc_warning->gfc_error change. + * gfortran.dg/class_allocate_1.f03: New test. + +2009-10-09 Janus Weil + + PR fortran/41579 + * gfortran.dg/select_type_6.f03: New test. + +2009-10-09 Jakub Jelinek + + PR preprocessor/41445 + * gcc.dg/cpp/separate-1.c: Adjust. + * gcc.dg/cpp/spacing1.c: Add -P to dg-options. + * gcc.dg/debug/dwarf2/pr41445-1.c: New test. + * gcc.dg/debug/dwarf2/pr41445-2.c: New test. + * gcc.dg/debug/dwarf2/pr41445-3.c: New test. + * gcc.dg/debug/dwarf2/pr41445-4.c: New test. + * gcc.dg/debug/dwarf2/pr41445-5.c: New test. + * gcc.dg/debug/dwarf2/pr41445-6.c: New test. + + PR rtl-optimization/41646 + * gcc.c-torture/compile/pr41646.c: New test. + +2009-10-09 Richard Guenther + + PR tree-optimization/41634 + * gcc.c-torture/compile/pr41634.c: New testcase. + +2009-10-09 Uros Bizjak + + * gfortran.dg/block_2.f08: Cleanup "original" tree dump. + +2009-10-09 Eric Botcazou + + * gnat.dg/opt3.adb: New test. + * gnat.dg/opt3_pkg.ads: New helper. + +2009-10-08 Doug Kwan + + PR rtl-optimization/41574 + * gcc.dg/pr41574.c: New test. + +2009-10-08 Cary Coutant + + Add support for debugging with ICF (Identical Code Folding). + * g++.dg/debug/dwarf2/icf.C: New test. + +2009-10-08 Adam Nemet + + * gcc.target/mips/truncate-6.c: New test. + +2009-10-08 Jason Merrill + + PR c++/36816 + * g++.dg/cpp0x/rv-deduce.C: New. + + PR c++/37177 + * g++.dg/cpp0x/variadic-throw.C: Adjust errors. + * g++.dg/template/explicit-args2.C: New. + * g++.dg/template/explicit-args3.C: New. + * g++.old-deja/g++.pt/crash58.C: Remove some errors. + +2009-10-08 Michael Matz + + PR middle-end/41573 + * gcc.dg/tree-ssa/foldstring-1.c: Use fre dump. + * gcc.dg/tree-ssa/useless-1.c: Use gimple dump. + * gcc.dg/pr41573.c: New test. + +2009-10-07 Joseph Myers + + PR c/41182 + * gcc.c-torture/compile/pr41182-1.c: New. + +2009-10-07 Jason Merrill + + * g++.dg/cpp0x/variadic95.C: New. + +2009-10-07 Jason Merrill + + * g++.dg/template/scope3.C: New. + +2009-10-07 Jakub Jelinek + + * gcc.dg/debug/dwarf2/inline3.c: New test. + +2009-10-07 Daniel Kraft + + PR fortran/41615 + * gfortran.dg/assumed_charlen_function_6.f90: New test. + +2009-10-07 Janus Weil + + * gfortran.dg/same_type_as_2.f03: Modified (was illegal). + * gfortran.dg/select_type_1.f03: Modified error message. + * gfortran.dg/select_type_5.f03: New test. + +2009-10-06 Jerry DeLisle + + PR libgfortran/41612 + * gfortran.dg/round_2.f03: Fix test to work on platforms that do not + have kind=10 reals. + +2009-10-06 Jason Merrill + + * g++.dg/cpp0x/lambda/lambda-init.C: New. + * g++.dg/cpp0x/lambda/lambda-direct-init.C: New. + +2009-10-06 Richard Guenther + + PR lto/41502 + * gcc.dg/lto/20091006-1_0.c: New testcase. + * gcc.dg/lto/20091006-1_1.c: Likewise. + * gcc.dg/lto/20091005-2_0.c: Likewise. + +2009-10-06 Samuel Tardieu + + PR ada/41383 + * gnat.dg/timer_cancel.adb: New test. + 2009-10-06 Samuel Tardieu PR ada/38333 @@ -332,7 +478,7 @@ 2009-10-02 Jack Howarth - * gcc.dg/guality/guality.exp: Disable on darwin. + * gcc.dg/guality/guality.exp: Disable on darwin. 2009-10-02 Janis Johnson @@ -5427,7 +5573,7 @@ 2009-05-12 David Billinghurst * lib/target-supports.exp (check_profiling_available): Return - false for -p on *-*-cygwin* targets. + false for -p on *-*-cygwin* targets. 2009-05-11 H.J. Lu