OSDN Git Service

Fix PR #.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index a9cb57b..522ab1a 100644 (file)
@@ -1,3 +1,103 @@
+2009-07-23  Michael Matz  <matz@suse.de>
+
+       PR middle-end/40830
+       * gcc.dg/vect/vect-pre-interact.c: Require vect_float, and
+       don't set options ourself.
+
+2009-07-23  Simon Baldwin  <simonb@google.com>
+
+       * gcc.misc-tests/linkage.exp: Added -m64 to x86_64 linux target
+       native C compilation where required.
+
+2009-07-22  Doug Kwan  <dougkwan@google.com>
+
+       * gcc.c-torture/compile/20090721-1.c: New test.
+
+2009-07-22  Michael Matz  <matz@suse.de>
+
+       PR tree-optimization/35229
+       PR tree-optimization/39300
+       * gcc.dg/vect/vect-pre-interact.c: New test.
+
+2009-07-22  Richard Guenther  <rguenther@suse.de>
+
+       * g++.dg/lookup/using21.C: Fix duplicate paste.
+
+2009-07-22  Richard Guenther  <rguenther@suse.de>
+
+       PR c++/40799
+       * g++.dg/lookup/using21.C: New testcase.
+
+2009-07-21  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/init/aggr4.C: New.
+
+2009-07-21  Jason Merrill  <jason@redhat.com>
+
+       Core issue 934
+       * g++.dg/cpp0x/initlist22.C: New.
+
+2009-07-21  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.target/i386/vectorize8.c: New test.
+
+2009-07-21  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/40811
+       * lib/target-supports.exp (check_effective_target_vect_uintfloat_cvt):
+       Add i?86 and x86_64 targets.
+       * gcc.target/i386/vectorize7.c: New test.
+
+       PR target/40809
+       * gcc.target/i386/pr40809.c: New test.
+
+2009-07-21  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/40813
+       * g++.dg/opt/inline15.C: New test.
+
+2009-07-21  Paul Brook <paul@codesourcery.com>
+
+       * gcc.dg/vect/section-anchors-nest-1.c: New test.
+       * lib/target-supports.exp (check_effective_target_section_anchors):
+       Add arm*-*-*.
+
+2009-07-20  Olatunji Ruwase  <tjruwase@google.com>
+
+       * gcc.dg/plugin/finish_unit_plugin.c: New test.
+       * gcc.dg/plugin/finish_unit-test-1.c: New test.
+       * gcc.dg/plugin/plugin.exp: Added finish_unit_plugin.c test.
+
+2009-07-20  Adam Nemet  <anemet@caviumnetworks.com>
+
+       * gcc.target/mips/ext-3.c: New test.
+
+2009-07-20  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.dg/builtin-object-size-6.c: Adjust expected values. 
+       * gcc.dg/builtin-object-size-8.c: New test. 
+       * g++.dg/ext/builtin-object-size1.C: Adjust expected values.
+       * g++.dg/ext/builtin-object-size2.C: Likewise.
+
+       PR tree-optimization/40792
+       * gcc.dg/pr40792.c: New test.
+
+2009-07-20  Ira Rosen  <irar@il.ibm.com>
+
+       * gcc.dg/vect/vect-cond-1.c, gcc.dg/vect/vect-cond-2.c,
+       gcc.dg/vect/vect-cond-3.c, gcc.dg/vect/vect-cond-4.c,
+       gcc.dg/vect/vect-cond-5.c, gcc.dg/vect/vect-cond-6.c: New tests.
+
+2009-07-20  Christian Bruel  <christian.bruel@st.com>
+       
+       * gcc.target/sh/mfmovd.c: New test.
+       
+2009-07-19  Janne Blomqvist  <jb@gcc.gnu.org>
+           Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libfortran/40714
+       * gfortran.dg/eof_3.f90: New test.
+
 2009-07-18  Steven G. Kargl  <kargl@gcc.gnu.org>
 
        PR fortran/40727
        PR debug/40705
        * g++.dg/debug/dwarf2/typedef1.C: New test.
 
-       PR c++/403057
+       PR c++/40357
        * g++.dg/other/typedef3.C: New test.
 
 2009-07-14  Maxim Kuvyrkov  <maxim@codesourcery.com>