Re: [PATCH 2/2] jump label: disable due to compiler bug

From: Steven Rostedt
Date: Fri Oct 29 2010 - 13:33:14 EST


On Fri, 2010-10-29 at 10:18 -0700, David Daney wrote:

> I hate to continue beating a dead horse, but RTH just committed the GCC
> patch, and it will be part of GCC-4.5.2 and later.

Great!

>
> Should this knowledge be builtin to the jump label enabling calculus?

No, because we can't trust versions. We never know what home grown gcc a
kernel developer is using (and what has been backported or not). Thus
the only option is to have a builtin test we can do at compile time to
determine if the bug exists or not and decide then.

Note, I'm currently running my last set of patches through ktest. When
it finishes (presumably with no issues), I'll post a pull request.

-- Steve


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/