From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A1E3F3858285; Sun, 6 Nov 2022 06:22:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A1E3F3858285 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667715765; bh=LgzcEfFomqSePuRdY1+k80QQFmt5IQnvQb2/CAYajuA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vZ//wINm0+Thfa95op5Js/rPIVxLUVx63JJNQfV55QSIzDKaqtpzkROQ4SvXtY+6G fMDLWK1udvlxd4yM9uwdR7DaDIjDL38C+iFQmrzz92dT6ARM5lHd2pOB7cOSiSE1w2 p7S1d0G5e6EZEamkbFYZLPQ6VJFZNrTPp4fFkt9o= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107539] internal compiler error: same canonical type node for different types Date: Sun, 06 Nov 2022 06:22:44 +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: 13.0 X-Bugzilla-Keywords: ice-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D107539 --- Comment #2 from Andrew Pinski --- Note the ICE only shows up with checking enabled. It is definitely a bug b= ut one which most users won't see.=