From patchwork Thu Sep 2 16:25:31 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Ellcey X-Patchwork-Id: 63504 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 43676B717F for ; Fri, 3 Sep 2010 02:25:49 +1000 (EST) Received: (qmail 9995 invoked by alias); 2 Sep 2010 16:25:42 -0000 Received: (qmail 9884 invoked by uid 22791); 2 Sep 2010 16:25:40 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from g4t0014.houston.hp.com (HELO g4t0014.houston.hp.com) (15.201.24.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Sep 2010 16:25:35 +0000 Received: from g4t0009.houston.hp.com (g4t0009.houston.hp.com [16.234.32.26]) by g4t0014.houston.hp.com (Postfix) with ESMTP id 5DA3924692 for ; Thu, 2 Sep 2010 16:25:32 +0000 (UTC) Received: from lucas.cup.hp.com (lucas.cup.hp.com [15.244.97.116]) by g4t0009.houston.hp.com (Postfix) with ESMTP id 0C7F2C012 for ; Thu, 2 Sep 2010 16:25:31 +0000 (UTC) Received: (from sje@localhost) by lucas.cup.hp.com (8.11.1 (PHNE_35485)/8.11.1) id o82GPVc11962 for gcc-patches@gcc.gnu.org; Thu, 2 Sep 2010 09:25:31 -0700 (PDT) Date: Thu, 2 Sep 2010 09:25:31 -0700 (PDT) From: Steve Ellcey Message-Id: <201009021625.o82GPVc11962@lucas.cup.hp.com> To: gcc-patches@gcc.gnu.org Subject: [patch, testsuite, stdint] Patch for gcc.dg/torture/pr44806.c Reply-to: sje@cup.hp.com Mime-Version: 1.0 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list 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