From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8D33B385828A; Wed, 31 Jan 2024 03:24:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8D33B385828A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706671475; bh=pMaY1PiZ1REchou9aFZVbQgK6XvkVh7g8xpwo/Ax/AM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yAcSl2zQYt436mfeNVU88KdbaH82Wu9iJvpdBuYSepxY4+GHaKjYa60QBGkJ96QZN 9iqpIH+mHCZTBOHdlm3Zagsbup3VGfKuq7sxTMFZl8Q4uP7itmhdr4Bvt5Mk0trlj1 NesGgAvDbXfSi2NIQAfPsAbrWFxKSWkuPus8K/dM= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/113394] ICE: 'verify_type' failed: type variant with 'TYPE_ALIAS_SET_KNOWN_P' with -fstrub=internal -g Date: Wed, 31 Jan 2024 03:24:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: aoliva at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113394 --- Comment #2 from GCC Commits --- The master branch has been updated by Alexandre Oliva : https://gcc.gnu.org/g:d826596acb02edf41ac4f76af2aed5efa3b8c698 commit r14-8643-gd826596acb02edf41ac4f76af2aed5efa3b8c698 Author: Alexandre Oliva Date: Wed Jan 31 00:13:27 2024 -0300 strub: drop nonaliased parm from build_ref_type_for [PR113394] Variant type copies can't have their own alias sets any more, and it's not like setting them affected the pointed-to objects anyway. for gcc/ChangeLog PR debug/113394 * ipa-strub.cc (build_ref_type_for): Drop nonaliased. Adjust caller. for gcc/testsuite/ChangeLog PR debug/113394 * gcc.dg/strub-internal-pr113394.c: New.=