digitalmars.D.bugs - [Bug 110] New: Assertion failure, Line 1135, expression.c
- d-bugmail puremagic.com (21/21) Apr 19 2006 http://d.puremagic.com/bugzilla/show_bug.cgi?id=110
- Thomas Kuehne (14/22) Apr 19 2006 -----BEGIN PGP SIGNED MESSAGE-----
- d-bugmail puremagic.com (9/9) May 25 2006 http://d.puremagic.com/bugzilla/show_bug.cgi?id=110
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);
}
-------
--
Apr 19 2006
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
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
-----BEGIN PGP SIGNATURE-----
iD8DBQFERzPB3w+/yD4P9tIRAuFeAJ4+ff/Em3qBEZUwckF8u9WqT09y1QCeNp2x
gBZLYFat+SNyVqSNsVz59TU=
=Vi8U
-----END PGP SIGNATURE-----
Apr 19 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=110
bugzilla digitalmars.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Fixed 0.158
--
May 25 2006









Thomas Kuehne <thomas-dloop kuehne.cn> 