https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108099
--- Comment #25 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-12 branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:3907147aa9bf51ae2bc5d8ddd5bf8d6ddfdf4bf5 commit r12-9449-g3907147aa9bf51ae2bc5d8ddd5bf8d6ddfdf4bf5 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. (cherry picked from commit bd4a1a547242a924663712ac7a13799433cdf476)