pr44806.c: Add -std=c99 to access uint32_t.

2010-09-03  Steve Ellcey  <sje@cup.hp.com>

	* gcc.dg/torture/pr44806.c: Add -std=c99 to access uint32_t.

From-SVN: r163832
This commit is contained in:
Steve Ellcey 2010-09-03 16:02:19 +00:00 committed by Steve Ellcey
parent 4d8ff563af
commit 89039a6b5e
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-09-03 Steve Ellcey <sje@cup.hp.com>
* gcc.dg/torture/pr44806.c: Add -std=c99 to access uint32_t.
2010-09-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.target/x86_64/abi/avx/abi-avx.exp: Link with

View File

@ -1,4 +1,5 @@
/* { dg-do run } */
/* { dg-options "-std=c99" } */
#include <stdint.h>