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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I guess that is not that important, what matters is that the middle-end created
CONSTRUCTORs can make it into the constexpr evaluation, and there is no
guarantee that in such CONSTRUCTORs the indexes will be present.
Trying to teach it now to handle missing indexes (the case where they are
missing completely is easy, the problem can be mixed case where some elts have
indexes and others don't).

Reply via email to