]> code.ossystems Code Review - openembedded-core.git/commit
gcc: fix miscompilation on mips64
authorChen Qi <Qi.Chen@windriver.com>
Fri, 27 Oct 2017 09:43:51 +0000 (17:43 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Nov 2017 22:23:45 +0000 (22:23 +0000)
commit3717c76eb24217c14a22f72fdd8732923729dee8
treedcb1fe5500c1fbd4f4ddc6e5eaa5a50cc2a9fe14
parentacdee728f0f6358dda709304ec307d737124aee6
gcc: 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.

This patch is from gcc bugzilla's attachment.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81803

The patch hasn't been merged into gcc. But it does solve the above problem.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/gcc/gcc-7.2.inc
meta/recipes-devtools/gcc/gcc-7.2/fix-miscompilation-for-O1-on-mips64el.patch [new file with mode: 0644]