From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B55913858C39; Thu, 16 Feb 2023 17:26:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B55913858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676568390; bh=z0OB8q1LoulqKS/CrITki7awKXzXmgysYJfWbB1vh70=; h=From:To:Subject:Date:In-Reply-To:References:From; b=k2mF3TceO6007U6Po09hUHvOcGQnT1YteNtc4qXFBNS94eBajLNhbTLo+cSp1nJrg nRddjCr9jUzlZqcDTIS1nZq+uoXwFALzlHZg+TuSIUPiXKXjWrsqZ0YWGVeLOCDSXE 2A8dADrYDYztmlpvocegn2U+xfGBABW5lLAroYUc= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/84699] [DR1054] discarded value expression of volatile class type shall materialize a temporary Date: Thu, 16 Feb 2023 17:26:29 +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: 7.3.1 X-Bugzilla-Keywords: accepts-invalid, wrong-code 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: short_desc see_also 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=3D84699 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|discarded value expression |[DR1054] discarded value |of volatile class type |expression of volatile |shall materialize a |class type shall |temporary |materialize a temporary See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D59314 --- Comment #4 from Andrew Pinski --- https://open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1054=