D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 3403 - compiler dies with -X option
Summary: compiler dies with -X option
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: x86 Linux
: P2 normal
Assignee: No Owner
URL:
Keywords: ice-on-valid-code
: 3435 (view as issue list)
Depends on:
Blocks:
 
Reported: 2009-10-14 22:13 UTC by MIURA Masahiro
Modified: 2014-02-14 20:35 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description MIURA Masahiro 2009-10-14 22:13:12 UTC
% cat foo.d
// module foo;

void main() {}
% dmd -X foo.d
zsh: segmentation fault  dmd -X foo.d
%

Uncomment the "module" line, and it works fine.
Using DMD 2.035.
Comment 1 MIURA Masahiro 2009-10-22 18:18:04 UTC
*** Issue 3435 has been marked as a duplicate of this issue. ***
Comment 2 Don 2010-01-15 03:18:55 UTC
Fixed DMD1.051 and 2.036.