aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/aarch64/scalar-mov.c
blob: 5e53d87a6d61df9cbd4599617bffdc20ee4f811d (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-g -mgeneral-regs-only" } */

void
foo (const char *c, ...)
{
  char buf[256];
  buf[256 - 1] = '\0';
}