------- Comment #2 from pinskia at gcc dot gnu dot org 2007-01-07 00:47 ------- Reduced testcase: void jumpfunc(int copy, void *p) { __builtin_memcpy (p, &&dummy, 128); dummy: ; }
------------ This code is undefined as the address of a label will never be 128bytes, it will either be 4 or 8 bytes. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 GCC host triplet|x86_64-suse-linux | GCC target triplet|x86_64-linux-gnu |i?86-*-* x86_64-*-* Last reconfirmed|0000-00-00 00:00:00 |2007-01-07 00:47:17 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30383