From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 170873858D1E; Thu, 19 Oct 2023 20:57:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 170873858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697749026; bh=8q173C+3O8bqBDES+bT+LrF8T3XM1eCUtSBjlvPXoic=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s6h0HWioY0oa1yieqF5LKyi7knzxm5D1qSg/4cPlSYwLqsfJ39+VtENndM8HOx/4I HpirD+nghHNRrQJ+JylYNPzhLr01pmWNvuh+lJKpSDLngEt3ed/hJJataYz1xBKP2I YN2gWXPAFKEL1C2Euhc5FgXM2DX8Xon+sZoZtWpE= From: "tom at honermann dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/111884] [13/14 Regression] unsigned char no longer aliases anything under -std=c2x Date: Thu, 19 Oct 2023 20:57:05 +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.2.1 X-Bugzilla-Keywords: diagnostic, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: tom at honermann dot net 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: 13.3 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=3D111884 --- Comment #4 from Tom Honermann --- (In reply to Marek Polacek from comment #3) > Thanks, I can test Thank you. That change looks right. My apologies for introducing the regression.=