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

From-SVN: r237707
This commit is contained in:
Eric Botcazou 2016-06-22 14:28:57 +00:00
parent 49e76ff114
commit e193b105a1

View File

@ -12,7 +12,7 @@ clear_stack (void)
{
char a[128 * 1024 + 128];
__builtin_memset (a, 0, sizeof (a));
__builtin_memset (a, 0, 128);
}
__attribute__((noinline, noclone)) void