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:
parent
a3a821c903
commit
61760b925c
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user