https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92706
--- Comment #8 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:59da7f96ffc489f4aea649f12ac80c384bad736c commit r10-6336-g59da7f96ffc489f4aea649f12ac80c384bad736c Author: Jakub Jelinek <ja...@redhat.com> Date: Thu Jan 30 01:01:55 2020 +0100 testsuite: Fix up tree-ssa/pr92706-1.c on 32-bit targets. The test uses __int128_t, so won't work on targets that don't support it. 2020-01-30 Jakub Jelinek <ja...@redhat.com> PR tree-optimization/92706 * gcc.dg/tree-ssa/pr92706-1.c: Require int128 effective target.