Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / mpx / macro.c
blob00d467bd19d09b98e2d1d1a0b16a6e7a16a3462d
1 /* { dg-do compile } */
2 /* { dg-options "-fcheck-pointer-bounds -mmpx" } */
5 #include "mpx-check.h"
7 #ifndef __MPX__
8 #error -mmpx is required
9 #endif
11 #ifndef __CHKP__
12 #error -fcheck-pointer-bounds is required
13 #endif
15 int mpx_test (int argc, const char **argv)
17 return 0;