OSDN Git Service

2010-11-09 Jerry DeLisle <jvdelisle@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 4c348ba..52e7693 100644 (file)
@@ -1,3 +1,101 @@
+2010-11-09  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       * gfortran.dg/open_dev_null.f90: New test.
+
+2010-11-09   Jan Hubicka  <jh@suse.cz>
+
+       * testsuite/gcc.target/i386/recip-vec-sqrtf-avx.c: Update for loop unrolling.
+
+2010-11-09  Joseph Myers  <joseph@codesourcery.com>
+
+       * gcc.dg/struct-semi-4.c: New test.
+
+2010-11-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
+
+       * gcc.target/powerpc/ppc-fpconv-11.c: Use -mcpu=power5+, not
+       power5 to enable generation of FRIZ.
+
+       * gcc.target/powerpc/ppc-round.c: New file, test (double)(int)
+       optimization.
+
+       * gcc.target/powerpc/ppc-fpconv-2.c: Update # times lfiwax is
+       expected.
+
+2010-11-09  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/43808
+       * gfortran.dg/pr43808.f90: New test.
+
+2010-11-09  Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR tree-optimization/46036
+       * gfortran.dg/lto/pr46036_0.f90: New.
+
+2010-10-09  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/45663
+       * gcc.dg/guality/sra-1.c: Move all gdb-test lines to the second bar invocation
+       instead of first.
+
+       PR debug/46171
+       * gcc.dg/pr46171.c: New test.
+
+2010-11-09  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/46355
+       * gcc.dg/pr46355.c: New testcase.
+
+2010-11-09  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/46177
+       * gcc.dg/pr46177-2.c: New testcase.
+
+2010-11-09  Richard Guenther  <rguenther@suse.de>
+
+       PR testsuite/46312
+       * gcc.dg/vec-scal-opt.c: Move ...
+       * gcc.dg/vect/vect-scal-opt.c: ... here.
+       * gcc.dg/vec-scal-opt1.c: Move ...
+       * gcc.dg/vect/vect-scal-opt1.c: ... here.
+       * gcc.dg/vec-scal-opt2.c: Move ...
+       * gcc.dg/vect/vect-scal-opt2.c: ... here.
+
+2010-11-09  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/specs/static_initializer5.ads: New test.
+       * gnat.dg/specs/static_initializer5_pkg.ads: New helper.
+
+2010-11-09  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/46360
+       * gcc.c-torture/compile/pr46360.c: New test.
+
+       PR c++/45894
+       * g++.dg/warn/Wsequence-point-2.C: New test.
+
+2010-11-09  Janus Weil  <janus@gcc.gnu.org>
+
+       PR fortran/46313
+       * gfortran.dg/class_29.f03: New.
+
+2010-11-09  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/46221
+       * gcc.target/i386/alias-1.c: New testcase.
+
+2010-11-08  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/constexpr-sassert.C: New.
+
+2010-11-08  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/constexpr-defarg.C: New.
+
+2010-11-08  Xinliang David Li  <davidxl@google.com>
+
+       PR tree-optimization/46316
+       * gcc.c-torture/execute/pr46316.c: New test.
+       
 2010-11-08  Janus Weil  <janus@gcc.gnu.org>
 
        PR fortran/46344