http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59219

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2013-11-21
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Please specify more thoroughly what you are asking for.  Are you complaining
that eventually calls to __memcpy_chk are emitted?  Or are you complaining
that we still expand memcpy inline even though you specified -fno-builtin?
(but you used __builtin__memcpy_chk which retains its 'memcpy' specification
because of the __builtin prefix)

Reply via email to