From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5EEF3385840E; Mon, 31 Oct 2022 00:30:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5EEF3385840E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667176242; bh=jfe3PxjK4r0mlOdH8joOZ6y0tCTN/mJVWYlWmwSnAAc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XQs+1RUujQM5wZk7Wjy7sMN8Q7AXCnNwA2fOlMu0cRd3l/+iTck/Y2Fk1MRfXc4mV Ppg0QAy0ZmO5DzmOy1j9zC/yYBDoGP73Lg9KnezOxGWF1JRDSKLAVFV2QlrNeCUGrG IhprI0lpN5kxq9Vc/SzgvfTBkpv5MJFZDbVSfJQo= From: "chris-gcc-bugzilla at cybermato dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/103081] [ICE] with "using enum" Date: Mon, 31 Oct 2022 00:30:40 +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: 11.1.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: chris-gcc-bugzilla at cybermato dot com X-Bugzilla-Status: NEW 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 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=3D103081 Chris MacGregor changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris-gcc-bugzilla@cybermat | |o.com --- Comment #7 from Chris MacGregor --- Created attachment 53800 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53800&action=3Dedit testcase originally for bug 107460 Now that bug 107460 (ICE with "using enum" member passed to template functi= on, g++ 11.x-13) is marked a dup of this (indirectly, via bug 105787), attaching the testcase here; hopefully that's helpful.=