Thank you for the bug report. I've confirmed this with android-toolchain-eabi-linaro-4.6-2011.07-0-22-2011-08-09_19-15-34-linux-x86
michaelh@crucis:~/linaro/distros/android$ /home/michaelh/linaro/distros/android/android-toolchain-eabi/bin/arm-eabi-g++ -O2 -flto -mfpu=neon -march=armv7-a -mfloat-abi=softfp SkBitmapProcState_matrixProcs.ii
external/skia/src/core/SkBitmapProcState_matrixProcs.cpp:522:1: sorry, unimplemented: gimple bytecode streams do not support machine specific builtin functions on this target
external/skia/src/core/SkBitmapProcState_matrixProcs.cpp:522:1: sorry, unimplemented: gimple bytecode streams do not support machine specific builtin functions on this target
...
The fault is due the file using NEON intrinsics and GCC not knowing how to serialise these for the later link time optimisation. There is no work-around.
I've set it to low priority as the fault is LTO specific and it exists upstream.
Thank you for the bug report. I've confirmed this with android- toolchain- eabi-linaro- 4.6-2011. 07-0-22- 2011-08- 09_19-15- 34-linux- x86
michaelh@ crucis: ~/linaro/ distros/ android$ /home/michaelh/ linaro/ distros/ android/ android- toolchain- eabi/bin/ arm-eabi- g++ -O2 -flto -mfpu=neon -march=armv7-a -mfloat-abi=softfp SkBitmapProcSta te_matrixProcs. ii skia/src/ core/SkBitmapPr ocState_ matrixProcs. cpp:522: 1: sorry, unimplemented: gimple bytecode streams do not support machine specific builtin functions on this target skia/src/ core/SkBitmapPr ocState_ matrixProcs. cpp:522: 1: sorry, unimplemented: gimple bytecode streams do not support machine specific builtin functions on this target
external/
external/
...
The fault is due the file using NEON intrinsics and GCC not knowing how to serialise these for the later link time optimisation. There is no work-around.
I've set it to low priority as the fault is LTO specific and it exists upstream.