------- Comment #12 from jakub at gcc dot gnu dot org  2006-10-01 22:35 -------
Wrt #8, can you come up with a C++ testcase where
using var = x; is invalid, but using memcpy (&var, &x, sizeof (var)); (where
sizeof (var) == sizeof (x)) makes it valid C++ (from aliasing point of view)?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29272

Reply via email to