OSDN Git Service

2010-09-03 Steve Ellcey <sje@cup.hp.com>
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Sep 2010 16:02:19 +0000 (16:02 +0000)
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Sep 2010 16:02:19 +0000 (16:02 +0000)
* gcc.dg/torture/pr44806.c: Add -std=c99 to access uint32_t.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163832 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr44806.c

index 213d02c..f9050a1 100644 (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
index d0002d3..8b67b10 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-options "-std=c99" } */
 
 #include <stdint.h>