X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Ftestsuite%2FChangeLog;h=ce1c57c9a7ea155724479769469e8e58342060cb;hp=525f1d0aec1583d3838d905924ba5f2a1815f660;hb=39bf903347a51afa6ae87cf62b474cf5975c065a;hpb=d5d2f74a7a1c6564e4b922f1a11e25c6dab8e072 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 525f1d0aec1..ce1c57c9a7e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,237 @@ +2010-12-03 Thomas Koenig + + PR fortran/45159 + * gfortran.dg/dependency_38.f90: New test. + +2010-12-02 Ian Lance Taylor + + * lib/go.exp: New file. + * lib/go-dg.exp: New file. + * lib/go-torture.exp: New file. + * lib/target-supports.exp (check_compile): Match // Go. + +2010-12-02 Eric Botcazou + + * gcc.dg/pr46685.c: New test. + +2010-12-02 Sebastian Pop + + PR tree-optimization/45199 + * gcc.dg/tree-ssa/ldist-15.c: New. + * gcc.dg/tree-ssa/ldist-16.c: New. + * gfortran.dg/ldist-pr45199.f: New. + +2010-12-02 Richard Guenther + + PR tree-optimization/46723 + * gcc.dg/torture/pr46723.c: New testcase. + +2010-12-02 Richard Guenther + + PR lto/44871 + * g++.dg/lto/20101126-1_0.C: New testcase. + * g++.dg/lto/20101126-1_1.c: Likewise. + +2010-12-02 Richard Guenther + Ira Rosen + + PR tree-optimization/46663 + * gcc.dg/vect/pr46663.c: New test. + +2010-12-02 Jie Zhang + + PR middle-end/46674 + * gcc.dg/pr46674.c: New test. + +2010-12-02 Nicola Pero + + * objc.dg/exceptions-6.m: New. + * obj-c++.dg/exceptions-6.mm: New. + +2010-12-01 Jan Hubicka + + * gcc.c-torture/execute/bcp-1.c: Make ready for -fuse-linker-plugin + +2010-12-01 Sebastian Pop + + PR middle-end/45297 + * gcc.dg/graphite/pr45297.c: New. + +2010-12-01 Richard Guenther + + PR tree-optimization/46730 + * g++.dg/tree-prof/indir-call-prof-2.C: New testcase. + +2010-11-30 Michael Meissner + + * gcc.target/powerpc/ppc-fma-7.c: New file, test that (a*b)+c and + (a*b)-c generates two fma instructions, instead of separate + multiply, add, and subtract. + +2010-11-30 Tobias Burnus + + * gfortran.dg/realloc_on_assign_2.f03 (invima): Assign + a value to all array elements. + +2010-11-30 Richard Guenther + + PR tree-optimization/46722 + * gcc.target/i386/fma4-fma-2.c: New testcase. + +2010-11-29 Nicola Pero + + * objc.dg/duplicate-class-1.m: New. + * obj-c++.dg/duplicate-class-1.mm: New. + +2010-11-29 Nicola Pero + + * objc.dg/property/dotsyntax-21.m + * obj-c++.dg/property/dotsyntax-21.mm + +2010-11-29 Alexandre Oliva + + PR debug/46338 + * g++.dg/debug/pr46338.C: New. + +2010-11-29 Richard Guenther + Zdenek Dvorak + + PR tree-optimization/46675 + * gcc.dg/pr46675.c: New test. + +2010-11-29 Iain Sandoe + + * gcc/testsuite/objc.dg/strings-1.m: Move to... + * gcc/testsuite/objc.dg/strings/strings-1.m: ... here. Update paths. + * gcc/testsuite/objc.dg/strings-2.m: Move to ... + * gcc/testsuite/objc.dg/strings/strings-2.m ... here, provide a + constructor and class reference for NeXT runtime. Update paths. + * gcc/testsuite/obj-c++.dg/strings-1.m: Move to... + * gcc/testsuite/obj-c++.dg/strings/strings-1.m: ... here. Update paths. + * gcc/testsuite/obj-c++.dg/strings-2.m: Move to ... + * gcc/testsuite/obj-c__.dg/strings/strings-2.m ... here, provide a + constructor and class reference for NeXT runtime. Update paths. + +2010-11-29 Dodji Seketeli + + PR c++/42260 + * g++.dg/conversion/cast2.C: New test. + + PR c++/45383 + * g++.dg/conversion/cond4.C: Likewise. + +2010-11-29 Dodji Seketeli + + PR c++/45383 + Reverted patch for PR c++/42260 + * g++.dg/conversion/cast2.C: Reverted new test. + +2010-11-29 Dodji Seketeli + + PR debug/46101 + * g++.dg/debug/dwarf2/typedef5.C: New test + +2010-11-29 Iain Sandoe + Mike Stump + + PR target/26427 + PR target/33120 + PR testsuite/35710 + * gcc.target/powerpc/darwin-abi-12.c: Adjust for new allocators. + * gcc.dg/pr26427.c: Remove redundant warning for powerpc. + * gcc.dg/darwin-comm.c: Adjust for new allocators. + * gcc.dg/darwin-sections.c: New test. + * g++.dg/ext/instantiate2.C: Adjust for new allocators. + +2010-11-29 Nicola Pero + + * objc.dg/exceptions-1.m: New. + * objc.dg/exceptions-2.m: New. + * objc.dg/exceptions-3.m: New. + * objc.dg/exceptions-4.m: New. + * objc.dg/exceptions-5.m: New. + * obj-c++.dg/exceptions-1.mm: New. + * obj-c++.dg/exceptions-2.mm: New. + * obj-c++.dg/exceptions-3.mm: New. + * obj-c++.dg/exceptions-4.mm: New. + * obj-c++.dg/exceptions-5.mm: New. + +2010-11-29 Nicola Pero + + * obj-c++.dg/property/at-property-1.mm: Fixed testcase. + * obj-c++.dg/property/at-property-16.mm: Fixed testcase. + * obj-c++.dg/property/at-property-20.mm: Fixed testcase. + +2010-11-28 Janus Weil + + PR fortran/46662 + * gfortran.dg/proc_ptr_comp_pass_7.f90: New. + +2010-11-28 Eric Botcazou + + * gnat.dg/aliasing2.adb (dg-final): Robustify pattern matching. + * gnat.dg/pack9.adb (dg-final): Likewise. + +2010-11-28 Paul Thomas + + PR fortran/46638 + PR fortran/46668 + * gfortran.dg/transfer_simplify_10.f90: Fix endian issue. + +2010-11-27 Nicola Pero + + PR objc++/46222 + * obj-c++.dg/property/at-property-2.mm: Uncommented testcase. + +2010-11-27 Nicola Pero + + * objc.dg/property/at-property-24.m: New. + * objc.dg/property/at-property-25.m: New. + * obj-c++.dg/property/at-property-24.mm: New. + * obj-c++.dg/property/at-property-25.mm: New. + +2010-11-27 Nicola Pero + + * objc.dg/protocol-qualifier-1.m: New. + * objc.dg/protocol-qualifier-2.m: New. + * obj-c++.dg/protocol-qualifier-1.mm: New. + * obj-c++.dg/protocol-qualifier-2.mm: New. + +2010-11-26 Rainer Orth + + * lib/gnat.exp: Load gcc.exp. + (gnat_target_compile): Use gcc_target_compile for *.c sources. + * gnat.dg/sse_nolib.adb: Use dg-require-effective-target sse_runtime. + +2010-11-26 Richard Guenther + + PR lto/46648 + * gcc.dg/lto/20101125-1_0.c: New testcase. + * gcc.dg/lto/20101125-1_1.c: Likewise. + +2010-11-22 Bud Davis + + * arith_divide_no_check.f + ,arith_divide.f,old_style_init.f90: new tests. + +2010-11-26 H.J. Lu + + PR tree-optimization/46665 + * gfortran.dg/pr46665.f90: New. + 2010-11-26 Jakub Jelinek PR middle-end/46647