X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Ftestsuite%2FChangeLog;h=aff8d1c6b149da84a989690d2d15814e0a2e8ec9;hp=6320390802fabe9f6c598263899f36cfdd3251e2;hb=42af5a0d82bb8a9db5ead9ae574b5ba12cc7c07c;hpb=c1e7ae5ee20533ac318fadae29fb332c0e1753f2 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6320390802f..aff8d1c6b14 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,173 @@ +2010-05-17 Jason Merrill + + PR c++/44157 + * g++.dg/cpp0x/initlist34.C: New. + +2010-05-17 Jason Merrill + + PR c++/44158 + * g++.dg/cpp0x/rv-trivial-bug.C: Test copy-init too. + +2010-05-17 Martin Jambor + + * g++.dg/ipa/ivinline-1.C: New test. + * g++.dg/ipa/ivinline-2.C: New test. + * g++.dg/ipa/ivinline-3.C: New test. + * g++.dg/ipa/ivinline-4.C: New test. + * g++.dg/ipa/ivinline-5.C: New test. + * g++.dg/ipa/ivinline-6.C: New test. + +2010-05-17 Dodji Seketeli + Jason Merrill + + PR c++/44108 + * c-c++-common/Wunused-var-8.c: New test. + +2010-05-17 Jakub Jelinek + + PR bootstrap/42347 + * gcc.c-torture/compile/pr42347.c: New test. + + PR middle-end/44102 + * g++.dg/ext/asmgoto1.C: New test. + +2010-05-17 Martin Jambor + + PR middle-end/44133 + * gcc.dg/tree-ssa/pr44133.c: New test. + * gcc.dg/tree-ssa/sra-9.c: Make the scan regular expression more + precise. + +2010-05-17 Janus Weil + + PR fortran/44044 + * gfortran.dg/class_20.f03: New. + +2010-05-17 Christian Borntraeger + + PR 44078 + * gcc.dg/tree-ssa/prefetch-7.c: Change pattern to match only the old + debug messages but not the newly introduced one. + +2010-05-16 Daniel Franke + + PR fortran/35779 + * gfortran.dg/initialization_25.f90: Commented testcase. + * gfortran.dg/initialization_26.f90: New. + +2010-05-16 Richard Guenther + + * gcc.dg/pr43317.c: Do not pass -fipa-type-escape. + * gcc.dg/pr43084.c: Likewise. + * gcc.dg/pr42250.c: Pass -fipa-struct-reorg instead of + -fipa-type-escape. + * gcc.dg/struct/wo_prof_escape_arg_to_local.c: Do not pass + -fipa-type-escape. + * gcc.dg/struct/struct-reorg.exp: Likewise. + * gcc.dg/struct/wo_prof_empty_str.c: Likewise. + * gcc.dg/struct/wo_prof_escape_return.c: Likewise. + +2010-05-16 Joseph Myers + + * gcc.dg/c1x-static-assert-1.c, gcc.dg/c1x-static-assert-2.c, + gcc.dg/c1x-static-assert-3.c, gcc.dg/c1x-static-assert-4.c, + gcc.dg/c1x-static-assert-5.c, gcc.dg/c1x-static-assert-6.c, + gcc.dg/c90-static-assert-1.c, gcc.dg/c99-static-assert-1.c: New + tests. + +2010-05-15 Jason Merrill + + * g++.dg/eh/spec10.C: New. + * g++.dg/eh/spec11.C: New. + * g++.old-deja/g++.mike/eh34.C: Remove dg-options. + +2010-05-15 Janus Weil + + PR fortran/44154 + PR fortran/42647 + * gfortran.dg/allocatable_scalar_9.f90: New. + +2010-05-15 Jakub Jelinek + + PR c++/44148 + * g++.dg/torture/pr44148.C: New test. + +2010-05-15 Joseph Myers + + * gcc.dg/c1x-anon-struct-1.c, gcc.dg/c1x-anon-struct-2.c, + gcc.dg/c90-anon-struct-1.c, gcc.dg/c99-anon-struct-1.c: New tests. + * gcc.dg/20080820.c, gcc.dg/anon-struct-1.c: Update expected + diagnostics and type sizes. + +2010-05-15 Eric Botcazou + + * gnat.dg/lto9.adb: New test. + * gnat.dg/lto9_pkg1.ads: New helper. + * gnat.dg/lto9_pkg2.ad[sb]: Likewise. + +2010-05-15 Jan Hubicka + + * gcc.dg/lto/ipareference_1.c: Rename to ... + * gcc.dg/lto/ipareference_0.c: ... this one. + * gcc.dg/lto/ipareference_2.c: Rename to ... + * gcc.dg/lto/ipareference_1.c: ... this one. + +2010-05-15 Jan Hubicka + + * gcc.dg/lto/ipareference_1.c: New file. + * gcc.dg/lto/ipareference_2.c: New file. + +2010-05-15 Richard Guenther + + PR tree-optimization/44038 + * gcc.c-torture/compile/pr44038.c: New testcase. + +2010-05-15 H.J. Lu + + * gcc.target/i386/avx-cmpsd-1.c: Add -std=c99. + * gcc.target/i386/avx-cmpss-1.c: Likewise. + +2010-05-15 Janus Weil + + PR fortran/43207 + PR fortran/43969 + * gfortran.dg/class_18.f03: New. + * gfortran.dg/class_19.f03: New. + +2010-05-14 Jakub Jelinek + + PR debug/44112 + * gcc.dg/debug/dwarf2/const-1.c: Remove. + * g++.dg/debug/dwarf2/const1.C: Remove. + +2010-05-14 Jason Merrill + + * g++.dg/eh/cond4.C: New. + * g++.dg/eh/elide2.C: Adjust. + * g++.old-deja/g++.eh/terminate1.C: Adjust. + +2010-05-14 Steven G. Kargl + + PR fortran/44135 + * gfortran.dg/actual_array_interface_2.f90: New test. + +2010-05-14 Richard Guenther + + PR tree-optimization/44119 + * gcc.c-torture/compile/pr44119.c: New testcase. + +2010-05-14 Jason Merrill + + PR c++/44127 + * g++.dg/eh/terminate1.C: New. + +2010-05-14 Jakub Jelinek + + * gfortran.dg/gomp/pr44036-1.f90: Adjust. + + PR debug/44136 + * gcc.dg/pr44136.c: New test. + 2010-05-14 Shujing Zhao PR c++/30566