https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100111
--- Comment #12 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jason Merrill <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:967cdbe66296535fa496b88406a1125c8acaf6e2 commit r13-160-g967cdbe66296535fa496b88406a1125c8acaf6e2 Author: Jason Merrill <ja...@redhat.com> Date: Tue Apr 12 17:46:59 2022 -0400 c++: empty base constexpr adjustment [PR105245] While looking at PR105245 in stage 4, I wanted to reorganize the code a bit, but it seemed prudent to defer that to stage 1. PR c++/105245 PR c++/100111 gcc/cp/ChangeLog: * constexpr.cc (cxx_eval_store_expression): Reorganize empty base handling.