From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47727 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfXtg-0002B1-7R for qemu-devel@nongnu.org; Wed, 19 Jan 2011 08:16:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfXte-0003nM-N1 for qemu-devel@nongnu.org; Wed, 19 Jan 2011 08:16:23 -0500 Received: from mail-ww0-f53.google.com ([74.125.82.53]:43935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfXte-0003nF-FL for qemu-devel@nongnu.org; Wed, 19 Jan 2011 08:16:22 -0500 Received: by wwi18 with SMTP id 18so821107wwi.10 for ; Wed, 19 Jan 2011 05:16:21 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20110119124215.32413.13091.malone@wampee.canonical.com> References: <20110114142110.10678.10510.malonedeb@gandwana.canonical.com> <20110119124215.32413.13091.malone@wampee.canonical.com> Date: Wed, 19 Jan 2011 13:16:21 +0000 Message-ID: Subject: Re: [Qemu-devel] [Bug 702885] Re: "Internal resource leak" error with ARM NEON vmull.s32 insn From: Peter Maydell Content-Type: text/plain; charset=UTF-8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bug 702885 <702885@bugs.launchpad.net> Cc: qemu-devel@nongnu.org On 19 January 2011 12:42, Wolfgang Schildbach <702885@bugs.launchpad.net> wrote: > This bug is fixed on HEAD in the qemu-meego tree (commit 8493a687d54e542ac4eec8b2f8326415edf37ec4 > A) Note that the qemu-meego tree disables these warnings using an #ifdef, so even if the message is not printed we might still not be handling the temporaries correctly (although there are a lot of fixes for mishandled temps in that tree). -- PMM