From patchwork Thu Sep 2 16:25:31 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [testsuite,stdint] Patch for gcc.dg/torture/pr44806.c Date: Thu, 02 Sep 2010 06:25:31 -0000 From: Steve Ellcey X-Patchwork-Id: 63504 Message-Id: <201009021625.o82GPVc11962@lucas.cup.hp.com> To: gcc-patches@gcc.gnu.org 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 * 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