From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E724A3858C83; Thu, 20 Apr 2023 07:48:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E724A3858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681976929; bh=SRF8R210gA6nM//kJw3DXQSNldeljDiFi+KayRxt3k8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IUu5sCroCGNS+Y6vUIczhDlo0ahEjdZ/8oyl5L1L1EmWAH6Rh9QhMEPSqKsznP5PU yc/GhZ8aaJwrZZUcfvAnrgwAK9V46lC2VhojNk6YZ0NndJPArPNAdWr+cozXaYfCek IObRe5qmemoa9wjMewHaWoZ1OFJ1N80vLL6md17A= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108099] [12/13/14 Regression] ICE with type alias with `signed __int128_t` Date: Thu, 20 Apr 2023 07:48:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jason at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108099 --- Comment #25 from CVS Commits --- The releases/gcc-12 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:3907147aa9bf51ae2bc5d8ddd5bf8d6ddfdf4bf5 commit r12-9449-g3907147aa9bf51ae2bc5d8ddd5bf8d6ddfdf4bf5 Author: Jakub Jelinek 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 PR c++/108099 PR testsuite/109560 * g++.dg/ext/int128-8.C: Require int128 effective target. (cherry picked from commit bd4a1a547242a924663712ac7a13799433cdf476)=