From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CE23B3858D34; Mon, 27 Apr 2020 17:24:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CE23B3858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1588008283; bh=Fyep+znBMP+N/TErpUIif5ZWDbXJGox60rHFtpNoHoA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YF6S+p3L43NjRRp8hRDHCOpteesn0tUMhGjZXXow/+mynXuqSFbojwjWzUh3FzKgD gqZHmJGBjbgHZ9jsr1fJopAzCCZZNxIpOYa6ZZuUek20VD6oY6qpyONb9XMTkKA20N eQZj6IKp9Hss6pf3+tMTVVvu19AnC9rtSKFnOU+s= From: "msebor at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/94775] [8/9/10 Regression] ICE in strip_typedefs, at cp/tree.c:1734 since r8-4668-g8a5ee94a082b3d48 Date: Mon, 27 Apr 2020 17:24:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: msebor at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 8.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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, 27 Apr 2020 17:24:43 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94775 --- Comment #4 from Martin Sebor --- The assertion was introduced in a fix for PR79900 by the commit below: g:423aec8b5756 1734) if (TYPE_USER_ALIGN (t) !=3D TYPE_USER_ALIGN (re= sult) g:423aec8b5756 1735) || TYPE_ALIGN (t) !=3D TYPE_ALIGN (result)) g:b71983a5baee 1736) { g:423aec8b5756 1737) gcc_assert (TYPE_USER_ALIGN (t)); g:423aec8b5756 1738) if (remove_attributes)=