https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66791
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Prathamesh Kulkarni <prathamesh3...@gcc.gnu.org>: https://gcc.gnu.org/g:a3bac40469b7052bfadc21cad0e53f40b147e937 commit r11-6108-ga3bac40469b7052bfadc21cad0e53f40b147e937 Author: Prathamesh Kulkarni <prathamesh.kulka...@linaro.org> Date: Wed Dec 16 13:16:25 2020 +0530 arm: Replace calls to __builtin_vcgt* by <,> in arm_neon.h [PR66791] gcc/ 2020-12-16 Prathamesh Kulkarni <prathamesh.kulka...@linaro.org> PR target/66791 * config/arm/arm_neon.h: Replace calls to __builtin_vcgt* by <, > operators in vclt and vcgt intrinsics respectively. * config/arm/arm_neon_builtins.def: Remove entry for vcgt and vcgtu.