mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
72012402e1
memcpy assumptions: link to source showing that GCC makes the same assumption I finally stumbled upon a source showing that GCC also generates overlapping `memcpy`. So if we're linking major C compilers making such assumptions here, let's have both clang and GCC.