]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fail11-frag.c: Adjust to not look like memset.
authorRichard Guenther <rguenther@suse.de>
Fri, 13 Jul 2012 13:11:37 +0000 (13:11 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 13 Jul 2012 13:11:37 +0000 (13:11 +0000)
2012-07-13  Richard Guenther  <rguenther@suse.de>

* testsuite/libmudflap.c/fail11-frag.c: Adjust to not look like memset.
* testsuite/libmudflap.c/fail12-frag.c: Likewise.

From-SVN: r189463

libmudflap/ChangeLog
libmudflap/testsuite/libmudflap.c/fail11-frag.c
libmudflap/testsuite/libmudflap.c/fail12-frag.c

index 036c018ae5cf7d340eb8a379c4a59384f497c684..f86730e2090d9d268c79c9d30295aeb0e1528103 100644 (file)
@@ -1,3 +1,8 @@
+2012-07-13  Richard Guenther  <rguenther@suse.de>
+
+       * testsuite/libmudflap.c/fail11-frag.c: Adjust to not look like memset.
+       * testsuite/libmudflap.c/fail12-frag.c: Likewise.
+
 2012-05-29  Joseph Myers  <joseph@codesourcery.com>
 
        * mf-impl.h: Fix typo.
index ebd1db9671794ff210193c13db16053decc13813..8cd4a5329dec39517aed43bdc66db914f42ff0db 100644 (file)
@@ -10,7 +10,7 @@ y = x;
 while (i--)
 {
   ++x;
-  *x = 0;
+  *x = i;
 }
 return 0;
 }
index 46dbdb23642575bf5d3b4a352fecf54c4d114bae..7491fed7c1f2faf24ccc0019afaa7879f5f7dccc 100644 (file)
@@ -10,7 +10,7 @@ y = x;
 while (i--)
 {
   ++x;
-  *x = 0;
+  *x = i;
 }
 return 0;
 }