]> 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>
Sat, 3 Mar 2018 17:08:28 +0000 (17:08 +0000)
commitdd4aaf3965b57fcfbf668ab09ac75ccd9e3b3a04
tree2d33925a439d1a67b01ef2298002bdc885f2474e
parent978b804b92b069f8f5a75f3390697e94a1bf907f
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: Ross Burton <ross.burton@intel.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]