[Issue 4299] New: compile stopped with flag unittest in typecons.d , depending on the order files
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jun 10 03:56:23 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4299
Summary: compile stopped with flag unittest in typecons.d ,
depending on the order files
Product: D
Version: future
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: pavel at psi.cz
--- Comment #0 from pavel <pavel at psi.cz> 2010-06-10 03:56:19 PDT ---
uses dmd2 version 2.046 , windows vista, ubuntu 10.10
first file:
module one;
import std.string;
second file:
import std.stdio;
int main(string[] args)
{
int[] a = [1,2,3,4];
writeln(a);
}
compile:
dmd one.d main.d -oftest -unittest -> stopped in typecons.d
but this is ok:
dmd main.d one.d -oftest - unitest
--
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