From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9153 invoked by alias); 16 Dec 2016 16:06:20 -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 9135 invoked by uid 89); 16 Dec 2016 16:06:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=mingw32, brobeckeradacorecom, brobecker@adacore.com, 20977 X-HELO: mail-qk0-f175.google.com Received: from mail-qk0-f175.google.com (HELO mail-qk0-f175.google.com) (209.85.220.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 16 Dec 2016 16:06:09 +0000 Received: by mail-qk0-f175.google.com with SMTP id t184so41059681qkd.0 for ; Fri, 16 Dec 2016 08:06:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=zlVbMp5s2z6t9eHZKlLMUrpNQgk33jZojui2ADYZt4k=; b=WXGrC0TjnB6sMh9B6B2d4dWrcqZHWUu6p0Aq+2PrpXzd375XuQ7TZeDpQuKr+fu47P SWIBn1oWhNZJKjPaTD2WmLSbAxo8UQO97w5PCJONIJc6l6UwD10s1wI7tn0I7TsHSf+z a227g3KA9IGTVK6UPpI/iKEGLcjeOPZ/ifXUg+g15cIZpxA0pqC97OxoN+Vm2t8cTD7o oWHSML69kUeYtDjcLZejHBCaCAe+AR12UOvQpqnDI8CItX9FQ3N4zw2hTWg1XfQXbnZn cRfKa9GnY/2U4efrcvUUbKXdpq/VC8v/5+6K7+bkt7Yx6g1fRRA3stuXxT3pjEmi3Rp3 0xYA== X-Gm-Message-State: AIkVDXJHdP+uHEDliF32lc9DB0HZ+2sWQTBH0FWGpPCicq7XqlZsJkPW82+UoxAg2rMQzZBr0OfsRSW3lsFagA== X-Received: by 10.233.216.71 with SMTP id u68mr1219164qkf.161.1481904368196; Fri, 16 Dec 2016 08:06:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.144.11 with HTTP; Fri, 16 Dec 2016 08:06:07 -0800 (PST) In-Reply-To: <20161216054222.GA4023@adacore.com> References: <20161215054411.GB3975@adacore.com> <20161216054222.GA4023@adacore.com> From: Yao Qi Date: Fri, 16 Dec 2016 16:06:00 -0000 Message-ID: Subject: Re: FYI - T minus 1 month until 7.12.1 planned release To: Joel Brobecker Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg00325.txt.bz2 On Fri, Dec 16, 2016 at 5:42 AM, Joel Brobecker wro= te: >> PR 20939 is required for 7.12.1 > > OK, a crash is always a serious issue. Is that a regression > compared to 7.11? > It is a regression. 7.11.1 is OK. I reported another bug PR 20977 just now. It is about mingw32 host. This should be fixed in 7.12.1 too. --=20 Yao (=E9=BD=90=E5=B0=A7)