https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60158
--- Comment #9 from Joakim Tjernlund <joakim.tjernlund at infinera dot com> --- (In reply to Segher Boessenkool from comment #8) > It does not happen on any target currently, and it has never happened > on non-SPE targets before. The main user, u-boot, added the workaround with -fno-ira-hoist-pressure to avoid the bug: arch/powerpc/config.mk: Pass -fno-ira-hoist-pressure when possible There are various toolchain issues that cause us to produce invalid binaries with certain gcc 4.8.x and 4.9.x versions when we don't pass this flag in. Tested-by: Joakim Tjernlund <joakim.tjernl...@transmode.se> Signed-off-by: Tom Rini <tr...@konsulko.com> The bug is still there as far as I known, the one-line patch hasn't been applied I think.