From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Marek Subject: Re: [PATCH 1/10] compiler-gcc4.h: correct verion check for __compiletime_error Date: Thu, 11 Oct 2012 22:54:03 +0200 Message-ID: <20121011205403.GF16465@sepie.suse.cz> References: <1348874411-28288-1-git-send-email-daniel.santos@pobox.com> <1348874411-28288-2-git-send-email-daniel.santos@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from cantor2.suse.de ([195.135.220.15]:45739 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932891Ab2JKUyK (ORCPT ); Thu, 11 Oct 2012 16:54:10 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: David Rientjes Cc: Daniel Santos , LKML , Andi Kleen , Andrea Arcangeli , Andrew Morton , Christopher Li , David Daney , David Howells , Joe Perches , Konstantin Khlebnikov , linux-sparse@vger.kernel.org, Michel Lespinasse , Paul Gortmaker , Pavel Pisa , Peter Zijlstra , Steven Rostedt On Tue, Oct 02, 2012 at 11:25:12PM -0700, David Rientjes wrote: > On Fri, 28 Sep 2012, Daniel Santos wrote: > > > NOTE: this is has already been comitted to -mm > > > > __attribute__((error(msg))) was introduced in gcc 4.3 (not 4.4) and as I > > was unable to find any gcc bugs pertaining to it, I'm presuming that it > > has functioned as advertised since 4.3.0. > > > > Signed-off-by: Daniel Santos > > Cc: Michal Marek > > Signed-off-by: Andrew Morton > > Tested-by: David Rientjes > > Works with 4.3.6. Applied to kbuild.git#kbuild now. Michal