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 middle-end/40252] Internal compiler error on samba4 (verify_gimple failed)



------- Comment #3 from rguenth at gcc dot gnu dot org  2009-05-26 09:12 -------
Reduced testcase:

typedef unsigned int uint32_t;
static void IP(uint32_t v[2])
{
  v[0] = ((v[0] << 1) | ((v[0] >> 31) & 1L)) & 0xffffffffL;
}


-- 


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


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