OSDN Git Service

2006-10-30 Andrew Pinski <pinskia@gmail.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index be06e21..f8876e3 100644 (file)
@@ -1,3 +1,288 @@
+2006-10-30  Andrew Pinski  <pinskia@gmail.com>
+
+       PR Fortran/29410
+       * gfortran.fortran-torture/execute/transfer1.f90: New test.
+
+2006-10-30  Joseph Myers  <joseph@codesourcery.com>
+
+       * lib/target-supports.exp (check_function_available): Declare
+       function before calling.
+
+2006-10-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/29637
+       * gcc.dg/pr29637.c: New test.
+
+2006-10-29  Roger Sayle  <roger@eyesopen.com>
+
+       * gcc.dg/fold-compare-1.c: Update to reflect recent changes in
+       tree canonicalization.
+
+2006-10-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/builtins-20.c: Add more hypot tests.
+
+2006-10-29  Roger Sayle  <roger@eyesopen.com>
+
+       * gcc.dg/fold-compare-1.c: New test case.
+
+2006-10-29  Dirk Mueller  <dmueller@suse.de>
+
+       PR c++/16307
+       * g++.dg/warn/Wchar-subscripts-2.C: New testcase.
+
+2006-10-29  Roger Sayle  <roger@eyesopen.com>
+
+       PR tree-optimization/15458
+       * gcc.dg/fold-xornot-1.c: New test case.
+
+2006-10-29  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.target/i386/math-torture/trunc.c: New testcase.
+
+2006-10-29  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.target/i386/math-torture/round.c: New testcase.
+
+2006-10-29  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.target/i386/math-torture/ceil.c: New testcase.
+       * gcc.target/i386/math-torture/floor.c: Likewise.
+
+2006-10-29  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.target/i386/math-torture/rint.c: New testcase.
+       * gcc.target/i386/math-torture/nearbyint.c: Likewise.
+
+2006-10-29  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.target/i386/math-torture/lfloor.c: New testcase.
+       * gcc.target/i386/math-torture/lceil.c: Likewise.
+
+2006-10-28  Tobias Burnus  <burnus@net-b.de>
+
+       PR libgfortran/24313
+       * gfortran.dg/csqrt_2.f: Remove xfail *-*-linux-gnu. 
+
+2006-10-29  Kazu Hirata  <kazu@codesourcery.com>
+
+       * gcc.c-torture/execute/20020118-1.c,
+       gcc.c-torture/execute/builtins/strlen.c,
+       gcc.c-torture/execute/pr23135.c, lib/fortran-torture.exp: Fix
+       comment typos.
+
+2006-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/builtins-20.c: Add tests for hypot.
+       * gcc.dg/torture/builtin-math-2.c (TESTIT2): New.  Add tests for
+       two-argument builtins.
+       * gcc.dg/torture/builtin-math-3.c (TESTIT_R): Renamed from
+       TESTIT2.  Update all callers.
+       (TESTIT2, TESTIT2_R): New helper macros.
+       Add testcases for pow, hypot and atan2.
+
+2006-10-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       PR C++/29295
+       * g++.dg/expr/bool1.C: New test.
+       * g++.dg/expr/bool2.C: New test.
+
+2006-10-28  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/28224 
+       * gfortran.dg/io_constraints_2.f90: Use -std=f95.
+       * gfortran.dg/namelist_internal.f90: New test. 
+
+2006-10-28  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/29625
+       * gfortran.dg/io_real_boz.f90: Add.
+       * gfortran.dg/io_real_boz2.f90: Add.
+
+2006-10-28  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/26899
+       * gcc.dg/tree-ssa/pr26899.c: New testcase.
+
+2006-10-28  Richard Guenther  <rguenther@suse.de>
+
+       PR target/28806
+       * gcc.target/i386/math-torture/lround.c: New testcase.
+
+2006-10-27  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * gcc.dg/builtins-43.c: Add -fno-finite-math-only.
+       * gcc.dg/builtins-44.c: Likewise.
+       * gcc.dg/builtins-45.c: Likewise.
+       * gcc.dg/pr28796-2.c: Likewise.
+       * gcc.dg/unordered-3.c: Likewise.       
+
+2006-10-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/27954
+       * gfortran.dg/error_recovery_2.f90: New test.
+
+2006-10-26  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.target/i386/i386.exp: Use glob, not find to collect
+       tests.  Avoids recursing into subdirectories.
+       * gcc.target/i386/math-torture/math-torture.exp: Torture
+       for interesting ia32 math options.
+       * gcc.target.i386/math-torture/lrint.c: New testcase.
+
+2006-10-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/29563
+       * gfortran.dg/arrayio_9.f90: Update test.
+       * gfortran.dg/arrayio_19.f90: New test.
+
+2006-10-26  Andreas Krebbel  <krebbel1@de.ibm.com>
+
+       * gcc.dg/20061026.c: New testcase.
+
+2006-10-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/29563
+       * gfortran.dg/arrayio_9.f90: New test.
+
+2006-10-26  Ben Elliston  <bje@au.ibm.com>
+
+       * gcc.c-torture/execute/builtins/strlen.c: Do not use strcpy.
+       Copy the strings manually, as strcpy may call strlen.
+
+2006-10-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/torture/builtin-math-2.c (TESTIT): Use new helper macro.
+       Add checks for log, log2, log10 and log1p.
+
+       * gcc.dg/torture/builtin-math-3.c: Add checks for -0.0 everywhere
+       we already test 0.0.  Add checks for expm1, log, log2, log10,
+       log1p, cbrt, erf and erfc.
+
+2006-10-25  Steve Ellcey  <sje@cup.hp.com>
+
+       * gcc.dg/pthread-init-2.c: Define _POSIX_C_SOURCE on ia64 HP-UX.
+
+2006-10-25  Uros Bizjak  <uros@kss-loka.si>
+
+       * gcc.dg/builtins-40.c: Also check remainder(), remainderf()
+       and remainderl() built-in functions.  Remove -ffast-math from
+       dg-options.
+
+2006-10-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/torture/builtin-math-2.c: Add checks for asin, acos,
+       acosh and atanh.
+       
+       * gcc.dg/torture/builtin-math-3.c (TESTIT): Append 'F' and 'L'
+       floating point modifiers to arguments passed to float and long
+       double functions respectively.  Update all callers to use floating
+       point numbers, not integers.  Add tests for exp, exp2 and
+       exp10/pow10.
+
+       * gcc.dg/torture/builtin-math-3.c: New test.
+
+2006-10-24  Erik Edelmann  <eedelman@gcc.gnu.org>
+
+       PR fortran/29393
+       * gfortran.dg/initialize_2.f90: New.
+
+2006-10-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/torture/builtin-math-2.c: New test.
+
+2006-10-24  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/28796
+       * gcc.dg/pr28796-1.c: New testcase.
+       * gcc.dg/pr28796-2.c: Likewise.
+
+2006-10-24  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.dg/builtins-57.c: New testcase.
+
+2006-10-24  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/29567
+       * gfortran.fortran-torture/compile/vrp_1.f90: New testcase.
+
+2006-10-23  Zdenek Dvorak <dvorakz@suse.cz>
+
+       PR tree-optimization/14784
+       * gcc.dg/alias-10.c: New test.
+
+2006-10-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/torture/builtin-sin-mpfr-1.c: New test.
+
+2006-10-23  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.dg/builtin-strncat-chk-1.c: New test.
+
+2006-10-23  Jan Hubicka  <jh@suse.cz>
+
+       * gcc.dg/memmove-1.c: New test.
+
+2006-10-23  Paul Brook  <paul@codesourcery.com>
+
+       * gcc.dg/pragma-pack-5.c: New test.
+
+2006-10-23  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * g++.dg/other/s390-1.C: New testcase.
+
+2006-10-23  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/27132
+       PR middle-end/23295
+       * gcc.dg/pr27132.c: New testcase.
+       * gcc.dg/pr23295.c: Likewise.
+       * gcc.dg/tree-ssa/pr23294.c: Adjust patterns.
+       * g++.dg/tree-ssa/pr19807.C: Likewise.
+
+2006-10-23  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/21032
+       * gcc.dg/pr21032.c: New testcase.
+
+2006-10-22  Jeff Law  <law@redhat.com>
+       Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/15911
+       * gcc.dg/tree-ssa/vrp30.c: New testcase.
+
+2006-10-22  Nathan Sidwell  <nathan@codesourcery.com>
+
+       PR c++/20647
+       * g++.dg/abi/rtti3.C: New.
+
+2006-10-21  Uros Bizjak  <uros@kss-loka.si>
+
+       PR middle-end/28252
+       * gcc.dg/builtins-8.c: Also check pow(x,1.0/3.0) to cbrt(x)
+       transformation.
+
+2006-10-21  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/3511
+       * gcc.dg/tree-ssa/ssa-pre-15.c: New testcase.
+
+2006-10-21  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/26898
+       * gcc.dg/torture/pr26898-1.c: New testcase.
+       * gcc.dg/torture/pr26898-2.c: Likewise.
+
+2006-10-20  Lee Millward  <lee.millward@codesourcery.com>
+        
+        PR c++/28053
+        * g++.dg/parse/bitfield1.C: Adjust error markers.
+        * g++.dg/parse/bitfield2.C: New test. 
+       
+2006-10-20  Adam Nemet  <anemet@caviumnetworks.com>
+
+       * gcc.dg/tree-ssa/ivopts-2.c: Match final candidates line only.
+
 2006-10-19  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
 
        PR libfortran/27895