Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / mpx / frame-address-1-nov.c
blob87cc2dd1cfcb244562d4e3518c2920f7df2882f4
1 /* { dg-do run } */
2 /* { dg-options "-fcheck-pointer-bounds -mmpx" } */
5 #include "mpx-check.h"
7 int mpx_test (int argc, const char **argv)
9 void **fa = (void **)__builtin_frame_address (0);
10 printf ("%p\n", *fa);
11 return 0;