digitalmars.D.bugs - Internal error: ..\ztc\cod1.c 2521
- Tyro <ridimz yahoo.com> Sep 01 2006
- Thomas Kuehne <thomas-dloop kuehne.cn> Sep 03 2006
import std.cstream: din, dout;
void main()
{
dout.writefln(bar());
}
void bar() {};
--
Andrew C. Edwards
-----------------------------------------------------
The truth we call D, has passed through three stages:
First ridiculed; Then violently opposed;
And now, it is being accepted as self-evident.
Consequently:
C/C++ is rapidly approaching Stage 5 (being forgotten)!
Sep 01 2006
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Tyro schrieb am 2006-09-01:import std.cstream: din, dout; void main() { dout.writefln(bar()); } void bar() {};
Added to DStress as http://dstress.kuehne.cn/nocompile/b/bug_cod1_2521_A.d Thomas -----BEGIN PGP SIGNATURE----- iD4DBQFE+pvtLK5blCcjpWoRAgOjAJjl9Ei8vw9t3772pIogquAOKgCIAKCeVI9L kZkyhHXNOY3glf1J+YMPyw== =+V73 -----END PGP SIGNATURE-----
Sep 03 2006








Thomas Kuehne <thomas-dloop kuehne.cn>