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

From-SVN: r237710
This commit is contained in:
Eric Botcazou 2016-06-22 14:35:50 +00:00
parent e0277d6b51
commit d53c039815

View File

@ -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