Commit d53c0398 by Eric Botcazou

* gcc.dg/guality/param-5.c (clear_stack): Tweak.

From-SVN: r237710
parent e0277d6b
......@@ -12,7 +12,7 @@ clear_stack (void)
{
char a[128 * 1024 + 128];
__builtin_memset (a, 0, 128);
__builtin_memset (a + 128 * 1024, 0, 128);
}
__attribute__((noinline, noclone)) void
......
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