Proposed resolution (July, 2009):
Change 6.8 [basic.types] paragraph 3 as follows:
For any trivially copyable type T, if two pointers to T point to distinct T objects obj1 and obj2, where neither obj1 nor obj2 is a base-class subobject, if thevalue ofunderlying bytes (6.7.1 [intro.memory]) making up obj1isare copied into obj2, using the std::memcpy library function[Footnote: By using, for example, the library functions (16.4.2.3 [headers]) std::memcpy or std::memmove. —end footnote], obj2 shall subsequently hold the same value as obj1. [Example:...