[LLVMbugs] [Bug 2335] llvm-gcc generates llvm. memcpy intrinsics with -ffreestanding flag

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri May 16 04:41:16 PDT 2008


http://llvm.org/bugs/show_bug.cgi?id=2335


Duncan Sands <baldrick at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #3 from Duncan Sands <baldrick at free.fr>  2008-05-16 06:41:15 ---
>From http://gcc.gnu.org/onlinedocs/gcc/Standards.html:

GCC requires the freestanding environment provide memcpy, memmove, memset and
memcmp. Finally, if __builtin_trap is used, and the target does not implement
the trap pattern, then GCC will emit a call to abort.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list