[Bug 171] New: >>>= broken with short integers
via D.gnu
d.gnu at puremagic.com
Sat Jan 17 03:09:37 PST 2015
http://bugzilla.gdcproject.org/show_bug.cgi?id=171
Bug ID: 171
Summary: >>>= broken with short integers
Product: GDC
Version: development
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Normal
Component: gdc
Assignee: ibuclaw at gdcproject.org
Reporter: ibuclaw at gdcproject.org
Testcase:
void main()
{
short a = -1;
while (a != 0)
a >>>= 1;
}
This program will loop forever.
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/d.gnu/attachments/20150117/43fa6952/attachment.html>
More information about the D.gnu
mailing list