Commit e193b105 by Eric Botcazou

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

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