]> code.ossystems Code Review - openembedded-core.git/commit
gcc: backport patch to fix miscompilation on mips64
authorChen Qi <Qi.Chen@windriver.com>
Wed, 8 Nov 2017 02:33:52 +0000 (10:33 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Dec 2017 17:14:33 +0000 (17:14 +0000)
commit6264b4afe6962d37eeb918e062568dee811ef231
tree50e0f649a8a54715263bc11480bddf6d7c16e06d
parentae99f18ec6dc45723d969e749ad3f8ec36db1cf4
gcc: backport patch to fix miscompilation on mips64

Backport a patch to fix miscompilation on mips64.

We've observed strange behaviour of `systemctl status <xxx> on qemumips64.
The output of the command is like `systemctl show <xxx>', which is incorrect.

The problem is due to the miscompilation of gcc for mips64 platform, thus
backporting patch from upstream to fix this problem.

[YOCTO #12266]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
(cherry picked from commit cfa13e5c756849820644d86d1882602649db6a9c)
Signed-off-by: Armin Kuster <akuster@mvista.com>
meta/recipes-devtools/gcc/gcc-7.2.inc
meta/recipes-devtools/gcc/gcc-7.2/0001-PR-rtl-optimization-81803.patch [new file with mode: 0644]