1 /* { dg-do compile } */
2 /* { dg-options "-g -mgeneral-regs-only" } */
3
4 void
5 foo (const char *c, ...)
6 {
7 char buf[256];
8 buf[256 - 1] = '\0';
9 }
1 /* { dg-do compile } */
2 /* { dg-options "-g -mgeneral-regs-only" } */
3
4 void
5 foo (const char *c, ...)
6 {
7 char buf[256];
8 buf[256 - 1] = '\0';
9 }