Ok. So the test really is for one particular version only.
That's easy. I'll just add a
#ifdef CONFIG_FRAME_POINTER
#if __GNUC__ == 2 && __GNUC_MINOR__ == 96
#error This compiler is not safe with frame pointers
#endif
#endif
to <linux/compiler.h>. Yeah, it will get some fixed compilers too, but
that's just not worth worrying about - people will just have to turn off
CONFIG_FRAME_POINTER and be happy.
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/