From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E7FBC382DE34; Wed, 26 Oct 2022 17:35:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E7FBC382DE34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666805712; bh=T9nc1IdRs4pPt4eqF4xwXIGyIDuk+dcIMVGUzcEq2vk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nmIZ+FfGc4BN1ITqpedSRzfxSZp4jC3XoXXgYIePtov4fwIOOuzpCMw+vS4OUOAG+ +3m9YMus8EDJBiI/eApYequtxwbRj1AafNgOO280y2flrQrllzed1pEU9wBKZeLFGz foID+7QL5Iqq2K/CjW/+ei+t+by0QE/y1r1P6u3M= From: "joseph at codesourcery dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107405] [13 Regression] enum change causing Linux kernel to fail to build due to Linux depending on old behavior Date: Wed, 26 Oct 2022 17:35:12 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: joseph at codesourcery dot com X-Bugzilla-Status: NEW 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=3D107405 --- Comment #13 from joseph at codesourcery dot com --- If the real issue in a particular place in the kernel is that a single=20 (anonymous) enum type is being used for lots of different kinds of=20 constants, then the appropriate fix in the kernel might be to split up the= =20 enum, so that large constants of one kind don't affect the types of small=20 constants of a different kind.=