From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E99D6385840D; Wed, 24 Apr 2024 17:28:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E99D6385840D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713979691; bh=84mwIs5RiqA1syHLbp4p8WxcjwS2wt6SIBMak4RKimc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KngAoyBEKW5K+d5VNrUzo8IclaBReTaY+Mvah31G6chc9ruUA5VCvaDQO9mUjLp2/ qlh33V5dRVW0rIeRqO+J6PS6CDOY8HQF2NuLywIAFQXtuhYTywBx78KeKxPODccbbF qd4UKBkCN/QMRHDSgkrGZ7rWk3RJNsW26OG/DZ1k= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114834] nontstring attribute vs. references Date: Wed, 24 Apr 2024 17:28:11 +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: diagnostic, rejects-valid 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: 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=3D114834 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |diagnostic, rejects-valid --- Comment #1 from Andrew Pinski --- I would have assumed nonstring on std::byte would be a non-op since it is an enum and the other code checks only for character types ...=