From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 888D93858D35; Mon, 3 Aug 2020 14:51:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 888D93858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1596466290; bh=0thlTKfiS73SqQ2Oh0lKBq7E6XbCw91E9Yby8lasxyo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wjVaF6OUQrNfyup/K+MnShc4u+b32I+9pTltdd1FlZVhEdyeajQ1tBiao00SHrSpK Rs59mCWyPHrvs5MdxlTiBUtd/AxNF6CwUSya7zQCWsj6BZdzTRBMFOLBb90D9OCsrY HLoeOozjk8h1p0q+X+lQZBHA/yoHQXPOPYAkvBeI= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/64194] [C++14] for function template with auto return Date: Mon, 03 Aug 2020 14:51:30 +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: 5.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution target_milestone bug_status 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2020 14:51:30 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D64194 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Target Milestone|--- |11.0 Status|ASSIGNED |RESOLVED --- Comment #12 from Patrick Palka --- Should be fixed for GCC 11, thanks for the reports.=