From patchwork Sat Mar 10 22:04:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John David Anglin X-Patchwork-Id: 145907 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 BBA0CB6FA5 for ; Sun, 11 Mar 2012 09:04:31 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1332021873; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:Cc:Subject:Message-ID:Reply-To:MIME-Version:Content-Type: Content-Disposition:User-Agent:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=3pWGTRHYI+dSh4r3ws6Ck6V/oeA=; b=VUybuipra606I2t cfuq2Xup2JbjgAPFfb7Sz638QfGS27jtKNWTzWvhUHOodJ9v8xMbyXyOTzBHxUeD LDHK9083i3oGMsgaWutIzNzqReQPOfy9tJrZRH7x4+PTXFOOK3lPsbDNUxSgCSd3 jwQ16dxClxz1QPGaeaLpR06KfTNs= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Date:From:To:Cc:Subject:Message-ID:Reply-To:MIME-Version:Content-Type:Content-Disposition:User-Agent:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=RbKEvTvVBQ+SO9XqC9wEN+5i4WKCva853xZRljXrR+V7fxMWAGmgyTMSGNylbP 8SDZn+i6pJr1INsLJ/ARxZlxSd/S8G0xerNt1PN69uYxbIPzXWqr9S89H+hgIgS7 GVe+RAUhr6yXexQOCXWGg+zz7uoXX4mMdmmyA3T9/7KLQ=; Received: (qmail 30206 invoked by alias); 10 Mar 2012 22:04:29 -0000 Received: (qmail 30192 invoked by uid 22791); 10 Mar 2012 22:04:28 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL, BAYES_40, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from hiauly1.hia.nrc.ca (HELO hiauly1.hia.nrc.ca) (132.246.10.84) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 10 Mar 2012 22:04:15 +0000 Received: by hiauly1.hia.nrc.ca (Postfix, from userid 1000) id 5313A5011; Sat, 10 Mar 2012 17:04:12 -0500 (EST) Date: Sat, 10 Mar 2012 17:04:11 -0500 From: John David Anglin To: gcc-patches@gcc.gnu.org Cc: rguenth@gcc.gnu.org, jakub@redhat.com Subject: [committed] Fix failure of gcc.dg/torture/pr52407.c on hppa*-*-hpux* Message-ID: <20120310220411.GA3188@hiauly1.hia.nrc.ca> Reply-To: John David Anglin MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) 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 Work around limited alignment of common. Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11. Committed to trunk. Ok for 4.7? Dave Index: gcc.dg/torture/pr52407.c =================================================================== --- gcc.dg/torture/pr52407.c (revision 184849) +++ gcc.dg/torture/pr52407.c (working copy) @@ -1,4 +1,5 @@ /* { dg-do run } */ +/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */ extern void abort (void);