https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108099
--- Comment #24 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:bd4a1a547242a924663712ac7a13799433cdf476 commit r14-106-gbd4a1a547242a924663712ac7a13799433cdf476 Author: Jakub Jelinek <ja...@redhat.com> Date: Thu Apr 20 09:43:04 2023 +0200 testsuite: Fix up g++.dg/ext/int128-8.C testcase [PR109560] The testcase needs to be restricted to int128 effective targets, it expectedly fails on i386 and other 32-bit targets. 2023-04-20 Jakub Jelinek <ja...@redhat.com> PR c++/108099 PR testsuite/109560 * g++.dg/ext/int128-8.C: Require int128 effective target.