[Bug c/59219] ____builtin___memcpy_chk and -fno-builtin-memcpy

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Nov 21 12:10:00 GMT 2013


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)



More information about the Gcc-bugs mailing list