From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62738 invoked by alias); 30 Dec 2018 00:02:51 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 62728 invoked by uid 89); 30 Dec 2018 00:02:51 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=offline, nine, H*Ad:U*ian, Hx-languages-length:476 X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 30 Dec 2018 00:02:49 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id E13E033E0D; Sat, 29 Dec 2018 19:02:47 -0500 (EST) Received: from anthias.lan (64.122.50.123.dsl.dyn.mana.pf [123.50.122.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id E906033E0A; Sat, 29 Dec 2018 19:02:45 -0500 (EST) Date: Sun, 30 Dec 2018 16:07:00 -0000 From: Gerald Pfeifer To: Tom de Vries cc: Ian Lance Taylor , gcc-patches@gcc.gnu.org, Rainer Orth Subject: Re: [PATCH 4/4][libbacktrace] Add tests for unused formats In-Reply-To: <0a906242-3738-bce0-c06d-e420e1183a5e@suse.de> Message-ID: References: <20181123205612.GA3609@delia> <0a906242-3738-bce0-c06d-e420e1183a5e@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg01769.txt.bz2 On Sun, 30 Dec 2018, Tom de Vries wrote: > thanks for finding this. > > I build the patch for x86_64 and ran make check in the libbacktrace > subdirectory of the build directory, results looks good. Cool, thanks! I went ahead and committed this fix. Note, that I *may* be offline the next nine days (don't know yet), so in the unlikely case there's any outfall, please revert for me (or help fix). Thanks, Gerald