OSDN Git Service

PR middle-end/27282
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index d88b8c8..90b5b26 100644 (file)
@@ -1,5 +1,148 @@
+2006-04-26  David Edelsohn  <edelsohn@gnu.org>
+
+       PR middle-end/27282
+       * gcc.c-torture/compile/pr27282.c: New test.
+
+2006-04-26  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/26913
+       * g++.dg/gomp/pr26913.C: New test.
+
+       PR c/25996
+       * gcc.dg/gomp/pr25996.c: New test.
+       * g++.dg/gomp/pr25996.C: New test.
+
+2006-04-25  Richard Sandiford  <richard@codesourcery.com>
+
+       PR rtl-optimization/26725
+       * gcc.c-torture/compile/pr26725.c: New test.
+
+2006-04-25  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.dg/tree-prof/val-prof-2.c: Check for n + ffff rather  
+       than n + -1.
+
+2006-04-25  Andreas Krebbel  <krebbel1@de.ibm.com>
+
+       * gcc.dg/20060425-1.c: New testcase.
+
+2006-04-25  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/26865
+       * gcc.dg/pr26865.c: New test.
+
+2006-04-24  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/27292
+       * g++.dg/conversion/bitfield1.C: New test.
+       * g++.dg/conversion/bitfield2.C: Likewise.
+       * g++.dg/conversion/bitfield3.C: Likewise.
+
+2006-04-24  Andrew Pinski  <pinskia@gcc.gnu.org>
+       Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/27236
+       * gcc.dg/tree-ssa/pr27236.c: New testcase.
+
+2006-04-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c++/19963
+       * g++.dg/other/incomplete2.C: New test.
+
+2006-04-24  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/26869
+       * gcc.dg/torture/pr26869.c: New testcase.
+
+2006-04-24  Andrew Pinski  <pinskia@gcc.gnu.org>
+       Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/27218
+       * g++.dg/tree-ssa/pr27218.C: New testcase.
+
+2006-04-23  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/26912
+       * g++.dg/template/friend41.C: New test.
+
+2006-04-23  David Edelsohn  <edelsohn@gnu.org>
+
+       * g++.dg/opt/pr15551.C: Include cstdio.
+       (main): Use remove instead of unlink.
+
+2006-04-23  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/sibcall-7.c: New test.
+       * gcc.dg/tree-ssa/tailrecursion-1.c: Pass -foptimize-sibling-calls.
+       * gcc.dg/tree-ssa/tailrecursion-2.c: Likewise.
+       * gcc.dg/tree-ssa/tailrecursion-3.c: Likewise.
+       * gcc.dg/tree-ssa/tailrecursion-4.c: Likewise.
+       * gcc.dg/tree-ssa/tailrecursion-5.c: Likewise.
+
+2006-04-23  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/26534
+       * g++.dg/opt/bitfield1.C: New test.
+       * g++.dg/compat/abi/bitfield1_main.C: Add -w.
+       * g++.dg/compat/abi/bitfield1_x.C: Likewise.
+       * g++.dg/compat/abi/bitfield1_y.C: Likewise.
+       * g++.dg/compat/abi/bitfield2_main.C: Likewise.
+       * g++.dg/compat/abi/bitfield2_x.C: Likewise.
+       * g++.dg/compat/abi/bitfield2_y.C: Likewise.
+       * g++.dg/abi/bitfield1.C: Add dg-warning markers.
+       * g++.dg/abi/bitfield2.C: Likewise.
+       * g++.dg/init/bitfield1.C: Likewise.
+
+2006-04-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/25099
+       * gfortran.dg/elemental_subroutine_4.f90: New test.
+       * gfortran.dg/assumed_size_refs_1.f90: Add error to non-conforming
+       call sub (m, x).
+
+2006-04-22  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * gcc.c-torture/compile/20060421-1.c: New testcase.
+
+2006-04-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c/25875
+       * gcc.dg/init-bad-4.c: New test.
+
+2006-04-21  Paul Brook  <paul@codesourcery.com>
+
+       * gcc.dg/arm-vfp1.c: Skip on iWMMXt cpus.
+
+2006-04-21 Paul Thomas <pault@gcc.gnu.org>
+
+       PR fortran/27122
+       * gfortran.dg/defined_operators_1.f90: New test.
+       * gfortran.dg/assumed_charlen_function_1.f90: Add new error and
+       remove old ones associated, incorrectly, with Note 5.46.
+
+       PR fortran/27113
+       * gfortran.dg/character_array_constructor_1.f90: New test.
+
+2006-04-20  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.dg/20060419-1.c: New test.
+
+2006-04-19  Carlos O'Donell  <carlos@codesourcery.com>
+
+       PR c/26774
+       * gcc.dg/struct-parse-1.c: New test case.
+
 2006-04-19  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
 
+       PR c++/26558
+       * g++.dg/parse/template19.C: New test.
+
+       PR c++/26739
+       * g++.old-deja/g++.pt/friend36.C: Adjust error markers.
+
+       PR c++/26036
+       * g++.dg/expr/call3.C: New test.
+
        PR c++/10385
        * g++.dg/conversion/dynamic1.C: New test.