digitalmars.D.bugs - [Issue 427] New: source files starting with a number are accepted by dmd
- d-bugmail puremagic.com Oct 11 2006
- Thomas Kuehne <thomas-dloop kuehne.cn> Oct 12 2006
- d-bugmail puremagic.com Oct 18 2006
http://d.puremagic.com/issues/show_bug.cgi?id=427 Summary: source files starting with a number are accepted by dmd Product: D Version: 0.169 Platform: PC OS/Version: Linux Status: NEW Keywords: accepts-invalid Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla digitalmars.com ReportedBy: thomas-dloop kuehne.cn sample: dmd 2.d cause: module.c:575: if (*p != '_' && !isalnum(*p)) --
Oct 11 2006
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 d-bugmail puremagic.com schrieb am 2006-10-11:http://d.puremagic.com/issues/show_bug.cgi?id=427
sample: dmd 2.d cause: module.c:575: if (*p != '_' && !isalnum(*p))
Added to DStress as http://dstress.kuehne.cn/nocompile/1_source.html http://dstress.kuehne.cn/nocompile/2_source.d Thomas -----BEGIN PGP SIGNATURE----- iD8DBQFFLmEJLK5blCcjpWoRAmZNAJoD5N25EHIy2JaDdn7P8aU7El8dzACeLl2P /miLieYxshfzDIB8A9BwaRQ= =zuNI -----END PGP SIGNATURE-----
Oct 12 2006
http://d.puremagic.com/issues/show_bug.cgi?id=427 bugzilla digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #2 from bugzilla digitalmars.com 2006-10-18 13:29 ------- Fixed DMD 0.170 --
Oct 18 2006









Thomas Kuehne <thomas-dloop kuehne.cn> 