Commit 16ceb301 by Richard Guenther Committed by Richard Biener

pr27226.c: Remove testcase again.

2006-09-06  Richard Guenther  <rguenther@suse.de>

        * gcc.dg/pr27226.c: Remove testcase again.

From-SVN: r116722
parent 7034d31b
2006-09-06 Richard Guenther <rguenther@suse.de>
* gcc.dg/pr27226.c: Remove testcase again.
2006-09-05 Andrew Pinski <pinskia@physics.uc.edu>
PR tree-opt/28937
/* { dg-do compile } */
/* { dg-options "-O2" } */
char *strcpy (char *, const char *);
extern void g ();
f ()
{
struct {
int i;
char str[31];
} s;
strcpy (s.str, "text text text text text text text text");
g (s.str);
}
/* { dg-final { scan-assembler-not "memcpy" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment