From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2A592385841D; Sun, 30 Oct 2022 06:09:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2A592385841D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667110160; bh=OfOfKmrvWj+AEwUoL5/pCEIqQiBsl5a/x8kHaxu2k9k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=R/eL/GG3Eguda+8hH1kOU0X+wbWCbCV6aBlS2IgJpmri813YKdGOfYZSnUrTSLWMj LdS00xTdv9j+492Mt71DbhrHdb5NJzQqSgTZIHEWsYb1OQRuJWsWpgRn70/e2/uyfX mr+JTxUauWxMM8BDaMqfQy/PszHG3nVbbpLnBp/4= From: "chris-gcc-bugzilla at cybermato dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107460] ICE with "using enum" member passed to template function (g++ 11.x-13) Date: Sun, 30 Oct 2022 06:09:19 +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.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: chris-gcc-bugzilla at cybermato 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: attachments.created 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=3D107460 --- Comment #1 from Chris MacGregor --- Created attachment 53794 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53794&action=3Dedit preprocessed source=