From mboxrd@z Thu Jan 1 00:00:00 1970 From: Borislav Petkov Subject: Re: [PATCH v4 8/9] bug.h: Add BUILD_BUG_ON_MSG & _BUILD_BUG_INTERNAL Date: Tue, 30 Oct 2012 22:57:30 +0100 Message-ID: <20121030215729.GB9558@liondog.tnic> References: <1351457648-7453-1-git-send-email-daniel.santos@pobox.com> <1351457835-7553-8-git-send-email-daniel.santos@pobox.com> <20121030171747.GF28499@liondog.tnic> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <20121030171747.GF28499@liondog.tnic> Sender: linux-kernel-owner@vger.kernel.org To: Daniel Santos Cc: LKML , Andi Kleen , Andrea Arcangeli , Andrew Morton , Christopher Li , David Daney , David Howells , Joe Perches , Josh Triplett , Konstantin Khlebnikov , linux-sparse@vger.kernel.org, Michel Lespinasse , Paul Gortmaker , Pavel Pisa , Peter Zijlstra , Steven Rostedt , David Rientjes List-Id: linux-sparse@vger.kernel.org On Tue, Oct 30, 2012 at 06:17:47PM +0100, Borislav Petkov wrote: > can BUILD_BUG_ON and BUILD_BUG_ON_MSG both use __BUILD_BUG_INTERNAL? > > In the BUILD_BUG_ON msg will be "BUILD_BUG_ON failed" and line empty. > Can that even work? Yes it can, I should simply look at patch 9/9 first :-). -- Regards/Gruss, Boris.