mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 12:10:39 +08:00
* gcc.dg/guality/param-5.c (clear_stack): Tweak.
From-SVN: r237707
This commit is contained in:
parent
49e76ff114
commit
e193b105a1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user