This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/30383] [4.3 Regression] ice for legal code on x86_64 in ix86_expand_movmem



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]