From patchwork Tue Feb 7 19:18:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Sandiford X-Patchwork-Id: 139996 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 13E12B6FA1 for ; Wed, 8 Feb 2012 06:18:36 +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=1329247117; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:From:To:Mail-Followup-To:Subject:Date:Message-ID: User-Agent:MIME-Version:Content-Type:Mailing-List:Precedence: List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=7y2k9ueflbUaRjhrGBCW117Rgnw=; b=Q41TRGaGGEIJXMV CYvmnHWQbFLGjCZEJwCc65rWoZ0FSL0TgsSM6w7LG9L1aFj8unT4eJm/aCkyDv46 qXK4Ya4yc7qOEmfGuYuCdh+U010Ptknq9EGxnYOBkYimxrDEwe1qDt1DN4poAblE IRiWJnsQt5rV2JDw1iKkGRBLlGjE= 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:From:To:Mail-Followup-To:Subject:Date:Message-ID:User-Agent:MIME-Version:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=ws1eW/cYwWKpQKIj8pxXmgMJnAVKOQRUpeQvpyWgYH6BSywGkkmkuGsHrn57FR Y4Ys4WMaPpf9d0ko5N689SCPC1BDhvGpD6DDeBNsAm9kGqtB4SrbiI7bhBmwqAld 5LNmAG6aDcFT+k3glrHIYfm49t7k0REkKGIzWG0sjtbTU=; Received: (qmail 5649 invoked by alias); 7 Feb 2012 19:18:31 -0000 Received: (qmail 5615 invoked by uid 22791); 7 Feb 2012 19:18:30 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-we0-f175.google.com (HELO mail-we0-f175.google.com) (74.125.82.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 07 Feb 2012 19:18:16 +0000 Received: by werc1 with SMTP id c1so6115852wer.20 for ; Tue, 07 Feb 2012 11:18:15 -0800 (PST) Received: by 10.180.109.198 with SMTP id hu6mr21926964wib.16.1328642295350; Tue, 07 Feb 2012 11:18:15 -0800 (PST) Received: from localhost (rsandifo.gotadsl.co.uk. [82.133.89.107]) by mx.google.com with ESMTPS id fl2sm17957568wib.1.2012.02.07.11.18.14 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Feb 2012 11:18:14 -0800 (PST) From: Richard Sandiford To: gcc-patches@gcc.gnu.org Mail-Followup-To: gcc-patches@gcc.gnu.org, rdsandiford@googlemail.com Subject: [MIPS, committed] XFAIL objc.dg/stabs-1.m for mips*-elf* Date: Tue, 07 Feb 2012 19:18:14 +0000 Message-ID: <87zkcuv4eh.fsf@firetop.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) 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 objc.dg/stabs-1.m fails for mips*-elf* targets because tm_file is missing a dbxelf.h include. A fix for that isn't suitable during stage 4, so let's fail it in the meantime. Tested on mips64-linux-gnu and various ELF targets. Applied. Richard gcc/testsuite/ PR target/52152 * objc.dg/stabs-1.m: XFAIL for mips*-*-elf*. Index: gcc/testsuite/objc.dg/stabs-1.m =================================================================== --- gcc/testsuite/objc.dg/stabs-1.m 2012-02-07 18:45:40.000000000 +0000 +++ gcc/testsuite/objc.dg/stabs-1.m 2012-02-07 18:51:16.000000000 +0000 @@ -15,4 +15,5 @@ } @end -/* { dg-final { scan-assembler "(.SUBSPA.*\[\$\]CODE\[\$\]|.text\"?)\n\t.stabs.*100,0,0,(\[\.\$\])?L?L\[\$\]?etext\[0-9\]*\n(\[\.\$\])?L?L\[\$\]?etext" } } */ +/* See PR 52152 for the xfail. */ +/* { dg-final { scan-assembler "(.SUBSPA.*\[\$\]CODE\[\$\]|.text\"?)\n\t.stabs.*100,0,0,(\[\.\$\])?L?L\[\$\]?etext\[0-9\]*\n(\[\.\$\])?L?L\[\$\]?etext" { xfail mips*-*-elf* } } } */