Re: [PATCH 1/10] compiler-gcc4.h: correct verion check for __compiletime_error

2012-10-11 Thread Michal Marek
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

Re: [PATCH 1/10] compiler-gcc4.h: correct verion check for __compiletime_error

2012-10-02 Thread David Rientjes
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

[PATCH 1/10] compiler-gcc4.h: correct verion check for __compiletime_error

2012-09-28 Thread Daniel Santos
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: