From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2427 invoked by alias); 2 Aug 2012 20:40:58 -0000 Received: (qmail 2415 invoked by uid 22791); 2 Aug 2012 20:40:57 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Aug 2012 20:40:44 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q72KeTCE032292 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 2 Aug 2012 16:40:29 -0400 Received: from psique (ovpn-113-52.phx2.redhat.com [10.3.113.52]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q72KeQYx004113; Thu, 2 Aug 2012 16:40:27 -0400 From: Sergio Durigan Junior To: "Ulrich Weigand" Cc: brobecker@adacore.com (Joel Brobecker), gdb-patches@sourceware.org Subject: Re: Remaining 7.5 regressions (Re: [ARM, commit, RFA 7.5] Fix HW breakpoints on unaligned addresses) References: <201208021949.q72JnPOG023944@d06av02.portsmouth.uk.ibm.com> X-URL: http://www.redhat.com Date: Thu, 02 Aug 2012 20:40:00 -0000 In-Reply-To: <201208021949.q72JnPOG023944@d06av02.portsmouth.uk.ibm.com> (Ulrich Weigand's message of "Thu, 2 Aug 2012 21:49:25 +0200 (CEST)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes 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 X-SW-Source: 2012-08/txt/msg00086.txt.bz2 On Thursday, August 02 2012, Ulrich Weigand wrote: > Joel Brobecker wrote: > >> Would you guys mind keeping the list up to date on the 7.5 release >> wiki page? This gives everyone an easy location for finding out what >> still needs to be fixed before we can release... >> >> http://sourceware.org/gdb/wiki/GDB_7.5_Release > > I've completed another full test sequence on ARM, Cell (PowerPC & SPU) > and s390, both native and remote, with the current 7.5 branch. Of the > issues I originally described, the following "real" problems remain: > > - Hardware watchpoints across fork are not supported (ARM, ppc, s390) > - Missing 32-/64-bit siginfo conversion code (ppc, s390) > - SPU gdbserver does not support multi-process mode > > Since all these are are pre-existing problems, they shouldn't be > treated as release blockers, so I have *not* put them on the Wiki. Thanks for this. > In addition, there's the following testsuite-only issues: > > - A few C++ test regressions (potentially compiler issues) Still couldn't find the problem in GDB. > - Failures in gdb.base/pc-fp.exp I have committed the patch for this. > - Failures in gdb.mi/mi-var-rtti.exp Probably won't have time to tackle this until tomorrow, but it does not seem to be a blocker. > Sergio: I haven't been working on these ... If you feel they > should go on the Wiki as release blockers, would you mind doing > so yourself? No problem. As far as I have investigated, I do not feel they are release blockers, so I guess we are pretty much covered for the release. Thanks, -- Sergio