From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117233 invoked by alias); 9 Mar 2017 18:52:19 -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 117214 invoked by uid 89); 9 Mar 2017 18:52:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=headaches, HCc:U*uweigand, our, extremely 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; Thu, 09 Mar 2017 18:52:17 +0000 Received: from pps.filterd (m0098413.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id v29IiCsQ112111 for ; Thu, 9 Mar 2017 13:52:16 -0500 Received: from e06smtp13.uk.ibm.com (e06smtp13.uk.ibm.com [195.75.94.109]) by mx0b-001b2d01.pphosted.com with ESMTP id 2937yay2y4-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 09 Mar 2017 13:52:16 -0500 Received: from localhost by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 9 Mar 2017 18:52:14 -0000 Received: from b06cxnps4074.portsmouth.uk.ibm.com (9.149.109.196) by e06smtp13.uk.ibm.com (192.168.101.143) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 9 Mar 2017 18:52:11 -0000 Received: from d06av23.portsmouth.uk.ibm.com (d06av23.portsmouth.uk.ibm.com [9.149.105.59]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id v29IqBHa36962540; Thu, 9 Mar 2017 18:52:11 GMT Received: from d06av23.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 512A4A404D; Thu, 9 Mar 2017 18:52:06 +0000 (GMT) Received: from d06av23.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 1B513A4040; Thu, 9 Mar 2017 18:52:06 +0000 (GMT) Received: from oc1027705133.ibm.com (unknown [9.152.212.162]) by d06av23.portsmouth.uk.ibm.com (Postfix) with ESMTPS; Thu, 9 Mar 2017 18:52:06 +0000 (GMT) From: Andreas Arnez To: Joel Brobecker Cc: gdb-patches@sourceware.org, mishra.nitish.88@gmail.com, Pedro Alves , Antoine Tremblay , Ulrich Weigand Subject: Re: GDB 8.0 release/branching update (10 more days to branching) References: <20170304175903.qwbqoqm35raz4dov@adacore.com> Date: Thu, 09 Mar 2017 18:52:00 -0000 In-Reply-To: <20170304175903.qwbqoqm35raz4dov@adacore.com> (Joel Brobecker's message of "Sat, 4 Mar 2017 18:59:03 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-GCONF: 00 x-cbid: 17030918-0012-0000-0000-000004DFFC21 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17030918-0013-0000-0000-0000178BCF6A Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-03-09_15:,, 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-1702020001 definitions=main-1703090136 X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00123.txt.bz2 On Sat, Mar 04 2017, Joel Brobecker wrote: > Hello everyone, > > We are now about 10 days away from our tentative date for branching. > First of all, a big thank you for all of you who fixed some of those > PRs that were marked for 8.0! Probably a bit late, but I'd also like to get these fixes upstream before the branch: * gdb/21220 "restore" for large data structures extremely slow on GNU/Linux A regression from last year that renders "restore" for large data structures unusable on GNU/Linux. Proposed fix is available. * gdb/21226 DW_OP_stack_value pieces yield wrong data on big-endian targets Causes wrong values to be displayed for certain variables on big-endian targets. Not a recent regression, but potentially causes severe headaches for people running into it. Proposed fix is available. -- Andreas