[新闻] D 1.001发布
qiezi
2007-01-24
引用 What's New for D 1.001
Jan 23, 2007 New/Changed Features * tail recursion works again * New type aware GC Bugs Fixed * Bugzilla 621: When inside a loop, if you call break inside a try block the finally block is never executed * Bugzilla 804: missing linux functions * Bugzilla 815: scope(exit) isn't executed when "continue" is used to continue a while-loop * Bugzilla 817: const char[] = string_literal - string_literal gets included for every reference * Bugzilla 819: mention response files in cmd line usage * Bugzilla 820: gc should scan only pointer types for pointers * Bugzilla 823: frontend: incorrect verror declaration in mars.h * Bugzilla 824: "mov EAX, func;" and "lea EAX, func;" generate incorrect code * Bugzilla 825: dmd segmentation fault with large char[] template value parameter * Bugzilla 826: ICE: is-expression with invalid template instantiation |
|
qiezi
2007-01-24
试过了,它在64位Linux机器上编译的也是32位,gdc也没有支持64位,等吧,总会支持的。
|
|
ideage
2007-01-25
今天又发了个1.002,1.001的GC出现错误!
Walter终于又活力四射了!前一阵子,真是沉闷. |