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

Christoph Müllner <cmuellner at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |cmuellner at gcc dot 
gnu.org
   Last reconfirmed|                            |2024-03-21
                 CC|                            |cmuellner at gcc dot gnu.org
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED
   Target Milestone|---                         |14.0

--- Comment #7 from Christoph Müllner <cmuellner at gcc dot gnu.org> ---
Thanks for reporting and providing several minimal reproducers.

I can reproduce the issue and have further analyzed it.
During the analysis, I've noticed that not only memset-zero (clear-memory) is
affected,
but all memset expansions (e.g. `memset(p, 3, 15)`).

I also have a potential fix that will be sent to the list once the testing run
is completed.

Reply via email to