[Issue 5580] [64-bit] String switch statements broken in 64-bit mode
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Feb 15 15:32:52 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5580
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #5 from Walter Bright <bugzilla at digitalmars.com> 2011-02-15 15:30:18 PST ---
I can't reproduce a problem on Ubuntu, and I examined the assembler generated
for druntime/src/rt/switch_.d and nothing obviously wrong jumped out at me.
One thing you can try on the failing machines is to copy switch_.d into a local
directory, compile it with the test case, and verify the failure. Then add some
print statements to switch_.d to try and see where it goes wrong.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list