From patchwork Sun Oct 10 18:18:48 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [committed] Require stdint types for gcc.dg/torture/pr41555.c on 4.4 branch Date: Sun, 10 Oct 2010 08:18:48 -0000 From: John David Anglin X-Patchwork-Id: 67360 Message-Id: <20101010181847.GA4135@hiauly1.hia.nrc.ca> To: gcc-patches@gcc.gnu.org On the 4.4 branch, we need to require stdint types for gcc.dg/torture/pr41555.c. Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11. Committed as obvious. Dave Index: gcc.dg/torture/pr41555.c =================================================================== --- gcc.dg/torture/pr41555.c (revision 165233) +++ gcc.dg/torture/pr41555.c (working copy) @@ -1,5 +1,6 @@ /* { dg-do run } */ /* { dg-options "-std=c99" } */ +/* { dg-require-effective-target stdint_types } */ #include #include