Commit b61d8657 by Richard Guenther Committed by Richard Biener

fail11-frag.c: Adjust to not look like memset.

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
parent a8ab21e5
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> 2012-05-29 Joseph Myers <joseph@codesourcery.com>
* mf-impl.h: Fix typo. * mf-impl.h: Fix typo.
......
...@@ -10,7 +10,7 @@ y = x; ...@@ -10,7 +10,7 @@ y = x;
while (i--) while (i--)
{ {
++x; ++x;
*x = 0; *x = i;
} }
return 0; return 0;
} }
......
...@@ -10,7 +10,7 @@ y = x; ...@@ -10,7 +10,7 @@ y = x;
while (i--) while (i--)
{ {
++x; ++x;
*x = 0; *x = i;
} }
return 0; return 0;
} }
......
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