]> code.ossystems Code Review - openembedded-core.git/commit
gcc: Fix internal compiler error for PPC test case "gcc.dg/vmx/7d-02.c"
authorMark Hatle <mark.hatle@windriver.com>
Fri, 23 Feb 2018 17:41:24 +0000 (12:41 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Mar 2018 15:55:38 +0000 (15:55 +0000)
commitb042347ee8cdbd2dfb0c2f616a94c4cca4b0ecd1
tree3e01cee5cfb503f72edb2d8e458e7a0f3256072c
parentb3d0d7b599d605568abdb45057d3f6fbc80224d9
gcc: Fix internal compiler error for PPC test case "gcc.dg/vmx/7d-02.c"

Fix an internal compiler error on PPC from building a specific test:

$ $CC -S 7d-02.c
7d-02.c: In function รข:
7d-02.c:11:5: internal compiler error: in copy_to_mode_reg, at explow.c:612
     vec_st(v, i*16,p);
     ^~~~~~

The failure appears to happen on all optimizations levels as well.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-devtools/gcc/gcc-7.3.inc
meta/recipes-devtools/gcc/gcc-7.3/0001-Fix-internal-compiler-error-in-testcase.patch [new file with mode: 0644]