PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / c99-stdint-2.c
blob08d9f6023d9f93eea0ea5635c2ed228d7bea0f09
1 /* Verify that <stdint.h> is present and follows the C99 requirements.
2 Freestanding version. */
3 /* { dg-do compile } */
4 /* { dg-options "-std=iso9899:1999 -pedantic-errors -ffreestanding" } */
5 /* { dg-require-effective-target ptr32plus } */
6 /* { dg-additional-options "-DSIGNAL_SUPPRESS" { target { ! signal } } } */
8 /* The test is that there are no diagnostics, so just include the
9 hosted version. */
10 #include "c99-stdint-1.c"