From mboxrd@z Thu Jan 1 00:00:00 1970 From: pbonzini@redhat.com (Paolo Bonzini) Date: Mon, 15 Feb 2010 08:54:47 +0100 Subject: [ltt-dev] [PATCH 05/11] __SIZEOF_LONG__ is always defined by GCC In-Reply-To: <20100214143816.GF5871@Krystal> References: <1266081392-8732-1-git-send-email-pbonzini@redhat.com> <1266081392-8732-6-git-send-email-pbonzini@redhat.com> <20100214143816.GF5871@Krystal> Message-ID: <4B78FDC7.5090202@redhat.com> On 02/14/2010 03:38 PM, Mathieu Desnoyers wrote: > * Paolo Bonzini (pbonzini at redhat.com) wrote: >> > > Which gcc versions have you tested on ? Nevermind, I thought it was much older but it went in first for 4.3. I'll change this patch to use _LP64 which is present in 3.4. Paolo