[Issue 8211] New: ICE: Compiling two files with main functions
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jun 8 08:59:49 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8211
Summary: ICE: Compiling two files with main functions
Product: D
Version: D2
Platform: x86_64
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: peter.alexander.au at gmail.com
--- Comment #0 from Peter Alexander <peter.alexander.au at gmail.com> 2012-06-08 09:01:53 PDT ---
// foo.d
void main() {}
// bar.d
void main() {}
% dmd foo.d bar.d
Internal error: ../ztc/machobj.c 2149
Tested with dmd 2.059
--
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