]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pr27226.c: Remove testcase again.
authorRichard Guenther <rguenther@suse.de>
Wed, 6 Sep 2006 13:47:42 +0000 (13:47 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 6 Sep 2006 13:47:42 +0000 (13:47 +0000)
2006-09-06  Richard Guenther  <rguenther@suse.de>

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

From-SVN: r116722

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr27226.c [deleted file]

index 5f11f19baf65e9c3d4f52b474712af45874ce79d..c15dda40f9c2914dd385f576fe7325bf45b57106 100644 (file)
@@ -1,3 +1,7 @@
+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
diff --git a/gcc/testsuite/gcc.dg/pr27226.c b/gcc/testsuite/gcc.dg/pr27226.c
deleted file mode 100644 (file)
index df77a8c..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/* { 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" } } */