]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.target/i386/mpx/pr79987.c
Daily bump.
[thirdparty/gcc.git] / gcc / testsuite / gcc.target / i386 / mpx / pr79987.c
1 /* { dg-do compile } */
2 /* { dg-options "-fcheck-pointer-bounds -mmpx" } */
3
4 extern void foo;
5 void *bar = &foo; /* { dg-warning "taking address of expression of type .void." } */