[Issue 5642] New: borken ddoc build using std.random.uniform
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Feb 22 16:09:40 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5642
Summary: borken ddoc build using std.random.uniform
Product: D
Version: D2
Platform: Other
OS/Version: Windows
Status: NEW
Severity: regression
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: spam at extrawurst.org
--- Comment #0 from Stephan Dilly <spam at extrawurst.org> 2011-02-22 16:06:57 PST ---
compiling this using "dmd main.d -D" is broken but used to work under dmd2.051:
module main;
import std.random;
void main(string[] argv)
{
auto bar = uniform(0,1);
}
building this gives:
OPTLINK (R) for Win32 Release 8.00.8
Copyright (C) Digital Mars 1989-2010 All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
main.obj(main)
Error 42: Symbol Undefined
_D3std6random44__T7uniformVAyaa10_5b242852504152454e
29TiTiZ7uniformFiiZi
--- errorlevel 1
--
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