http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56314
benh at kernel dot crashing.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |benh at kernel dot | |crashing.org --- Comment #4 from benh at kernel dot crashing.org 2013-02-15 06:52:31 UTC --- I would definitely like to see that on powerpc as well. A typical usage case for Linux is inline functions intended as a fast path (such as spin lock) for which we want to be able to branch to an unlikely slow path (contention case, timeout case, error case...) while limiting the impact on the caller.