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

Martin Jambor <jamborm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |jamborm at gcc dot 
gnu.org

--- Comment #2 from Martin Jambor <jamborm at gcc dot gnu.org> ---
But it is actually a slightly different problem.  The assignment to
d7.pr, which is an empty struct, survives all the way to gimple as a
load from an initializer of size zero, which makes SRA to create an
access of size zero for it, which then confuses the verifier.

Anyway, mine.

Reply via email to