[committed][RISC-V][PR target/114139] Verify we have a CONST_INT before extracting...
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr67265-2.c
blob690a78455572d17bc8dec0cb35caae9f62ff1e67
1 /* { dg-do compile } */
2 /* { dg-require-stack-check "" } */
3 /* { dg-options "-O -fstack-check" } */
5 void foo (int n)
7 volatile char arr[64 * 1024];
9 arr[n] = 1;