On Wed, Oct 19, 2016 at 03:44:05PM +0300, Bruce Hoult via llvm-dev wrote: > I'm curious. Where is it defined that memcpy is byte by byte not, for > example, bit by bit? Why is the destination not identical to the source, > with exactly the same bits poison? The fundamental unit in C is a char. Joerg