Hey folks. I just found out that certain versions of clang get upset with
the new version of reverseBits I just checked in when reversing the bits in
an 8 bit data type. It doesn't like shifting an 8 bit value by 8, since
that's technically undefined behavior, even though we'll never use the
resulting value. I have a fix which I'll upload shortly, but if anybody
runs into that, a fix is on the way.

Gabe
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to