Thread overview | |||||
---|---|---|---|---|---|
|
April 19, 2006 [Bug 110] New: Assertion failure, Line 1135, expression.c | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/bugzilla/show_bug.cgi?id=110 Summary: Assertion failure, Line 1135, expression.c Product: D Version: 0.153 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: clugdbug@yahoo.com.au This should fail to compile, but it ICEs. Only tested on DMD 0.153 Windows. ------- void * frog (void *); void main () { toad = frog(0); } ------- -- |
April 20, 2006 Re: [Bug 110] New: Assertion failure, Line 1135, expression.c | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail Attachments: | d-bugmail@puremagic.com schrieb am 2006-04-19: > This should fail to compile, but it ICEs. > Only tested on DMD 0.153 Windows. > > ------- > void * frog (void *); > > void main () { > toad = frog(0); > } > ------- Added to DStress as http://dstress.kuehne.cn/nocompile/b/bug_expression_1135_A.d http://dstress.kuehne.cn/nocompile/b/bug_expression_1135_B.d http://dstress.kuehne.cn/nocompile/b/bug_expression_1135_C.d http://dstress.kuehne.cn/nocompile/b/bug_expression_1135_D.d Thomas |
May 25, 2006 [Bug 110] Assertion failure, Line 1135, expression.c | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/bugzilla/show_bug.cgi?id=110 bugzilla@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #2 from bugzilla@digitalmars.com 2006-05-25 04:20 ------- Fixed 0.158 -- |
Copyright © 1999-2021 by the D Language Foundation