From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9BEAE383E825; Mon, 15 Jun 2020 22:23:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9BEAE383E825 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1592259819; bh=VdVdjJSNc+s4wSw26Kl92e0SrOQWemkH6a08N6JSo8I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RpLHIoA2YgGn+Fd/VZOynYUj9X2gndmnC8KMPzL5D/x+OtJsIl0j+9OGaVFmCBXvK ptrNV8GRoejVwcVf9TyixFd3oQ30jhvs1TGXSZ9AJREgP2Sr9mDV6dYD5ERWS9eH02 iRdKAqtyCy4vbCGYbqQ12V+0yc/VyO+zY4EkBYMk= From: "xerofoify at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/95672] ICE in cxx_incomplete_type_diagnostic, at cp/typeck2.c:584 Date: Mon, 15 Jun 2020 22:23:39 +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.0 X-Bugzilla-Keywords: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: xerofoify at gmail 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2020 22:23:39 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95672 Nicholas Krause changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerofoify at gmail dot com --- Comment #5 from Nicholas Krause --- Created attachment 48736 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D48736&action=3Dedit Proposed Fix This is a proposed fix for the bug. Not sure if we need to emit multiple messages for different possible template expansion failures.=