From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2EE7B3858D37; Mon, 9 Oct 2023 02:07:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2EE7B3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696817262; bh=Uj2mKH7n7mNFgJILbMv9d7yqAhtXSCS9/7UVLQb6nUE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Xn2bYlIzj7FwGDJK/ktR9bhZA1g3lJcL2NsDIWA3whLlMnl5/upRXoq9hLQUVo382 9ZF3inJA+9iGAdNTrMmqH37oVI249mp4nSjE74rmgZRcoFqCn914vAHyTRvczy3xpN 0SpzCIiFwHtW9d44YHNeTNG3uR3Ru9NZqQFByFmw= From: "de34 at live dot cn" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/94264] Array-to-pointer conversion not performed on array prvalues Date: Mon, 09 Oct 2023 02:07:40 +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: 9.3.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: de34 at live dot cn 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: cc 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=3D94264 Jiang An changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |de34 at live dot cn --- Comment #5 from Jiang An --- Related: https://cplusplus.github.io/CWG/issues/2548.html=