https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69890
--- Comment #10 from Ilya Enkovich <ienkovich at gcc dot gnu.org> --- Author: ienkovich Date: Fri Apr 1 15:31:43 2016 New Revision: 234677 URL: https://gcc.gnu.org/viewcvs?rev=234677&root=gcc&view=rev Log: gcc/testsuite/ Backport from mainline r234666. 2016-04-01 Ilya Enkovich <enkovich....@gmail.com> PR target/69890 * gcc.dg/strlenopt.h (memmove): New. * gcc.target/i386/chkp-strlen-1.c: Include "../../gcc.dg/strlenopt.h" instead of "string.h". * gcc.target/i386/chkp-strlen-2.c: Likewise. * gcc.target/i386/chkp-strlen-3.c: Likewise. * gcc.target/i386/chkp-strlen-4.c: Likewise. * gcc.target/i386/chkp-strlen-5.c: Likewise. * gcc.target/i386/chkp-stropt-1.c: Likewise. * gcc.target/i386/chkp-stropt-10.c: Likewise. * gcc.target/i386/chkp-stropt-11.c: Likewise. * gcc.target/i386/chkp-stropt-12.c: Likewise. * gcc.target/i386/chkp-stropt-13.c: Likewise. * gcc.target/i386/chkp-stropt-14.c: Likewise. * gcc.target/i386/chkp-stropt-15.c: Likewise. * gcc.target/i386/chkp-stropt-16.c: Likewise. * gcc.target/i386/chkp-stropt-2.c: Likewise. * gcc.target/i386/chkp-stropt-3.c: Likewise. * gcc.target/i386/chkp-stropt-4.c: Likewise. * gcc.target/i386/chkp-stropt-5.c: Likewise. * gcc.target/i386/chkp-stropt-6.c: Likewise. * gcc.target/i386/chkp-stropt-7.c: Likewise. * gcc.target/i386/chkp-stropt-8.c: Likewise. * gcc.target/i386/chkp-stropt-9.c: Likewise. Modified: branches/gcc-5-branch/gcc/testsuite/ChangeLog branches/gcc-5-branch/gcc/testsuite/gcc.dg/strlenopt.h branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/chkp-strlen-1.c branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/chkp-strlen-2.c branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/chkp-strlen-3.c branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/chkp-strlen-4.c branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/chkp-strlen-5.c branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-1.c branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-10.c branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-11.c branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-12.c branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-13.c branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-14.c branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-15.c branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-16.c branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-2.c branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-3.c branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-4.c branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-5.c branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-6.c branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-7.c branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-8.c branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-9.c