On 13 December 2014 at 16:50, Renato Golin <renato.golin at linaro.org> wrote:> Same here... ARMv7 is already up and tested, AArch64 is proving a bit > more complicated due to old libstdc++ on my box. I'm working on it.I'm seeing one error on AArch64's test-suite: SingleSource/UnitTests/Vector/AArch64/aarch64_neon_intrinsics.c:154979:16: warning: implicit declaration of function 'vmovq_n_p64' is invalid in C99 [-Wimplicit-function-declaration] result = vmovq_n_p64(arg1); ^ SingleSource/UnitTests/Vector/AArch64/aarch64_neon_intrinsics.c:154979:14: error: assigning to 'poly64x2_t' (vector of 2 'poly64_t' values) from incompatible type 'int' result = vmovq_n_p64(arg1); ^ ~~~~~~~~~~~~~~~~~ 1 warning and 1 error generated. Tim, any ideas? cheers, --renato
> Tim, any ideas?Isn't that the test added by Kristof recently (based on the emperor suite)? Are you using the release_35 branch of test-suite (I didn't even know such a thing existed until 30s ago, good thinking whoever did that!). Cheers. Tim.
That's a good point, I think I'm using trunk test-suite... I'll check. Cheers, Renato On 14 Dec 2014 02:14, "Tim Northover" <t.p.northover at gmail.com> wrote:> > Tim, any ideas? > > Isn't that the test added by Kristof recently (based on the emperor > suite)? Are you using the release_35 branch of test-suite (I didn't > even know such a thing existed until 30s ago, good thinking whoever > did that!). > > Cheers. > > Tim. >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141214/b4155944/attachment.html>