From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DA22E3858C2B; Mon, 15 May 2023 09:22:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DA22E3858C2B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684142544; bh=0C22LIygRIxGMVX04W8S8lRizvPBUB4m3nI/3ppu7dc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aEJfehBePgUueUBQLRRG4ZHCQOUrH+ErAxKmXd3fnTeh0u1tKWzZDQLjhFN+OArc6 Qt0EqvBKg66h1cOzJpY9osgDZmCpjcu3ns1xMomogdZcunfgIojlIE+FjNBuXUZusT xwT4vWxGdyBxCYi0KKRaA+O1JWHWUzUE5KYzYlZg= From: "hewillk at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109859] ICE on concept mis-typed as template type parameter Date: Mon, 15 May 2023 09:22:24 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hewillk at gmail dot com 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: 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=3D109859 =E5=BA=B7=E6=A1=93=E7=91=8B changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hewillk at gmail dot com --- Comment #1 from =E5=BA=B7=E6=A1=93=E7=91=8B = --- Reduced: template concept C =3D true; template int f(); https://godbolt.org/z/59739vMbj=