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

Ilya Enkovich <ienkovich at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2015-09-24
                 CC|                            |ienkovich at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |ienkovich at gcc dot 
gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from Ilya Enkovich <ienkovich at gcc dot gnu.org> ---
(In reply to David Binderman from comment #1)
> sizeof (struct xsave_struct) is about 900 bytes, so there is plenty of time
> to be saved.

Thanks for pointing at this.  Actually I don't see my we have both memset and
memcpy here.  Structure is copied just to return its field.  I'll fix it.

Reply via email to