From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EC3353857C49; Fri, 16 Feb 2024 18:51:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EC3353857C49 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708109464; bh=wNy/VKlYGLjzEhXIuR3iSM6CQJ2R/j8TliOKUh8n5eQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HK+wDHw2zgsf1KKTyQKIbjahaWFp7W1w02l71X4/vVeM37T6hhDeGwTyZomiinGFv tjLDp8i72vy3i1UlovsKPsvNUalSD3+Y2cvFtplBfel4YhUhZV7uEms9+DXtoCu6y+ D4RmQ7SeniEcpEg//JKX530GEs3qw07dM2n27P18= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyBjKysvOTc5OTBdIFsxMS8xMi8xMyBSZWdyZXNzaW9uXSBJ?= =?UTF-8?B?Q0U6IOKAmHZlcmlmeV90eXBl4oCZIGZhaWxlZCB3aXRoIHZlY3RvciB0eXBl?= =?UTF-8?B?cyBhbmQgbm9uLVBPRHMgc2luY2UgcjYtNTIyMi1nYmE2YTZhMWQ0NGMxN2Yy?= =?UTF-8?B?NQ==?= Date: Fri, 16 Feb 2024 18:51:04 +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: 10.2.1 X-Bugzilla-Keywords: ice-on-valid-code, lto X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cf_known_to_work 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=3D97990 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13/14 Regression] |[11/12/13 Regression] ICE: |ICE: =E2=80=98verify_type=E2=80=99 failed |=E2=80=98v= erify_type=E2=80=99 failed with |with vector types and |vector types and non-PODs |non-PODs since |since |r6-5222-gba6a6a1d44c17f25 |r6-5222-gba6a6a1d44c17f25 Known to work| |14.0 --- Comment #12 from Andrew Pinski --- (In reply to Marek Polacek from comment #11) > Looks like r14-5934-gf26d68d5d128c8: >=20 > commit f26d68d5d128c86faaceeb81b1e8f22254ad53df > Author: Richard Biener > Date: Tue Nov 28 12:36:21 2023 +0100 >=20 > middle-end/112732 - stray TYPE_ALIAS_SET in type variant >=20 > fixed this. Yes that looks like the correct fix even and PR 112732 does look like the s= ame issue here except a different path to create the type variant.=