OSDN Git Service

2007-02-23 Paolo Bonzini <bonzini@gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index b5f91c5..26ad4bf 100644 (file)
@@ -1,3 +1,116 @@
+2007-02-23  Paolo Bonzini  <bonzini@gnu.org>
+
+        PR tree-optimization/30904
+       * gcc.dg/pr30904.c: New test.
+
+2007-02-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
+
+       * gcc.test-framework/README: Correct command.
+       * gcc.test-framework/dg-outexistsnot-exp-P.c: Replace -W with
+       -Wunused-value.
+       * gcc.test-framework/dg-outexists-exp-F.c: Likewise.
+       
+2007-02-23  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * lib/target-supports.exp (check_effective_target_unwrapped): New.
+
+2007-02-23  Mark Mitchell  <mark@codesourcery.com>
+
+       * lib/target-supports.exp (check_effective_target_newlib): New
+       function.
+
+2007-02-23  Paul Thomas <pault@gcc.gnu.org>
+
+       PR fortran/30660
+       * gfortran.dg/alloc_comp_basics_4.f90: Add component with an
+       allocatable component.
+
+
+2007-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/torture/builtin-logb-1.c: New test.
+       * gcc.dg/torture/builtin-math-2.c: Test logb/ilogb.
+       * gcc.dg/torture/builtin-nonneg-1.c: Test significand.
+       * gcc.dg/torture/builtin-frexp-1.c: Use -fno-finite-math-only on
+       sh* targets.
+       
+2007-02-23  Richard Guenther  <rguenther@suse.de>
+
+       * g++.dg/warn/changes-meaning.C: New testcase.
+
+2007-02-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/30910    
+       * gfortran.dg/fmt_zero_precision.f90: Update test.
+
+2007-02-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/torture/builtin-frexp-1.c: New test.
+
+2007-02-22  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.dg/opt/switch4.C: Pass -fshort-enums -w.
+
+2007-02-22  Ian Lance Taylor  <iant@google.com>
+
+       PR debug/30898
+       * g++.dg/debug/pr30898.C: New test.
+
+2007-02-22  Ira Rosen  <irar@il.ibm.com>
+
+       * gcc.dg/vect/vect-106.c: New test.
+
+2007-02-22  Dorit Nuzman  <dorit@il.ibm.com>
+            Ira Rosen  <irar@il.ibm.com> 
+
+       PR tree-optimization/30843
+       * gcc.dg/vect/pr30843.c: New test.
+
+2007-02-22  Dorit Nuzman  <dorit@il.ibm.com>
+
+        PR tree-optimization/30858
+       * gcc.dg/vect/pr30858.c: New test.
+
+2007-02-21  Mark Mitchell  <mark@codesourcery.com>
+
+       * lib/wrapper.exp (${tool}_maybe_build_wrapper): Allow the caller
+       to set options for compiling testglue.
+       * lib/g++.exp (g++_init): Compile testglue with -fexceptions.
+       * lib/obj-c++.exp (obj-c++_init): Likewise.
+
+2007-02-21  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/derived_aggregate.adb: New test.
+
+2007-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/torture/builtin-ldexp-1.c: Use -fno-finite-math-only on
+       sh* targets.  Call the correct CKSGN macro.
+
+2007-02-21  Jakub Jelinek  <jakub@redhat.com>
+
+       * gfortran.dg/gomp/omp_parse1.f90: New test.
+       * gfortran.dg/gomp/omp_parse2.f: New test.
+
+2007-02-20  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       PR fortran/30869
+       * gfortran.dg/do_pointer_1.f90:  New test.
+
+2007-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/torture/builtin-nonneg-1.c: Add checks for scalb, scalbn
+       and scalbln.
+
+2007-02-20  Geoffrey Keating  <geoffk@apple.com>
+
+       * gcc.dg/darwin-minversion-1.c: New.
+       * gcc.dg/darwin-minversion-2.c: New.
+
+2007-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/builtins-34.c: Add scalb/scalbn/scalbln cases.
+
 2007-02-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
             DJ Delorie <dj@redhat.com>
 
 
 2007-02-18  Roger Sayle  <roger@eyesopen.com>
 
-        * gfortran.dg/forall_10.f90: New test case.
+       * gfortran.dg/forall_10.f90: New test case.
 
 2007-02-18  Eric Botcazou  <ebotcazou@adacore.com>
 
 
 2007-01-06  Lee Millward  <lee.millward@codesourcery.com>
 
-       PR c++/19439
-       * g++.dg/template/duplicate1.C: New test
-       * g++.dg/template/memfriend6.C: Adjust error markers.
+       PR c++/19439
+       * g++.dg/template/duplicate1.C: New test
+       * g++.dg/template/memfriend6.C: Adjust error markers.
        
 2007-01-05  Andrew Pinski  <Andrew_Pinski@playstation.sony.com>