[patch, testsuite, stdint] Patch for gcc.dg/torture/pr44806.c

Steve Ellcey sje@cup.hp.com
Thu Sep 2 16:29:00 GMT 2010


Unless I get an objection I will check in this testsuite patch as
obvious.  The test includes stdint.h and uses uint32_t so it should only
be run on targets that support the stdint types.

Tested on IA64 HP-UX and Linux.

Steve Ellcey
sje@cup.hp.com


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

	* gcc.dg/torture/pr44806.c: Require stdint_types.


Index: gcc.dg/torture/pr44806.c
===================================================================
--- gcc.dg/torture/pr44806.c	(revision 163437)
+++ gcc.dg/torture/pr44806.c	(working copy)
@@ -1,4 +1,4 @@
-/* { dg-do run } */
+/* { dg-do run  { target { stdint_types } } } */
 
 #include <stdint.h>
 



More information about the Gcc-patches mailing list