[Bug c/47409] volatile struct member bug
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jan 24 16:47:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47409
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org,
| |jsm28 at gcc dot gnu.org
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-01-24 16:23:44 UTC ---
Not sure if this is a bug at all, structure assignment should be implementable
using memcpy or memmove and thus the side effects that will happen on it are
not very well defined.
More information about the Gcc-bugs
mailing list