OSDN Git Service

2012-01-30 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / c99-stdint-2.c
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-xfail-if "ptrdiff size is 16bits" { avr-*-* } } */
6 /* The test is that there are no diagnostics, so just include the
7    hosted version.  */
8 #include "c99-stdint-1.c"