From patchwork Tue May 28 22:56:58 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dehao Chen X-Patchwork-Id: 247053 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 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 6B4622C0335 for ; Wed, 29 May 2013 08:57:07 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; q=dns; s=default; b=ZArw4vfwdrOUbB6jVr gXW3R82Z4W/VEAYG4+uytMns07TZiBvSNkf94pvf0SBmJvbG/XURl0fsEA8V+1Tu 0EY1Dn5s4z45oC25du8JaTEaGJ/NW59ROTTVYENHzbDlbUSOijxwiM/NonHWIR6V EMk0SlBqgBK0loL9dCDRKBpTE= 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 :mime-version:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; s=default; bh=e3bgL7EhFJU1lvgXTdBAHBe7 Ya0=; b=DSKPT/PxhTVqYxCnbtiy6EgTZVsASfaA/3A+Rm0ulsYISnJBXvdWMqvY 48J2xITu9W3xj90a+/yT9lZUb3/qTRcaZ5tIL3JJjgSq4QFInvPJ7K71UCCRankP hyysL+P14auo2o1IdN2MTvqUL5k8j5DuVS2VuYr2ilMpMxITvhA= Received: (qmail 23192 invoked by alias); 28 May 2013 22:57:01 -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 23183 invoked by uid 89); 28 May 2013 22:57:01 -0000 X-Spam-SWARE-Status: No, score=-4.5 required=5.0 tests=AWL, BAYES_00, KHOP_THREADED, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE, RP_MATCHES_RCVD, SPF_PASS, TW_GD, TW_TM autolearn=ham version=3.3.1 Received: from mail-ea0-f174.google.com (HELO mail-ea0-f174.google.com) (209.85.215.174) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 28 May 2013 22:57:00 +0000 Received: by mail-ea0-f174.google.com with SMTP id z7so4756734eaf.19 for ; Tue, 28 May 2013 15:56:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=DE4AFDczPtal8aftQuEp+W1T1Da7q1sItc2RXyPlWwQ=; b=AgIXYM7VfJIGyOQzd1DU+DLDKtZlbOM5YveAyro0ypPIAouKTrn1tEz9xSwPowzqps OcHO0nrz1OS8fGSkB553M+QkbMh/qFVR+d7xPz0sq+GUR5tlbibx/PYVXnERpqA0Yp8s isDWlHHZgpVpBQfSsmnoYwRESNzIYlzOGb7cawKsNO3tE2LJU+BmcWs7uiWZxL1vlpp2 qlT8lLE4P6Ds8O+hR6I6OXbe+4+2lWJVXdXNAcVGKZ95F4zPwumL9r5e6WR/o+9fDNYk YBS9xu7X1npfr5KgYOJLebgyrjpcTlgmVIuZC7PzPUhMaUpL9Y3zQ2TyX9u6PEkcUGdu mW+w== MIME-Version: 1.0 X-Received: by 10.15.10.4 with SMTP id f4mr35677eet.33.1369781818089; Tue, 28 May 2013 15:56:58 -0700 (PDT) Received: by 10.14.134.70 with HTTP; Tue, 28 May 2013 15:56:58 -0700 (PDT) In-Reply-To: <2793520.f28ygdVO2W@polaris> References: <2793520.f28ygdVO2W@polaris> Date: Tue, 28 May 2013 15:56:58 -0700 Message-ID: Subject: Re: [PATCH] Fix incorrect discriminator assignment. From: Dehao Chen To: Eric Botcazou Cc: GCC Patches , Cary Coutant X-Gm-Message-State: ALoCoQmVuylNd5uzaq0lKXeYUlvVA8ihUcG8r2plvNsCtcHgwwnVhTZQbjOXofaEn1BM2UNs/07CiB7Af966rv6ZMqtoLQLibrtectAngeHppRlCo20K+LJkT6qpovtIRTzNDhyLrCZmXi3KrnjA4eUzvPFU3pDOZPBbWDzT1x8CyOiyCGCHfYlqJ9z9DjmGASCvTwada9Kw ChangeLog fix patch committed in r199394. The attached patch restricts the test only run on linux-gnu targets. Is it ok? Thanks Dehao gcc/ChangeLog: 2013-05-28 Dehao Chen testsuite/debug/dwarf2/discriminator.c: Restrict the test to linux only. discriminator 2\n" } } */ Index: gcc/testsuite/gcc.dg/debug/dwarf2/discriminator.c =================================================================== --- gcc/testsuite/gcc.dg/debug/dwarf2/discriminator.c (revision 199393) +++ gcc/testsuite/gcc.dg/debug/dwarf2/discriminator.c (working copy) @@ -1,4 +1,4 @@ -/* { dg-do compile { target { i?86-*-* x86_64-*-* } } } */ +/* { dg-do compile { target { i?86-*-linux-gnu x86_64-*-linux-gnu } } } */ /* { dg-options "-O0 -gdwarf-2" } */ /* { dg-final { scan-assembler "loc \[0-9] 9 \[0-9]( is_stmt \[0-9])?\n" } } */ /* { dg-final { scan-assembler "loc \[0-9] 9 \[0-9]( is_stmt \[0-9])?