mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 15:31:11 +08:00
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:
parent
4d8ff563af
commit
89039a6b5e
@ -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
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-std=c99" } */
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user