From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56713 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjyCG-00059a-UG for qemu-devel@nongnu.org; Mon, 31 Jan 2011 13:09:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PjyCF-0005Ea-75 for qemu-devel@nongnu.org; Mon, 31 Jan 2011 13:09:52 -0500 Received: from eu1sys200aog116.obsmtp.com ([207.126.144.141]:49170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PjyCE-0005EM-Nz for qemu-devel@nongnu.org; Mon, 31 Jan 2011 13:09:51 -0500 Message-ID: <4D46FAE7.90304@st.com> Date: Mon, 31 Jan 2011 19:09:43 +0100 From: Christophe Lyon MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/8] target-arm: Fixes for several shift instructions: VRSHL, VRSHR, VRSHRN, VSHLL, VRSRA. References: <1296229866-32011-1-git-send-email-christophe.lyon@st.com> <1296229866-32011-2-git-send-email-christophe.lyon@st.com> <20110131082050.GA4304@volta.aurel32.net> <4D468262.8020703@st.com> <20110131094414.GA7112@hall.aurel32.net> <4D46C6BA.1010208@st.com> <4D46DC7D.3060608@aurel32.net> In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: "qemu-devel@nongnu.org" On 31.01.2011 17:46, Peter Maydell wrote: > On 31 January 2011 15:59, Aurelien Jarno wrote: >> It seems the problems come from here, if I add --enable-debug, I am not >> able to reproduce the problem anymore. I don't understand why though. > > --enable-debug turns off optimisation (ie does not pass -O2); a number > of gcc's warnings, including this one, are only done in the dataflow analysis > pass and so will not be generated unless you have optimisation enabled. > Indeed. I have just sent another patchset which addresses this problem. Christophe.