diff options
author | Jason Merrill <jason@redhat.com> | 2024-02-01 17:23:53 -0500 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 2024-02-01 22:22:06 -0500 |
commit | f4998609908e4926fc095ce97cb84b187294fd1d (patch) | |
tree | dbb5fc97845831fc32c5fbe38da794a9d77a340f /gcc/go | |
parent | 0b786ff38ab398087820d91241e030a28c451df9 (diff) | |
download | gcc-f4998609908e4926fc095ce97cb84b187294fd1d.zip gcc-f4998609908e4926fc095ce97cb84b187294fd1d.tar.gz gcc-f4998609908e4926fc095ce97cb84b187294fd1d.tar.bz2 |
c++: no_unique_address and constexpr [PR112439]
Here, because we don't build a CONSTRUCTOR for an empty base, we were
wrongly marking the Foo CONSTRUCTOR as complete after initializing the Empty
member. Fixed by checking empty_base here as well.
PR c++/112439
gcc/cp/ChangeLog:
* constexpr.cc (cxx_eval_store_expression): Check empty_base
before marking a CONSTRUCTOR readonly.
gcc/testsuite/ChangeLog:
* g++.dg/cpp2a/no_unique_address15.C: New test.
Diffstat (limited to 'gcc/go')
0 files changed, 0 insertions, 0 deletions