3117 – dmd crash by *1

D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 3117 - dmd crash by *1
Summary: dmd crash by *1
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: x86 All
: P1 normal
Assignee: No Owner
URL:
Keywords: ice-on-invalid-code
Depends on:
Blocks: 3130
Show dependency tree / graph
Reported: 2009年06月30日 11:35 UTC by Haruki Shigemori
Modified: 2015年06月09日 01:27 UTC (History)
1 user (show)

See Also:


Attachments
Add an attachment (proposed patch, testcase, etc.)

Note You need to log in before you can comment on or make changes to this issue.
Description Haruki Shigemori 2009年06月30日 11:35:02 UTC
//a.d
void main(){ 1**2; }
> dmd a.d
// crashed!!
Comment 1 Haruki Shigemori 2009年07月03日 00:16:58 UTC
I found that a more simple sample.
// a.d
void main(){ *1; }
> dmd a.d
// crashed!!!!
Comment 2 Walter Bright 2009年07月09日 02:52:28 UTC
Fixed dmd 1.046 and 2.031


AltStyle によって変換されたページ (->オリジナル) /