2015-12-10 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / large-frame.c
blob2b6df1f6db8c8a5f03c1efe43890ce07389269c1
1 /* { dg-do compile } */
2 /* { dg-require-effective-target lp64 } */
3 /* { dg-final { scan-assembler "-429496" } } */
4 extern void dump (int *buf, int a);
6 void func (int a)
8 int bigbuf[1 << 30];
9 dump (bigbuf, a);