From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f51.google.com (mail-wm1-f51.google.com [209.85.128.51]) by sourceware.org (Postfix) with ESMTPS id 3E1A7383F87D for ; Fri, 10 Jul 2020 23:07:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3E1A7383F87D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=alves.ped@gmail.com Received: by mail-wm1-f51.google.com with SMTP id f18so7413085wml.3 for ; Fri, 10 Jul 2020 16:07:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=3CM6Ybu4Bx12N5B1mh72lpFjBYgoVso1afhCJenEZ4Y=; b=rD3Q2jMYAL73G2GiOs/URmWok/efH4PwMSHidQgpm93/zqFydMXwALOJWnOgvNtdmT Fsh0exht1BIPHXbjRHzKP7tHtPTr0NDoPV+FvmVuopak2xS1nOwQJD/OjywRmTv+K0+g fm6TjNu/IG+s+0dcUWRUGjdy6/bht0Q+4DAQowQb9jJMGNn/ZBm9bxxrU/3XJ6tZbmmp pA0X0qySi/gtkhjwKgFmVwOEWjAcoXCSPQ3N/aQmyls9StCtNxpHIjXwx6Ni17cFe/Qu WuXKcHHhYQs2GmgHOLU6NsYYDM4uey0r93AIxZ1czPtboOS8q4hHjfN1CBj5fFS5fS47 cJYw== X-Gm-Message-State: AOAM533GQ8O6mnuXhj/fOiFEt7UzYMmFKXv9ePjad//jbDDc3MzM4kab LxVm5hFqU004B6ER3/2M6eXa2JpZJUdguA== X-Google-Smtp-Source: ABdhPJw7vWv0dzaGhmnIh6ZFwSs15c1MxHxGuwXQlY8wgwtb3hL9uB0n6gh/EGI1kU4KNePupklCpA== X-Received: by 2002:a1c:398b:: with SMTP id g133mr7119899wma.76.1594422475830; Fri, 10 Jul 2020 16:07:55 -0700 (PDT) Received: from ?IPv6:2001:8a0:f91a:c400:56ee:75ff:fe8d:232b? ([2001:8a0:f91a:c400:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id t141sm12295250wmt.26.2020.07.10.16.07.53 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 10 Jul 2020 16:07:53 -0700 (PDT) Subject: Re: GDB 10 branching - 2020-06-27 Update To: Simon Marchi , Joel Brobecker References: <20200627154005.GA5618@adacore.com> <1e871f06-d788-49c1-6185-18ac2b977908@simark.ca> <20200703151016.GL5340@adacore.com> Cc: Tom Tromey , gdb-patches@sourceware.org From: Pedro Alves Message-ID: <06929a0a-d2e2-7a24-69b4-b0064962eec1@palves.net> Date: Sat, 11 Jul 2020 00:07:53 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2020 23:07:58 -0000 On 7/3/20 4:12 PM, Simon Marchi wrote: > On 2020-07-03 11:10 a.m., Joel Brobecker wrote: >>> I stumbled on a bug introduced by the multi-target patch, which I >>> think should be a blocker for the release (not necessarily the >>> branching). I marked it with target milestone 10.1 in bugzilla: >>> >>> https://sourceware.org/bugzilla/show_bug.cgi?id=26199 >> >> Thanks Simon. Will you be the one actually looking into the problem? >> I would understand if not (for whatever reason); knowing it would then >> allow us to start searching for someone who could look into it. > > I notified Pedro about it, he and/or I will look into it. This one's now fixed.