From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46544 invoked by alias); 27 Apr 2018 07:44:27 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 46526 invoked by uid 89); 27 Apr 2018 07:44:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-pf0-f170.google.com Received: from mail-pf0-f170.google.com (HELO mail-pf0-f170.google.com) (209.85.192.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 27 Apr 2018 07:44:25 +0000 Received: by mail-pf0-f170.google.com with SMTP id c10so862764pfi.12 for ; Fri, 27 Apr 2018 00:44:24 -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=PK6zEDvQ4XaMFQOiQTSRHzsmjtGwPLViWYkHdZG8Mr8=; b=Ld8ySzTdJMcJpBuZzmv5HjOcQHYkDtjI5gop16h3FHEeiuIduTPq9+SAvSfJz0rzem K6VW9TX9814rDcG4RbKhtgxkHX5iKHXabQyk10VZ0xVLO6KH1opMuQfa+bKrRMmGgEo8 zpTimayF70NLOlAbtTf2mco4OKWowjtpHs7i26rJO2hVKdfIin+cBNSVSBV4zAIAbC2D azKPe6YdvV4pmZfK1iiYJaSi3WAjyVwyqoRVGMYatLOmTtlWb7JPHOHJdAtPx79N+2Dj zgCTjQnSd06BbGo5LZ8Oer4g1ogdd/aeO2+e/ZE7cn+yo5fPpvtsz1hWhMOXUQr1/CTr S/qA== X-Gm-Message-State: ALQs6tCv5fnTxFKl4702Rm2TDd5dRPzYOUEKX9n+smOsY7sWOOXT41MR 5Gl3l1DDcPtp0nC7dA5PKwHYzqzJ X-Google-Smtp-Source: AB8JxZrE+8CtQutDRNSVPd1kiGnX3uxZbU0vIfPET3i8WjrcF1txKk8wGtm+ul1QfrILGsFzkIssVQ== X-Received: by 2002:a63:316:: with SMTP id 22-v6mr1170137pgd.277.1524815063335; Fri, 27 Apr 2018 00:44:23 -0700 (PDT) Received: from wuzhongru-MacBook.local (1-171-14-37.dynamic-ip.hinet.net. [1.171.14.37]) by smtp.gmail.com with ESMTPSA id v16sm2320535pfk.164.2018.04.27.00.44.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Apr 2018 00:44:22 -0700 (PDT) Subject: Re: GCC 8.1 Release Candidate available from gcc.gnu.org To: Jakub Jelinek , gcc@gcc.gnu.org References: <20180425100457.GF8577@tucnak> Cc: shiva0217@gmail.com From: Chung-Ju Wu Message-ID: Date: Fri, 27 Apr 2018 12:00:00 -0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180425100457.GF8577@tucnak> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-04/txt/msg00179.txt.bz2 Jakub Jelinek on 2018/4/25 18:04 wrote: > https://gcc.gnu.org/pub/gcc/snapshots/8.0.1-RC-20180425/ > The first release candidate for GCC 8.1 is available from > > ftp://gcc.gnu.org/pub/gcc/snapshots/8.0.1-RC-20180425 > > and shortly its mirrors. It has been generated from SVN revision 259636. > > I have so far bootstrapped and tested the release candidate on > x86_64-linux and i686-linux. Please test it and report any issues to > bugzilla. > > If all goes well, I'd like to release 8.1 on Wednesday, May 2nd. > Hi, Jakub, There are 5 nds32-specific patches in the mainline to fix incorrect assembly code output: https://gcc.gnu.org/ml/gcc-patches/2018-04/msg01201.html https://gcc.gnu.org/ml/gcc-patches/2018-04/msg01202.html https://gcc.gnu.org/ml/gcc-patches/2018-04/msg01203.html https://gcc.gnu.org/ml/gcc-patches/2018-04/msg01204.html https://gcc.gnu.org/ml/gcc-patches/2018-04/msg01205.html I would like to have them in the gcc-8-branch before GCC 8.1 is released. Are those patches OK to be backported from mainline? Best regards, jasonwucj