pr41555.c: Require stdint types.

* gcc.dg/torture/pr41555.c: Require stdint types.

From-SVN: r165258
This commit is contained in:
John David Anglin 2010-10-10 18:12:28 +00:00 committed by John David Anglin
parent c3347925b8
commit 4d90bcc2c8
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-10-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* gcc.dg/torture/pr41555.c: Require stdint types.
2010-10-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
Backport from mainline

View File

@ -1,5 +1,6 @@
/* { dg-do run } */
/* { dg-options "-std=c99" } */
/* { dg-require-effective-target stdint_types } */
#include <stdint.h>
#include <limits.h>