[PATCH] configure: Require C++11 for building code generation tools

2020-08-20 Thread Vasee Vinayagamoorthy
_STDCXX(11). Tested by successful cross native build for aarch64-none-linux-gnu target. OK for trunk? ChangeLog: 2020-08-20 Ilya Leoshkevich Vasee Vinayagamoorthy PR target/95700 * configure: Regenerate. * configure.ac: Require C++11 for building code genera

Review request summary

2020-03-13 Thread Vasee Vinayagamoorthy
/ChangeLog: 2020-03-11 Vasee Vinayagamoorthy * gcc.target/aarch64/advsimd-intrinsics/bfcvt-nosimd.c: Fix DejaGnu typo. Regards Vasee Vinayagamoorthy PS: I do not have commit rights, therefore could I request someone to commit it on my behalf if this patch is approved. Thanks in advance. [1

Re: [GCC][PATCH][AArch64] ACLE intrinsics for BFCVTN, BFCVTN2 (AArch64 AdvSIMD) and BFCVT (AArch64 FP)

2020-03-10 Thread Vasee Vinayagamoorthy
Hi, I think this commit causes a failure on aarch64-none-elf due to a DejaGnu typo in gcc.target/aarch64/advsimd-intrinsics/bfcvt-nosimd.c. { dg-final { check-function-bodies "**" "" "-O[^0]" } } I think the square brackets need to be escaped or use {-O[^0]}. Regards Vasee Fri, Mar 06, 2020 at