From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3311D386F40C; Mon, 21 Sep 2020 20:08:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3311D386F40C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1600718912; bh=MAl0aT3KS6Wd1lf40W44pnRqqe8FC0eTbjveV+IPWFQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eJgMUtOzdyuMn4erDSI3ryHOkjqN/wj0O8t6wqLHN6B/tpnWAF1rbSpP1TjCx6Ls4 2dVrpL/TZgmS2x5fewNz0s/sVE8Mzxj0ZI9SFMn1en6XzQfUtlbjLgEwau8Z8EFW9u 2PWUsc/by7wv+gKdxvb+B7iymN7eYaKXhvdjLOyg= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/96994] Missing code from consteval constructor initializing const variable Date: Mon, 21 Sep 2020 20:08:32 +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: unknown X-Bugzilla-Keywords: patch, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek 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: 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 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, 21 Sep 2020 20:08:32 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96994 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #8 from Marek Polacek --- Patch was posted: https://gcc.gnu.org/pipermail/gcc-patches/2020-September/553948.html=