[PATCH] Disallow gcc versions 3.{0,1}

From: Ingo Molnar
Date: Fri Jan 02 2009 - 12:55:36 EST



* Ingo Molnar <mingo@xxxxxxx> wrote:

> > And it all looks more logical too, imho.
>
> yeah, agreed, much cleaner.
>
> The gcc3 check for gcc 3.0 and 3.1 can be pushed into gcc3 as well - not
> sure whether you fixed that. (i fixed it in the patch i just sent - but
> i didnt notice the gcc5 mess in gcc4.h that you fixed)

ok, i see them now:

f9d1425: Disallow gcc versions 4.1.{0,1}
f153b82: Sanitize gcc version header includes

agreed, much cleaner.

One small issue - i think this now allows gcc 3.0 and 3.1 again - which we
didnt before. Dont we need the patch below - am i missing something?

Ingo

------------------->