From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 387013858286; Wed, 3 Jan 2024 11:23:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 387013858286 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704281023; bh=J0mFt7dLmLn0mUff1pDFlPsO8/eMFQMRAGpHIGIfnEA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RXHUDrrwFbqUgyiNZ7c7SBFTubwji62nv7H0fug+mNVT8K1riG90XzQkyh6SNXo7w N03WGNyqGuMevKNp5klI/DVz/PBM4hZd+A0doi8a8lZVpa7KYzj6gfoiCW/nyzjmqj XVfbpJMDcBq7cBjJLr84EvOuBM02lorOQ4Rw3Ay0= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/113200] std::char_traits::move is not constexpr when the argument is a string literal Date: Wed, 03 Jan 2024 11:23:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 13.2.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org 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: component 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=3D113200 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Component|c++ |libstdc++ Keywords|diagnostic |rejects-valid --- Comment #6 from Jonathan Wakely --- Although we should fix the libstdc++ problem first, then re-assign (or maybe file a separate bug for the FE diagnostic).=