]> git.karo-electronics.de Git - karo-tx-linux.git/commit
compiler-gcc4.h: correct verion check for __compiletime_error
authorDaniel Santos <daniel.santos@pobox.com>
Fri, 28 Sep 2012 00:18:55 +0000 (10:18 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 3 Oct 2012 06:46:38 +0000 (16:46 +1000)
commit574f6f956fc507470b18509fc783ad8bb41acc6e
treeff7c674d3c916cffaf534b2711761b3f560cd8c7
parent74270d75ab61a4cf338d399b37ab63791d7774bc
compiler-gcc4.h: correct verion check for __compiletime_error

__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 <daniel.santos@pobox.com>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/compiler-gcc4.h