re PR tree-optimization/83501 (strlen(a) not folded after strcpy(a, "..."))

2018-01-14  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>

	PR tree-optimization/83501
	* gcc.dg/strlenopt-39.c: Restrict to i?86 and x86_64-*-* targets.

From-SVN: r256657
This commit is contained in:
Prathamesh Kulkarni 2018-01-14 08:58:58 +00:00 committed by Prathamesh Kulkarni
parent a3a821c903
commit 61760b925c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2018-01-14 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
PR tree-optimization/83501
* gcc.dg/strlenopt-39.c: Restrict to i?86 and x86_64-*-* targets.
2018-01-10 Kelvin Nilsen <kelvin@gcc.gnu.org>
* gcc.target/powerpc/pr48857.c: Modify dejagnu directives to look

View File

@ -1,5 +1,5 @@
/* PR tree-optimization/83444
{ dg-do compile }
{ dg-do compile { target i?86-*-* x86_64-*-* } }
{ dg-options "-O2 -fdump-tree-optimized" } */
#include "strlenopt.h"