OSDN Git Service

Add rdgsr, edge, and pixel-compare VIS tests.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 99436d1..1447608 100644 (file)
@@ -1,3 +1,201 @@
+2011-09-26  David S. Miller  <davem@davemloft.net>
+
+       * gcc.target/sparc/wrgsr.c: New test.
+       * gcc.target/sparc/rdgsr.c: New test.
+       * gcc.target/sparc/edge.c: New test.
+       * gcc.target/sparc/fcmp.c: New test.
+
+2011-09-26  Janus Weil  <janus@gcc.gnu.org>
+
+       PR fortran/50515
+       * gfortran.dg/common_15.f90: New.
+
+       PR fortran/50517
+       * gfortran.dg/dummy_procedure_5.f90: New.
+       * gfortran.dg/interface_26.f90: Modified error message.
+       * gfortran.dg/proc_ptr_11.f90: Ditto.
+       * gfortran.dg/proc_ptr_15.f90: Ditto.
+       * gfortran.dg/proc_ptr_comp_20.f90: Ditto.
+       * gfortran.dg/proc_ptr_result_5.f90: Ditto.
+
+2011-09-26  Jason Merrill  <jason@redhat.com>
+
+       PR c++/50512
+       * g++.dg/overload/rvalue3.C: New.
+
+       PR c++/50523
+       * g++.dg/overload/ref-conv2.C: New.
+
+       * g++.dg/cpp0x/nsdmi-template1.C: New.
+
+2011-09-26  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * g++.dg/cpp0x/nullptr25.C: New.
+
+2011-09-26  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/50472
+       * gcc.dg/torture/pr50472.c: New testcase.
+
+2011-09-26  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/opt22.adb: New test.
+       * gnat.dg/opt22_pkg.ad[sb]: New helper.
+
+2011-09-26  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/opt21.adb: New test.
+       * gnat.dg/opt21_pkg.ad[sb]: New helper.
+
+2011-09-26  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/opt20.ad[sb]: New test.
+       * gnat.dg/opt20_pkg.ads: New helper.
+
+2011-09-26  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/array17.adb: New test.
+       * gnat.dg/array17_pkg.ads: New helper.
+
+2011-09-25  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/nsdmi-defer4.C: New.
+
+2011-09-25  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/frame_overflow.ads: New.
+       * gnat.dg/frame_overflow.adb: Adjust.
+       * gnat.dg/specs/addr1.ads: Likewise.
+
+2011-09-25  Jakub Jelinek  <jakub@redhat.com>
+
+       * g++.dg/tree-ssa/restrict2.C: New test.
+
+2011-09-25  Ira Rosen  <ira.rosen@linaro.org>
+
+       * lib/target-supports.exp (check_effective_target_vect64): New.
+       * gcc.dg/vect/bb-slp-11.c: Expect the error message twice in case
+       of multiple vector sizes.
+       * gcc.dg/vect/bb-slp-26.c: New.
+
+2011-09-25  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/50280
+       * g++.dg/template/bitfield1.C: New.
+
+2011-09-25  Ira Rosen  <ira.rosen@linaro.org>
+
+       * gcc.dg/vect/bb-slp-24.c: New.
+
+2011-09-24  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/nsdmi-eh1.C: New.
+
+       * g++.dg/cpp0x/nsdmi-defer3.C: New.
+
+       * g++.dg/cpp0x/nsdmi-defer1.C: New.
+       * g++.dg/cpp0x/nsdmi-defer2.C: New.
+
+       * g++.dg/cpp0x/nsdmi1.C: New.
+       * g++.dg/cpp0x/nsdmi2.C: New.
+       * g++.dg/cpp0x/nsdmi3.C: New.
+       * g++.dg/cpp0x/nsdmi4.C: New.
+       * g++.old-deja/g++.other/init4.C: New.
+
+2011-09-24  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/44267
+       * g++.dg/template/sfinae28.C: New.
+
+2011-09-23  Ian Lance Taylor  <iant@google.com>
+
+       * go.test/go-test.exp (errchk): Handle more cases of getting
+       correct Tcl backslash quoting in regular expressions in test file.
+
+2011-09-23  Jason Merrill  <jason@redhat.com>
+
+       Core 253
+       * g++.dg/init/const8.C: New.
+       * g++.dg/cpp0x/constexpr-object1.C: Add a data member.
+       * g++.dg/cpp0x/defaulted2.C: Likewise.
+       * g++.dg/cpp0x/pr42844-2.C: Likewise.
+       * g++.dg/init/pr20039.C: Likewise.
+       * g++.dg/init/pr42844.C: Likewise.
+
+2011-09-23  Jan Hubicka  <jh@suse.cz>
+
+       * gcc.dg/ipa/inline-1.c: new testcase.
+       * gcc.dg/ipa/inline-2.c: new testcase.
+       * gcc.dg/ipa/inline-3.c: new testcase.
+       * gcc.dg/ipa/inline-4.c: new testcase.
+
+2011-09-23  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/50258
+       * g++.dg/cpp0x/constexpr-static8.C: New.
+
+2011-09-23  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.target/i386/avxfp-1.c: New test.
+       * gcc.target/i386/avxfp-2.c: New test.
+
+2011-09-23  Terry Guo  <terry.guo@arm.com>
+
+       * gcc.c-torture/execute/941014-1.x: Deleted.
+
+2011-09-22  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/50491
+       * g++.dg/cpp0x/pr50491.C: New.
+
+2011-09-22  Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR testsuite/50487
+       * gfortran.dg/bessel_6.f90: Fix tolerance test.
+
+2011-09-22  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/50371
+       * g++.dg/cpp0x/nullptr24.C: New.
+
+2011-09-22  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/50482
+       * gcc.target/i386/pr50482.c: New test.
+
+2011-09-22  Joseph Myers  <joseph@codesourcery.com>
+
+       * gcc.target/i386/pad-2.c, gcc.target/i386/pad-3.c,
+       gcc.target/i386/pad-4.c, gcc.target/i386/pad-5a.c,
+       gcc.target/i386/pad-5b.c, gcc.target/i386/pad-6a.c,
+       gcc.target/i386/pad-6b.c, gcc.target/i386/pad-7.c,
+       gcc.target/i386/pad-8.c, gcc.target/i386/pad-9.c,
+       gcc.target/i386/pad-10.cm gcc.target/i386/vect-double-1.c: Skip if
+       multilib options contain different -march= from dg-options.
+
+2011-09-22  Jonathan Wakely  <jwakely.gcc@gmail.com>
+           Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/50344
+       * g++.dg/template/friend52.C: New.
+
+2011-09-22  Richard Sandiford  <richard.sandiford@linaro.org>
+
+       * gcc.target/arm/cmp-1.c: New test.
+       * gcc.target/arm/cmp-2.c: Likewise.
+
+2011-09-22  Janus Weil  <janus@gcc.gnu.org>
+
+       PR fortran/41733
+       * gfortran.dg/impure_actual_1.f90: Modified error message.
+       * gfortran.dg/proc_ptr_32.f90: New.
+       * gfortran.dg/proc_ptr_33.f90: New.
+
+2011-09-22  Ira Rosen  <ira.rosen@linaro.org>
+
+       PR tree-optimization/50451
+       * gcc.dg/vect/pr50451.c: New test.
+
 2011-09-21  Ian Lance Taylor  <iant@google.com>
 
        * go.test/go-test.exp (errchk): Add special case for bug332.
@@ -7,7 +205,7 @@
 2011-09-21  Uros Bizjak  <ubizjak@gmail.com>
 
        * g++.dg/other/i386-3.C: Remove duplicated dg-options.
-       * g++.dg/other/i386-4.C: Remove dg-requre-effective-target directive.
+       * g++.dg/other/i386-4.C: Remove dg-require-effective-target directive.
        * g++.dg/other/i386-8.C: Ditto.
        * g++.dg/other/pr34435.C: Ditto.
        * g++.dg/other/pr39496.C: Ditto.