* gcc.dg/guality/param-5.c (clear_stack): Tweak.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 22 Jun 2016 14:35:50 +0000 (14:35 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 22 Jun 2016 14:35:50 +0000 (14:35 +0000)
From-SVN: r237710

gcc/testsuite/gcc.dg/guality/param-5.c

index 3ef1ad1..8ca82ea 100644 (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