public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "marxin at gcc dot gnu.org" <gcc-bugzilla@gcc.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	[thread overview]
Message-ID: <bug-107295-4@http.gcc.gnu.org/bugzilla/> (raw)

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107295

            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=c++17
skia.ii:7:22: error: ‘(F{((float)0.0l)} + (F){0.0f})’ is not a constant
expression
    7 | constexpr F F0 = F() + 0.0f;

$ g++-12 skia.ii -m32 -c -std=c++17
$ g++ skia.ii -c -std=c++17

             reply	other threads:[~2022-10-17 12:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-17 12:59 marxin at gcc dot gnu.org [this message]
2022-10-17 12:59 ` [Bug c++/107295] " marxin at gcc dot gnu.org
2022-10-17 13:19 ` jakub at gcc dot gnu.org
2022-10-17 13:19 ` jakub at gcc dot gnu.org
2022-10-17 13:30 ` marxin at gcc dot gnu.org
2022-10-18  7:55 ` rguenth at gcc dot gnu.org
2022-10-18 10:03 ` jakub at gcc dot gnu.org
2022-10-18 10:55 ` jakub at gcc dot gnu.org
2022-10-21 16:07 ` cvs-commit at gcc dot gnu.org
2022-10-21 16:09 ` jakub at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-107295-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).