https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93376
--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:14e5881e37771f1f58123e77c558adb3b90c8764 commit r10-6214-g14e5881e37771f1f58123e77c558adb3b90c8764 Author: Jakub Jelinek <ja...@redhat.com> Date: Fri Jan 24 22:47:23 2020 +0100 simplify-rtx: Punt for modes with precision above MAX_BITSIZE_MODE_ANY_INT [PR93376] The following patch makes sure we punt in the 3 spots if precision is above MAX_BITSIZE_MODE_ANY_INT. 2020-01-24 Jakub Jelinek <ja...@redhat.com> PR target/93376 * simplify-rtx.c (simplify_const_unary_operation, simplify_const_binary_operation): Punt for mode precision above MAX_BITSIZE_MODE_ANY_INT.