OSDN Git Service

Add rdgsr, edge, and pixel-compare VIS tests.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 90fe936..1447608 100644 (file)
@@ -1,3 +1,158 @@
+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