From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B48983858C31; Thu, 28 Mar 2024 06:29:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B48983858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711607394; bh=j5vHgMMyiYB8ki/wOsoQJ5Im5DCouk5AHCnylNDcON4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JWw4w/AmoSpug7xxWpB9BGD84+kqecXYuwg04OBMDsQlUkODuCW/92x+2s9sdl9Pa DR50DAerJ90g2eeAHMtWSWLgEkZbbRD03c5I++H7qDV51l37D4eVISbHxmM9iftM+F PvOO3tClklyhoIdwspBqwYEx4l2kBJJpVfaOpcJc= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/114361] ICE with c23 when creating mutually nested and compatible types with statement expressions Date: Thu, 28 Mar 2024 06:29:54 +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: 14.0 X-Bugzilla-Keywords: ice-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: 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=3D114361 --- Comment #1 from Andrew Pinski --- Oh it needs -g too.=