dinhminhquoi / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

loopfilter_neon.c causes internal compile error #777

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using android-ndk-r8d with toolchain 4.6 and the latest vp8 code causes an 
internal compile error.  Below is the error output:

Compile arm    : vpx <= loopfilter_neon.c
jni/libvpx/vp8/common/arm/neon/loopfilter_neon.c: In function 
'vp8_loop_filter_vertical_edge_y_neon':
jni/libvpx/vp8/common/arm/neon/loopfilter_neon.c:393:1: error: insn does not 
satisfy its constraints:
(insn 749 638 659 2 (set (reg:OI 75 s12 [orig:464 __b ] [464])
        (mem/s/c:OI (pre_dec:SI (reg/f:SI 3 r3 [463])) [0 __b+0 S32 A64])) /home/slavarnway/android-ndk-r8d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.6/include/arm_neon.h:10298 751 {*neon_movoi}
     (expr_list:REG_INC (reg/f:SI 3 r3 [463])
        (nil)))
jni/libvpx/vp8/common/arm/neon/loopfilter_neon.c:393:1: internal compiler 
error: in reload_cse_simplify_operands, at postreload.c:403

Original issue reported on code.google.com by slavarn...@google.com on 5 May 2014 at 2:52

GoogleCodeExporter commented 9 years ago
https://gerrit.chromium.org/gerrit/#/c/70026/
https://gerrit.chromium.org/gerrit/#/c/70025/

Original comment by johannkoenig@google.com on 6 May 2014 at 7:34

GoogleCodeExporter commented 9 years ago
Scott checked in new code for this and fixed the issue
https://gerrit.chromium.org/gerrit/#/c/71298/
https://gerrit.chromium.org/gerrit/#/c/71297/

Original comment by johannkoenig@google.com on 6 Sep 2014 at 1:33