OSDN Git Service

* gcc.dg/torture/pr26565.c: Expect warning on packed field for
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 63e7ef5..78cfd20 100644 (file)
@@ -1,3 +1,78 @@
+2007-03-19  Hans-Peter Nilsson  <hp@axis.com>
+
+       * gcc.dg/torture/pr26565.c: Expect warning on packed field for
+       target default_packed.
+
+2007-03-19  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       PR fortran/31203
+       * gfortran.dg/string_length_1.f90: New test.
+
+2007-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR testsuite/30395
+       * gcc.dg/pr16194.c: Provide define for REG on __hppa__.
+
+2007-03-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/31052
+       * gfortran.dg/namelist_27.f90: New test.
+
+2007-03-18  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/30531
+       * gfortran.dg/used_types_14.f90: New test.
+
+       PR fortran/31086
+       * gfortran.dg/used_types_15.f90: New test.
+
+2007-03-18  Dorit Nuzman  <dorit@il.ibm.com>
+
+       * gcc.dg/vect/no-tree-dom-vect-bug.c: New test.
+       * gcc.dg/vect/vect.exp: Compile tests with -fno-tree-dominator-opts.
+2007-03-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       PR fortran/31120
+       * gfortran.dg/integer_exponentiation_2.f90: New test.
+
+2007-03-17  Dorit Nuzman  <dorit@il.ibm.com>
+
+       PR tree-optimization/31041
+       * gcc.dg/vect/pr31041.c: New test.
+
+2007-03-16  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
+
+       * g++.dg/warn/Wconversion-integer.C: New
+       * g++.dg/warn/Wconversion-real.C: New.
+       * g++.dg/warn/Wconversion-real-integer.C: New.
+       * g++.dg/warn/conv2.C: Updated.
+       
+2007-03-16  Richard Sandiford  <richard@codesourcery.com>
+
+       * gcc.dg/intmax_t-1.c: Restrict XFAIL to VxWorks kernels;
+       exclude RTPs.
+
+2007-03-16  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/31146
+       * g++.dg/tree-ssa/pr31146.C: New testcase.
+
+2007-03-16  Richard Sandiford  <richard@codesourcery.com>
+
+       * lib/target-supports.exp (check_missing_uclibc_feature): Don't
+       assume that the target has <features.h>.
+
+2007-03-16  Richard Sandiford  <richard@codesourcery.com>
+
+       * gcc.dg/20020426-2.c: Add the fpic requirement to the PIC
+       dg-options rather than to the whole test.
+
+2007-03-16  Alexandre Oliva  <aoliva@redhat.com>
+
+       PR debug/29906
+       * g++.dg/debug/pr29906.C: New
+
 2007-03-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR libgfortran/31099