From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8AFB53951878; Mon, 31 Aug 2020 13:17:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8AFB53951878 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1598879864; bh=VSfxoKHb8k0F4EqZppXkEJQRli0uIsuzkxqcW7IBWS0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CezYgwEFuQNZI0aLugU8n/4oPs2n+5ChY8k9qcCe0RO2rxdTYD08xGVUDZVFZCbPX 8DCQ0dUMQptHLqw8WMoNLlJTTfqwzsosqKJSQ0tspFZzA3sf3mS59sQNPpxL/aeMyJ ZHfBp66rp8w0QU8+K6Qu+8MUZYl9eu7mUd4rJ3mg= From: "Laurent.Rineau__gcc at normalesup dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/96862] -frounding-math -std=c++2a error: '(1.29e+2 * 6.9314718055994529e-1)' is not a constant expression Date: Mon, 31 Aug 2020 13:17:44 +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: 11.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: Laurent.Rineau__gcc at normalesup dot 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: 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, 31 Aug 2020 13:17:44 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96862 --- Comment #4 from Laurent Rineau --- At the compiler level, I do not think the bug is related to `-std=3Dc++2a`.= That flags was there only to trigger the bug from the recent versions of libstdc= ++ since: commit e6c76f0d3327bf00c96f5a63961c1d5ab77512db Author: Patrick Palka Date: Wed Aug 19 09:12:55 2020 -0400=