From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 861DC3858D28; Mon, 17 Oct 2022 12:59:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 861DC3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666011587; bh=YWx3ItzViugRrzhNXe5bqmmdEgc1D3xm7RqcTVqMDfM=; h=From:To:Subject:Date:From; b=VupJNylIFgZnHNY+8bvUdSTBvRYSl90eRUF05spkrMRF9k+dAdIChFVAzhOVTzYOR t2Zq4vSUQ6bEGxp7wURe+CGI4pxSmIrzMsXVuyaQmqrM5OzDczD1R8eiOo6dmabZDV ld3XGPTeeDy2hVK7Hu8l/72DV2FsvedxjFvnUrow= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107295] New: [13 Regression] Rejected code in libreoffice with -m32 since r13-3290-g98e341130f87984a Date: Mon, 17 Oct 2022 12:59:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin 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: bug_id short_desc product version bug_status keywords bug_severity priority component assigned_to reporter cc target_milestone Message-ID: 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=3D107295 Bug ID: 107295 Summary: [13 Regression] Rejected code in libreoffice with -m32 since r13-3290-g98e341130f87984a Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords: rejects-valid Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: jakub at gcc dot gnu.org Target Milestone: --- Since the revision, the following code is rejected: $ g++ skia.ii -m32 -c -std=3Dc++17 skia.ii:7:22: error: =E2=80=98(F{((float)0.0l)} + (F){0.0f})=E2=80=99 is no= t a constant expression 7 | constexpr F F0 =3D F() + 0.0f; $ g++-12 skia.ii -m32 -c -std=3Dc++17 $ g++ skia.ii -c -std=3Dc++17=