From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 40B973858425; Wed, 21 Dec 2022 18:14:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 40B973858425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671646489; bh=i6WZjYHfZVAQwABkrgbJIH3EBk7lxpa0N6InbYcL88o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qwD88wwCRyvUd/jbqq0YnrLx0ZOwpP2ZQuWu9fpwrHV9JZ+tdIND0Gzb+FwyB/onI Az0cpjtU2JcvSyhjAZJdapKmPbIQTHoFrLyU00y3bVzQO4WudpIoX3XWB+obGMWH+e Ovr5IXFo3UJyKlpOF/ZmSLZSLiw6+woNUlkYh+A4= From: "ville.voutilainen at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108099] [12/13 Regression] ICE with type alias with `signed __int128_t` Date: Wed, 21 Dec 2022 18:14:48 +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: ville.voutilainen at gmail dot com 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: cc 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 Ville Voutilainen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ville.voutilainen at gmail= dot com --- Comment #11 from Ville Voutilainen = --- More cases that ICE: template using AT =3D int; using AA =3D AT; template struct AT{}; using AA =3D AT; template struct AT{}; AT x;=