From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21598 invoked by alias); 23 Jan 2014 15:54:04 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 21588 invoked by uid 89); 23 Jan 2014 15:54:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f173.google.com Received: from mail-ie0-f173.google.com (HELO mail-ie0-f173.google.com) (209.85.223.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 23 Jan 2014 15:54:02 +0000 Received: by mail-ie0-f173.google.com with SMTP id e14so1332143iej.18 for ; Thu, 23 Jan 2014 07:54:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=FWHzyUjfsIffwTAwKLfcJI1HugSILH6XZE0U6Yy8yVA=; b=TjeXJPQf1eB0cBsGzznEOKp//2Y8zbWFAfiIi0JxBxNGO6dXKMPvRTZYlkyY/Dzl9F Ogk9vIgi27hi+0tTnH4fSFOPx/SFZCDRZtP38qzPO89wkcqrFT/qScpt3lT55y/VVE09 +8Up1zKB3+iks4tpULZ0td6LdFbhLZVm/NH/SrouninYEgeW+OZIVX7ZhMf6J6Ln7RC0 chOOZI4zYLzxaHu5/GMZc+yQ9OO2IceMkrE7d9X9La6G1Vzyi7va8c7SOEs6crXw2zPs JvvQi8CRuGI/Sw/DDppGJ0GvzZCzWmpx0VO36yHXf/CyzMoJHdJXWc/BM5ZVkMMq4oMH VJDg== X-Gm-Message-State: ALoCoQm28dEg1l8ORPtHUZMkXvD7/ALia9/w7gaZXUM7AsF4+KYUESwJKCxntfq8MxAIlY6nbkle MIME-Version: 1.0 X-Received: by 10.42.66.134 with SMTP id p6mr1185859ici.85.1390492440584; Thu, 23 Jan 2014 07:54:00 -0800 (PST) Received: by 10.64.20.52 with HTTP; Thu, 23 Jan 2014 07:54:00 -0800 (PST) In-Reply-To: <1390488123-2421-1-git-send-email-emachado@linux.vnet.ibm.com> References: <1390488123-2421-1-git-send-email-emachado@linux.vnet.ibm.com> Date: Thu, 23 Jan 2014 15:54:00 -0000 Message-ID: Subject: Re: [PATCH] testsuite: Fix gdb.dwarf2/dw2-case-insensitive.exp testcase for ppc64 From: Will Newton To: Edjunior Barbosa Machado Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00905.txt.bz2 On 23 January 2014 14:42, Edjunior Barbosa Machado wrote: > Hi, > > gdb.dwarf2/dw2-case-insensitive.exp has currently 1 test failing on ppc64: > > p fuNC_symtab^M > $2 = {} 0x10000694 ^M > (gdb) FAIL: gdb.dwarf2/dw2-case-insensitive.exp: p fuNC_symtab > > This regression was introduced after a change in the testcase that added > function labels to the code, fixing failures on arm (commit > c7e8af9b3bc0881c59c999d7b78348d359383efe). > > This patch moves the label FUNC_lang_end to the end of the function scope, so > ppc64 can understand the following function (fuNC_symtab) correctly. > Successfully tested on x86, ppc32 and ppc64, but didn't have the chance to check > on arm. The test passes successfully on arm too. -- Will Newton Toolchain Working Group, Linaro