diff options
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r-- | gcc/testsuite/ChangeLog | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d4a5c9cbf5a..b8b9b94468d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,111 @@ +2012-01-07 Jan Hubicka <jh@suse.cz> + + PR tree-optimize/51694 + * gcc.c-torture/compile/pr51694.c: new testcase. + +2012-01-07 Jan Hubicka <jh@suse.cz> + + PR tree-optimization/51600 + * g++.dg/torture/pr51600.C: New testcase. + +2012-01-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + + PR gcov-profile/51715 + PR gcov-profile/51717 + * gcc.misc-tests/gcov-13.c: Skip on 32-bit hppa*-*-hpux*. + * gcc.misc-tests/gcov-14.c: Likewise. + +2012-01-06 Jason Merrill <jason@redhat.com> + + * g++.dg/parse/new5.C: New. + +2012-01-06 Patrick Marlier <patrick.marlier@gmail.com> + + PR testsuite/51655 + * c-c++-common/tm/memcpy-1.c: Declare memcpy instead of + including <string.h>. + +2012-01-06 Jason Merrill <jason@redhat.com> + + * g++.dg/abi/mangle51.C: New. + * g++.dg/abi/mangle52.C: New. + * g++.dg/abi/mangle53.C: New. + * g++.dg/abi/mangle54.C: New. + * g++.dg/abi/mangle55.C: New. + * g++.dg/abi/mangle56.C: New. + * g++.dg/abi/mangle57.C: New. + * g++.dg/abi/mangle58.C: New. + * g++.dg/abi/mangle59.C: New. + * g++.dg/cpp0x/trailing3.C: Update mangling. + * g++.dg/cpp0x/variadic111.C: Update mangling. + * g++.dg/cpp0x/variadic4.C: Update mangling. + * g++.dg/cpp0x/variadic42.C: Pass -fabi-version=5. + * g++.dg/template/nontype22.C: Works now. + * g++.dg/template/pr35240.C: Works now. + + * g++.dg/cpp0x/error7.C: New. + +2012-01-06 Tobias Burnus <burnus@net-b.de> + + * gfortran.dg/deallocate_stat_2.f90: New. + * coarray/allocate_errgmsg.f90: New. + * gfortran.dg/coarray_lib_alloc_1.f90: New. + * gfortran.dg/coarray_lib_alloc_2.f90: New. + * coarray/subobject_1.f90: Fix for num_images > 1. + * gfortran.dg/deallocate_stat.f90: Update due to changed + stat= handling. + +2012-01-06 Andrew Stubbs <ams@codesourcery.com> + + * gcc.target/arm/headmerge-2.c: Adjust scan pattern. + +2012-01-06 Eric Botcazou <ebotcazou@adacore.com> + + * ada/acats/overflow.lst: Add cb20004. + +2012-01-05 Dodji Seketeli <dodji@redhat.com> + + PR c++/51541 + * g++.dg/cpp0x/alias-decl-18.C: New test. + +2012-01-05 Eric Botcazou <ebotcazou@adacore.com> + + * gcc.c-torture/execute/20120104-1.c: New test. + +2012-01-05 Paul Thomas <pault@gcc.gnu.org> + + PR fortran/PR48946 + * gfortran.dg/typebound_operator_9.f03: This is now a copy of + the old typebound_operator_8.f03. + * gfortran.dg/typebound_operator_8.f03: New version of + typebound_operator_7.f03 with 'u' a derived type instead of a + class object. + +2012-01-05 Richard Guenther <rguenther@suse.de> + + * g++.dg/torture/pr49309.C: Skip for -flto. + +2012-01-05 Jakub Jelinek <jakub@redhat.com> + + PR middle-end/51761 + * gcc.c-torture/compile/pr51761.c: New test. + +2012-01-05 Richard Guenther <rguenther@suse.de> + + PR tree-optimization/51760 + * gcc.dg/torture/pr51760.c: New testcase. + +2012-01-05 Aldy Hernandez <aldyh@redhat.com> + + PR middle-end/51472 + * gcc.dg/tm/memopt-6.c: Adjust regexp. + +2012-01-05 Richard Guenther <rguenther@suse.de> + + PR lto/41576 + * gfortran.dg/lto/pr41576_0.f90: New testcase. + * gfortran.dg/lto/pr41576_1.f90: Likewise. + 2012-01-04 Jakub Jelinek <jakub@redhat.com> PR debug/51695 |