From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30057 invoked by alias); 21 Oct 2019 14:26:17 -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 30049 invoked by uid 89); 21 Oct 2019 14:26:17 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:436 X-HELO: mail-ot1-f66.google.com Received: from mail-ot1-f66.google.com (HELO mail-ot1-f66.google.com) (209.85.210.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 21 Oct 2019 14:26:11 +0000 Received: by mail-ot1-f66.google.com with SMTP id 89so11106448oth.13 for ; Mon, 21 Oct 2019 07:26:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=uNKqVUMWXkkU6HLlfxT19VZaMKhRPXiNdRBeu8+asQ0=; b=s8BKbxlyV5o4zq3zvZRbUElWUd2oOV5vcDYzMKybT/mbslodwN7fdK6xZMO1k4MRz5 OKq+0BQID7IiE68+zyZ9aL8QMk2mnuMlCJPRpAnquQyl7A4pIiuHSMr7BMfTJFwPvQEe cgOFmorMmcLu3jFqKFq+A1KVi+CCTLU+TEkY0bO64AThDK0/psgpLun9I1aced1kYWMa hWjCeTpnzvweJ+ah6Wjbl518K2wk9mHvzzxsRM8p76cvqUPSPxlgLbMd3k2kyrwnRVzW RlsQnTru22MTjIUEwoq5/zomNW0Yz8JuHz+8YL3fE0VRWyEp5BtZpK3WePpkbcrPWmbj AvsA== MIME-Version: 1.0 References: In-Reply-To: From: "H.J. Lu" Date: Mon, 21 Oct 2019 14:32:00 -0000 Message-ID: Subject: Re: [PATCH][wwwdocs] Update GCC 9 release note To: Gerald Pfeifer Cc: GCC Patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-10/txt/msg01501.txt.bz2 On Sun, Oct 20, 2019 at 10:19 AM Gerald Pfeifer wrote: > > On Thu, 10 Oct 2019, H.J. Lu wrote: > > Here is the same patch for git repo. Is it OK? > > Has this been available since GCC 9.1, or has it been added later? They have been checked into GCC 9.1. > (If the latter, please add this to a GCC 9.2 or GCC 9.3 section in > that file). > > Ok. > > Gerald -- H.J.