diff options
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r-- | gcc/testsuite/ChangeLog | 137 |
1 files changed, 119 insertions, 18 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d27064c78ad..53f5e27d946 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,107 @@ +2014-04-22 Richard Sandiford <rdsandiford@googlemail.com> + + * gcc.dg/memcpy-5.c: New test. + +2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * gcc.c-torture/compile/pr28865.c: Remove dg-xfail-if. + + * gcc.dg/c99-stdint-6.c: Remove dg-options for *-*-solaris2.9. + * gcc.dg/lto/20090210_0.c: Remove dg-extra-ld-options for + *-*-solaris2.9. + * gcc.dg/torture/pr47917.c: Remove dg-options for *-*-solaris2.9. + * gcc.target/i386/pr22076.c: Remove i?86-*-solaris2.9 handling + from dg-options. + * gcc.target/i386/pr22152.c: Remove i?86-*-solaris2.9 handling + from dg-additional-options. + * gcc.target/i386/vect8-ret.c: Remove i?86-*-solaris2.9 handling + from dg-options. + + * gcc.dg/vect/tree-vect.h (check_vect): Remove Solaris 9 SSE2 + execution check. + * gcc.target/i386/sse-os-support.h [__sun__ && __svr4__] + (sigill_hdlr): Remove. + (sse_os_support) [__sun__ && __svr4__]: Remove SSE execution + check. + + * gfortran.dg/erf_3.F90: Remove sparc*-*-solaris2.9* handling. + * gfortran.dg/fmt_en.f90: Remove i?86-*-solaris2.9* handling. + * gfortran.dg/round_4.f90: Remove *-*-solaris2.9* handling. + + * lib/target-supports.exp (add_options_for_tls): Remove + *-*-solaris2.9* handling. + +2014-04-22 Vidya Praveen <vidyapraveen@arm.com> + + * gcc.target/aarch64/vect_cvtf_1.c: New. + +2014-04-22 Jakub Jelinek <jakub@redhat.com> + + PR tree-optimization/60823 + * c-c++-common/gomp/pr60823-1.c: New test. + * c-c++-common/gomp/pr60823-2.c: New test. + * c-c++-common/gomp/pr60823-3.c: New test. + +2014-04-22 Ian Bolton <ian.bolton@arm.com> + + * gcc.target/arm/anddi_notdi-1.c: New test. + * gcc.target/arm/iordi_notdi-1.c: New test case. + +2014-04-22 Ian Bolton <ian.bolton@arm.com> + + * gcc.target/arm/iordi_notdi-1.c: New test. + +2014-04-22 Alex Velenko <Alex.Velenko@arm.com> + + * gcc.target/aarch64/vrnd_f64_1.c : New file. + +2014-04-21 Michael Meissner <meissner@linux.vnet.ibm.com> + + PR target/60735 + * gcc.target/powerpc/pr60735.c: New test. Insure _Decimal64 does + not cause errors if -mspe. + +2014-04-21 Uros Bizjak <ubizjak@gmail.com> + + PR target/60909 + * gcc.target/i386/pr60909-1.c: New test. + * gcc.target/i386/pr60909-2.c: Ditto. + +2014-04-18 Cong Hou <congh@google.com> + + * gcc.dg/vect/vect-widen-mult-u8-s16-s32.c: New test. + * gcc.dg/vect/vect-widen-mult-u8-u32.c: New test. + +2014-04-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com> + + * gcc.dg/vmx/merge-vsx.c: Add V4SI and V4SF tests. + * gcc.dg/vmx/merge-vsx-be-order.c: Likewise. + +2014-04-17 Paolo Carlini <paolo.carlini@oracle.com> + + PR c++/59200 + * g++.dg/cpp0x/alias-decl-42.C: New. + +2014-04-17 Pat Haugen <pthaugen@us.ibm.com> + + * gcc.target/powerpc/ti_math1.c: New. + * gcc.target/powerpc/ti_math2.c: New. + +2014-04-17 Martin Jambor <mjambor@suse.cz> + + * gnat.dg/opt34.adb: New. + * gnat.dg/opt34_pkg.ads: Likewise. + +2014-04-17 Trevor Saunders <tsaunders@mozilla.com> + + * g++.dg/plugin/dumb_plugin.c, g++.dg/plugin/selfasign.c, + gcc.dg/plugin/one_time_plugin.c, gcc.dg/plugin/selfasign.c: Adjust. + +2014-04-17 Trevor Saunders <tsaunders@mozilla.com> + + * g++.dg/plugin/dumb_plugin.c, g++.dg/plugin/selfassign.c, + gcc.dg/plugin/one_time_plugin.c, gcc.dg/plugin/selfassign.c: Adjust. + 2014-04-17 Jakub Jelinek <jakub@redhat.com> PR target/60847 @@ -122,7 +226,7 @@ * gcc.dg/lto/pr55113_0.c: Skip on i?86-*-solaris2.1[0-1]*. 2014-04-14 Richard Biener <rguenther@suse.de> - Marc Glisse <marc.glisse@inria.fr> + Marc Glisse <marc.glisse@inria.fr> PR c/60819 * gcc.target/i386/vec-may_alias.c: New testcase. @@ -299,8 +403,7 @@ 2014-04-08 Jason Merrill <jason@redhat.com> - * lib/gcc-dg.exp (dg-build-dso): Reset dg-do-what-default to - compile. + * lib/gcc-dg.exp (dg-build-dso): Reset dg-do-what-default to compile. 2014-04-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> @@ -420,10 +523,10 @@ 2014-04-04 Martin Jambor <mjambor@suse.cz> PR ipa/60640 - * g++.dg/ipa/pr60640-1.C: New test. - * g++.dg/ipa/pr60640-2.C: Likewise. - * g++.dg/ipa/pr60640-3.C: Likewise. - * g++.dg/ipa/pr60640-4.C: Likewise. + * g++.dg/ipa/pr60640-1.C: New test. + * g++.dg/ipa/pr60640-2.C: Likewise. + * g++.dg/ipa/pr60640-3.C: Likewise. + * g++.dg/ipa/pr60640-4.C: Likewise. 2014-04-04 Jeff Law <law@redhat.com> @@ -535,7 +638,7 @@ 2014-04-01 Fabien ChĂȘne <fabien@gcc.gnu.org> - * g++.dg/init/ctor4.C: Adjust. + * g++.dg/init/ctor4.C: Adjust. * g++.dg/init/ctor4-1.C: New. * g++.dg/cpp0x/defaulted2.C: Adjust. @@ -623,8 +726,8 @@ 2014-03-27 Jeff Law <law@redhat.com> - PR target/60648 - * g++.dg/pr60648.C: New test. + PR target/60648 + * g++.dg/pr60648.C: New test. 2014-03-28 Adam Butcher <adam@jessamine.co.uk> @@ -657,14 +760,13 @@ 2014-03-28 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> - * gcc.dg/tree-ssa/ssa-dom-thread-4.c: Remove s390 special - option. + * gcc.dg/tree-ssa/ssa-dom-thread-4.c: Remove s390 special option. * lib/target-supports.exp: Return true for s390 - in check_effective_logical_op_short_circuit. + in check_effective_logical_op_short_circuit. 2014-03-28 Kirill Yukhin <kirill.yukhin@intel.com> - * gcc.target/i386/avx512f-vshuff32x4-2.c: Fix initialization + * gcc.target/i386/avx512f-vshuff32x4-2.c: Fix initialization of second source operand. * gcc.target/i386/avx512f-vshuff64x2-2.c: Ditto. * gcc.target/i386/avx512f-vshufi32x4-2.c: Ditto. @@ -799,8 +901,8 @@ 2014-03-24 Marek Polacek <polacek@redhat.com> - * c-c++-common/ubsan/div-by-zero-4.c: Don't include limits.h. Define - INT_MIN. + * c-c++-common/ubsan/div-by-zero-4.c: Don't include limits.h. + Define INT_MIN. * c-c++-common/ubsan/overflow-1.c: Check for unwanted output. * c-c++-common/ubsan/overflow-add-1.c: Likewise. * c-c++-common/ubsan/overflow-mul-1.c: Likewise. @@ -885,8 +987,7 @@ 2014-03-21 Tobias Burnus <burnus@net-b.de> PR fortran/60599 - * lib/gcc-dg.exp (scan-module): Uncompress .mod files for - reading. + * lib/gcc-dg.exp (scan-module): Uncompress .mod files for reading. 2014-03-20 Jakub Jelinek <jakub@redhat.com> |