From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 107458 invoked by alias); 7 Sep 2018 22:46:14 -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 107324 invoked by uid 89); 7 Sep 2018 22:46:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:401 X-HELO: sesbmg22.ericsson.net Received: from sesbmg22.ericsson.net (HELO sesbmg22.ericsson.net) (193.180.251.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 07 Sep 2018 22:46:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; d=ericsson.com; s=mailgw201801; c=relaxed/simple; q=dns/txt; i=@ericsson.com; t=1536360368; h=From:Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=nLsE1gteJkM//VKpyXG/kPYrMZyIzz+F/VYa5iOinDU=; b=IXzqQn1AwZ4svRVzHJqolN6JEfGzrSY1yTvS/nZewWcsNDeDvCBE2rSHfFzbH0hH YJfNcr3qTnibsWbML4EEN9+wbm/ktgQK0DX1k4lhtyLOKv4gKstfDJzSTA+6nVxN Iw2Cgu1vR/X81FKJXY4d4lmB8zFuw/L8W6SrNnz8OjI=; Received: from ESESSMB501.ericsson.se (Unknown_Domain [153.88.183.119]) by sesbmg22.ericsson.net (Symantec Mail Security) with SMTP id E5.6A.21978.0BFF29B5; Sat, 8 Sep 2018 00:46:08 +0200 (CEST) Received: from ESESSMB502.ericsson.se (153.88.183.163) by ESESSMB501.ericsson.se (153.88.183.162) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Sat, 8 Sep 2018 00:45:09 +0200 Received: from NAM02-SN1-obe.outbound.protection.outlook.com (153.88.183.157) by ESESSMB502.ericsson.se (153.88.183.163) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3 via Frontend Transport; Sat, 8 Sep 2018 00:45:09 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericsson.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=bsk7cOnfZjcMU2jeTLbRgUq5HMVx8cX9ETGHQs4QwiA=; b=YF8D1+Mzkq0R3Y8M/4R675mA+1W59jHVJyYOf4dG/VLFW/ic6tVoRhocHtB5L+mcQSe6oAaxn2ork4oZQMFU9p0x0JZWdMuuZYCC0rkqpeCUKu8EcV59gw75o5QtnfkftycEvrFlOXqTxcUzua/94GcOovgmAN6AjR8mg2xfXcA= Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=simon.marchi@ericsson.com; Received: from [100.94.56.16] (192.176.1.80) by BYAPR15MB2390.namprd15.prod.outlook.com (2603:10b6:a02:8c::30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.1122.16; Fri, 7 Sep 2018 22:45:05 +0000 Subject: Re: S12Z [new patchset] To: John Darrington , References: <20180829141845.26378-1-john@darrington.wattle.id.au> From: Simon Marchi Message-ID: <079417ed-8a4c-45a0-8e2d-c72f78a4d227@ericsson.com> Date: Fri, 07 Sep 2018 22:46:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180829141845.26378-1-john@darrington.wattle.id.au> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-Path: simon.marchi@ericsson.com Received-SPF: None (protection.outlook.com: ericsson.com does not designate permitted sender hosts) X-IsSubscribed: yes X-SW-Source: 2018-09/txt/msg00141.txt.bz2 On 2018-08-29 03:18 PM, John Darrington wrote: > Here is a revised patch set including earlier suggestions. > > I still don't see the test failures that were mentioned, so > either this version has fixed them or they don't manifest themselves > on my environment. > I still see it. Are you sure you have an --enable-targets=all build? What configure line do you use? Simon