From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 815FE3858D33; Thu, 4 May 2023 12:18:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 815FE3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683202730; bh=19m5G8CPjnG5Sx4yTLfBr+wvExLDd5gb13gNucp+UvY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vZWsO5j6pvyOqczA3w5cclq/ps4AmRSaL++KtA2pZ+iAqOlG9qaLxp2xPLF2wsetM 4IiIfDGz7khHeFjaYLQtGsETOic6UAxBcY8vOUUFCVdmsPRI9UydtZdolJEsmoF7no Bu8ZFhUcW/JQOPav6Uo04avt9y5XIifPyIPy0R6E= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109730] [12/13/14 regression] ICE in contains_struct_check since r12-9441-g94569d91bd4c60 Date: Thu, 04 May 2023 12:18:50 +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.1.1 X-Bugzilla-Keywords: needs-reduction X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames at gcc dot gnu.org 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: 12.3 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=3D109730 --- Comment #3 from Sam James --- Created attachment 54993 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54993&action=3Dedit reduced.ii=