From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5811 invoked by alias); 25 Apr 2017 11:20:09 -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 5798 invoked by uid 89); 25 Apr 2017 11:20:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_20,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=UD:msg00524.html, 71rc1, 7.1-rc1, msg00524html X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0b-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.158.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 25 Apr 2017 11:20:08 +0000 Received: from pps.filterd (m0098420.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id v3PBJMdK038058 for ; Tue, 25 Apr 2017 07:20:08 -0400 Received: from e06smtp15.uk.ibm.com (e06smtp15.uk.ibm.com [195.75.94.111]) by mx0b-001b2d01.pphosted.com with ESMTP id 2a1v4rm8nw-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 25 Apr 2017 07:20:08 -0400 Received: from localhost by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 25 Apr 2017 12:20:06 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (9.149.109.196) by e06smtp15.uk.ibm.com (192.168.101.145) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 25 Apr 2017 12:20:04 +0100 Received: from d06av21.portsmouth.uk.ibm.com (d06av21.portsmouth.uk.ibm.com [9.149.105.232]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id v3PBK3ZQ32702550; Tue, 25 Apr 2017 11:20:03 GMT Received: from d06av21.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id D16145204B; Tue, 25 Apr 2017 11:17:39 +0100 (BST) Received: from [9.152.212.134] (unknown [9.152.212.134]) by d06av21.portsmouth.uk.ibm.com (Postfix) with ESMTP id 9F84752043; Tue, 25 Apr 2017 11:17:39 +0100 (BST) Subject: Re: GCC 7.0.1 Status Report (2017-04-20) To: Jakub Jelinek References: <20170420100235.GQ1809@tucnak> <20170425102559.GW1809@tucnak> Cc: gcc@gcc.gnu.org From: Andreas Krebbel Date: Tue, 25 Apr 2017 11:20:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170425102559.GW1809@tucnak> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 x-cbid: 17042511-0020-0000-0000-00000351212D X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17042511-0021-0000-0000-0000416F4C24 Message-Id: <43363143-2bbb-a962-b835-a43c7acde97f@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-04-25_07:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1704250204 X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00104.txt.bz2 On 04/25/2017 12:25 PM, Jakub Jelinek wrote: > On Mon, Apr 24, 2017 at 06:08:15PM +0200, Andreas Krebbel wrote: >> On 04/20/2017 12:02 PM, Jakub Jelinek wrote: >>> Status >>> ====== >>> >>> We have reached zero P1 regressions today (and < 100 important >>> regressions) and the branches/gcc-7-branch has been created; >>> GCC 7.1-rc1 will be built and announced likely tomorrow. >>> The branch is now frozen for blocking regressions and documentation >>> fixes only, all changes to the branch require a RM approval now. >> >> I would like to apply the following patches to GCC 7 release branch before the 7.1 release: >> >> It took us a few more review cycles than expected. The patches are important to get reasonable code >> for the C11 atomics now being used in Glibc: >> >> S/390: Optimize atomic_compare_exchange and atomic_compare builtins. >> https://gcc.gnu.org/ml/gcc-patches/2017-04/msg00524.html >> >> These fixes for two GCC 7 regressions: >> >> S/390: PR80464: Split MEM->GPR vector moves >> https://gcc.gnu.org/ml/gcc-patches/2017-04/msg01050.html >> >> S/390: PR79895: Fix TImode constant handling >> https://gcc.gnu.org/ml/gcc-patches/2017-04/msg01049.html >> >> Any objections? > > Ok for 7.1, but only if you manage to commit before rc1 is rolled > (still waiting for the ARM/AArch64 ABI finalization there), > otherwise wait for 7.2. Ok. Done. -Andreas-