From patchwork Mon Dec 28 21:06:26 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John David Anglin X-Patchwork-Id: 561395 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id AC453140C9C for ; Tue, 29 Dec 2015 08:06:39 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=E/Aw5PUF; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :content-type:date:subject:to:message-id:mime-version; q=dns; s= default; b=fYmlmWZXhhoYQJupE4tRWs9hcTcvJE347L+abZnpyilDI1N7GxicD +pB+RaveQT/cCnoHrDSstODH2n267Bg3qWexCp6IC3t92mIzGLuQoez32lHH/VHW MwI/8CTeotqJP7sArMyJRh1OyDTvkHfnkuLZMQ3DOjrBiHFayiDcqw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :content-type:date:subject:to:message-id:mime-version; s= default; bh=Vujh0a+xss0rJKtlWZ1sAfiE4WU=; b=E/Aw5PUFmnuRm+SlXjzH d7MlEsq4nJFRpbBDP+RevfhLVspv3zaLP1/gvRH+zxGZ6xTvq/jgDJrbeDHU822z OIGXoM3hiRcP8AUCgClsfu039jzYTgWBnZ/OqaT3Bio5fY3PDS/w/At3+sftyCt/ JbU2MTCuMg21H8faF2C/IuY= Received: (qmail 125643 invoked by alias); 28 Dec 2015 21:06:31 -0000 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 Received: (qmail 125576 invoked by uid 89); 28 Dec 2015 21:06:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS, UNPARSEABLE_RELAY autolearn=ham version=3.3.2 spammy=dgskipif, dg-skip-if X-HELO: mtlfep02.bell.net Received: from belmont80srvr.owm.bell.net (HELO mtlfep02.bell.net) (184.150.200.80) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 28 Dec 2015 21:06:30 +0000 Received: from bell.net mtlfep02 184.150.200.30 by mtlfep02.bell.net with ESMTP id <20151228210626.SEFT23667.mtlfep02.bell.net@mtlspm02.bell.net> for ; Mon, 28 Dec 2015 16:06:26 -0500 Received: from [192.168.2.10] (really [70.53.62.134]) by mtlspm02.bell.net with ESMTP id <20151228210626.OKUE21879.mtlspm02.bell.net@[192.168.2.10]>; Mon, 28 Dec 2015 16:06:26 -0500 From: John David Anglin Date: Mon, 28 Dec 2015 16:06:26 -0500 Subject: [committed] Skip gcc.dg/pr49551.c on hppa*-*-hpux* To: GCC Patches Message-Id: Mime-Version: 1.0 (Apple Message framework v1085) X-Opwv-CommTouchExtSvcRefID: str=0001.0A020203.5681A452.018D, ss=1, re=0.000, fgs=0 Skip due to lack of function sections on 32-bit hpux targets. dave --- John David Anglin dave.anglin@bell.net 2015-12-28 John David Anglin * gcc.dg/pr49551.c: Skip on hppa*-*-hpux*. Index: gcc.dg/pr49551.c =================================================================== --- gcc.dg/pr49551.c (revision 231978) +++ gcc.dg/pr49551.c (working copy) @@ -1,6 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-O -fdata-sections" } */ -/* { dg-skip-if "-fdata-sections not supported" { nvptx-*-* } { "*" } { "" } } */ +/* { dg-skip-if "-fdata-sections not supported" { hppa*-*-hpux* nvptx-*-* } { "*" } { "" } } */ int x = 1; int x;