[Bug target/30383] [4.3 Regression] ice for legal code on x86_64 in ix86_expand_movmem
bonzini at gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Jan 8 13:33:00 GMT 2007
------- Comment #4 from bonzini at gnu dot org 2007-01-08 13:32 -------
> This code is undefined as the address of a label will never be 128bytes, it
> will either be 4 or 8 bytes.
No, that would be
void *p = &&dummy;
memcpy (foo, &p, sizeof (p));
Here, it's copying code from the address of the label.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30383
More information about the Gcc-bugs
mailing list