From patchwork Fri Mar 15 07:08:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jakub Jelinek X-Patchwork-Id: 227859 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 9BB552C00D5 for ; Fri, 15 Mar 2013 18:09:06 +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=1363936147; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Received:Date:From:To: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=Ekuf17oTIm1SfhDh0HQc P5F4Bhc=; b=c7eiL25fVzzo0097TxQI9XKPwQiUcMfum/6TfL2vX+o0jGWWL2vz mHl3tikBMqn/fV16DlIDVMX+xSjLoQ2hDmHzQ2jl95SxVr5ubJFReISJgyuCaHlJ 0/gYMwJhtOm2MRpBDn26vmmgHqzEdyIPSRGzFycIeGbzf3OISQPSzHo= 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:Received:Received:Received:Date:From:To:Subject:Message-ID:Reply-To:MIME-Version:Content-Type:Content-Disposition:User-Agent:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=Hde+I6ZMhZkJDh9bo3U+HnKLuvuUzZsaxkp2cZDbIta1dt3D+9k7ESeZ73cX5i HWBmCbE8Ilp4qpKY9XwXO1iEa/yD1mezgXJwr0Ghi+2zRZ4YsZhf25Ur+hjQE0DQ 7/n/8n+T2Sx6mCA9FUHz0hOXOVbBXi1b0APp4ShCvUVpg=; Received: (qmail 25479 invoked by alias); 15 Mar 2013 07:08:54 -0000 Received: (qmail 25464 invoked by uid 22791); 15 Mar 2013 07:08:53 -0000 X-SWARE-Spam-Status: No, hits=-7.5 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, KHOP_SPAMHAUS_DROP, RCVD_IN_DNSWL_HI, RCVD_IN_HOSTKARMA_W, RP_MATCHES_RCVD, SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 15 Mar 2013 07:08:44 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r2F78iRg002624 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 15 Mar 2013 03:08:44 -0400 Received: from zalov.cz (vpn1-4-71.ams2.redhat.com [10.36.4.71]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r2F78gZv003887 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 15 Mar 2013 03:08:43 -0400 Received: from zalov.cz (localhost [127.0.0.1]) by zalov.cz (8.14.5/8.14.5) with ESMTP id r2F78fdq010863 for ; Fri, 15 Mar 2013 08:08:41 +0100 Received: (from jakub@localhost) by zalov.cz (8.14.5/8.14.5/Submit) id r2F78f7s010862 for gcc-patches@gcc.gnu.org; Fri, 15 Mar 2013 08:08:41 +0100 Date: Fri, 15 Mar 2013 08:08:40 +0100 From: Jakub Jelinek To: gcc-patches@gcc.gnu.org Subject: [committed] Fix up gcc.dg/tree-ssa/pr55579.c test (PR debug/56307) Message-ID: <20130315070840.GJ12913@tucnak.redhat.com> Reply-To: Jakub Jelinek MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes 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 Hi! As this supposedly affects all targets that don't default to DWARF debug info, I've committed this fix as obvious to force using -fvar-tracking-assignments everywhere. Tested on x86_64-linux and with cross to hppa2.0w-hp-hpux11.11. 2013-03-15 Jakub Jelinek PR debug/56307 * gcc.dg/tree-ssa/pr55579.c: Add -fvar-tracking-assignments to dg-options. Remove 32-bit hppa*-*-hpux* xfail. Jakub --- gcc/testsuite/gcc.dg/tree-ssa/pr55579.c.jj 2013-03-12 09:59:36.000000000 +0100 +++ gcc/testsuite/gcc.dg/tree-ssa/pr55579.c 2013-03-15 08:03:17.056166515 +0100 @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-O2 -g -fdump-tree-esra" } */ +/* { dg-options "-O2 -g -fdump-tree-esra -fvar-tracking-assignments" } */ struct S { int a; char b; char c; short d; }; @@ -11,6 +11,5 @@ foo (int x) return x; } -/* Test fails on 32-bit hppa*-*-hpux*. See PR debug/56307. */ -/* { dg-final { scan-tree-dump "Created a debug-only replacement for s" "esra" { xfail { hppa*-*-hpux* && { ! lp64 } } } } } */ +/* { dg-final { scan-tree-dump "Created a debug-only replacement for s" "esra" } } */ /* { dg-final { cleanup-tree-dump "esra" } } */