public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/105622] [13 Regression] ICE in cxx_eval_store_expression with [[no_unique_address]] since r13-160-g967cdbe6629653
Date: Tue, 24 May 2022 19:50:27 +0000	[thread overview]
Message-ID: <bug-105622-4-y6CvWMINGP@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-105622-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jason Merrill <jason@gcc.gnu.org>:

https://gcc.gnu.org/g:2540e2c604142889308857657d3510874955336a

commit r13-746-g2540e2c604142889308857657d3510874955336a
Author: Jason Merrill <jason@redhat.com>
Date:   Fri May 20 16:16:25 2022 -0400

    c++: constexpr empty base redux [PR105622]

    Here calling the constructor for s.__size_ had ctx->ctor for s itself
    because cxx_eval_store_expression doesn't create a ctor for the empty
field.
    Then cxx_eval_call_expression returned the s initializer, and my empty base
    overhaul in r13-160 got confused because the type of init is not an empty
    class.  But that's OK, we should be checking the type of the original LHS
    instead.  We also want to use initialized_type in the condition, in case
    init is an AGGR_INIT_EXPR.

    I spent quite a while working on more complex solutions before coming back
    to this simple one.

            PR c++/105622

    gcc/cp/ChangeLog:

            * constexpr.cc (cxx_eval_store_expression): Adjust assert.
            Use initialized_type.

    gcc/testsuite/ChangeLog:

            * g++.dg/cpp2a/no_unique_address14.C: New test.

  parent reply	other threads:[~2022-05-24 19:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-16 19:06 [Bug c++/105622] New: ICE in cxx_eval_store_expression with [[no_unique_address]] and empty data members ppalka at gcc dot gnu.org
2022-05-16 19:08 ` [Bug c++/105622] [13 Regression] ICE in cxx_eval_store_expression with [[no_unique_address]] and empty data members since r13-160-g967cdbe6629653 ppalka at gcc dot gnu.org
2022-05-17  6:58 ` [Bug c++/105622] [13 Regression] ICE in cxx_eval_store_expression with [[no_unique_address]] " rguenth at gcc dot gnu.org
2022-05-17 22:16 ` jason at gcc dot gnu.org
2022-05-24 19:50 ` cvs-commit at gcc dot gnu.org [this message]
2022-05-24 20:07 ` jason 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-105622-4-y6CvWMINGP@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).