From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A77F33858D39; Wed, 1 Feb 2023 11:59:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A77F33858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675252756; bh=7zGTS1+4t+b4J8JlaSrq/ueUjCaV3OYQyBx781ZId44=; h=From:To:Subject:Date:In-Reply-To:References:From; b=u+XxK/oALIoL1PXZ4677oC02dW9WJAESf7GdCCwgkoGUbP69Z+aEK2JapFGxpIpAi /kQ5A9lvtps2udf8ICwYFyIUrAzd87TbN9CKT/cJbONz2pxmhX79y+v2PhcLC+eYHh mUwia6BUxQZYTr2xUpEknj44QNPWP5H6adAeFrT0= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108099] [12/13 Regression] ICE with type alias with `signed __int128_t` Date: Wed, 01 Feb 2023 11:59:13 +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: redi at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 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 #14 from Jonathan Wakely --- $ g++ -E -include type_traits -x c++ /dev/null | fgrep int128 struct __is_integral_helper<__int128> struct __is_integral_helper , signed __int128 , unsigned __int128 struct __make_unsigned<__int128> { typedef unsigned __int128 __type; }; struct __make_signed { typedef __int128 __type; }; Those are all correct. They don't use the __int128_t typedef, only the keyw= ord.=