From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D51E23858C5E; Sat, 20 Jan 2024 08:39:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D51E23858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705739975; bh=JMqf4qQdbsuXVxFkqCBqmkSspPgSU6s55nPJ8OUQHcY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rTCZdU3yF3ibBnP7wrrEGxFusLH8FzL1EqADDKr3n9WNMGLo9jDyeJVDtzMcqm+a2 dF5Vyb+ifFOM0kkKoqDs0gDa9YYeLb6hFr4UUQ5INsQnjWHDmY6UFibaAP0c34OD3F QmLEkL0zebxKVmzRw2DeySCA8TChYDtjBrG07Ne4= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/113492] [14 Regression] ICE: in composite_type_internal, at c/c-typeck.cc:557 with -std=c2x -funsigned-bitfields since r14-6808 Date: Sat, 20 Jan 2024 08:39:34 +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-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: uecker at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords 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=3D113492 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-on-valid-code --- Comment #5 from Andrew Pinski --- (In reply to uecker from comment #4) > Yes, it is just weird because similar bugs for other new language feature= s, > e.g. an ICE for BitInt are not labeled as a regression and are P3. -std=3Dc2x is not a "new feature" in GCC 14 though, it was there in GCC 13.= What is a new feature is "constructing composite types for structs and unions" b= ut those rules might not be known by many users so it is only new feature internally. Also P3 just means not categorized yet; I forgot where that is documented.=