From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A6A473858CDA; Thu, 27 Apr 2023 20:31:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A6A473858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682627498; bh=zDbfsTVxsDZihwE6ys/lf2JADLvEH5xzGsC2p8I3Hfo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=G3F066mwInobqu49Gf/xViT4vc4KV5yA41Acz3PayyrLtck0YPyhh262yMyFSQqdT mYOZGtnSHY4YtcwUl4c1JLbU1m5qc1KBs3Jyq4ubEvBsNPKqxQwnKh/WZdt6WqLj1x I0yw6lvD6B0QKw637eUPjzgp40mkb5+qKI+XYMe0= From: "ph3rin at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/93106] [c++2a] Deleted move constructor is not selected when returning an automatic variable Date: Thu, 27 Apr 2023 20:31:38 +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.2.0 X-Bugzilla-Keywords: accepts-invalid X-Bugzilla-Severity: normal X-Bugzilla-Who: ph3rin at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: bug_status resolution 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=3D93106 Yunrui Wang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #8 from Yunrui Wang --- Issue has been resolved in gcc 12.1.=