[dmd-beta] dmd 1.060 and 2.045 beta
Jason House
jason.james.house at gmail.com
Mon May 3 19:12:23 PDT 2010
On Mon, May 3, 2010 at 5:40 PM, Robert Clipsham
<robert at octarineparrot.com>wrote:
> On 03/05/10 22:23, Jason House wrote:
>
>> I'll test it on my project later tonight.
>>
>
> I've just tested on your behalf, it works now :)
Unfortunately, it still isn't usable
$ dmd | head -n 1
Digital Mars D Compiler v2.045
$ gdb ./housebot-test
<snip>
(gdb) break _Dmain
Breakpoint 1 at 0x804d010
(gdb) run
<snip>
Breakpoint 1, 0x0804d010 in _Dmain (args=579222759872135169)
(gdb) list
1 /**
2 * Contains all implicitly declared types and variables.
3 *
4 * Copyright: Copyright Digital Mars 2000 - 2010.
5 * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost
License 1.0</a>.
6 * Authors: Walter Bright, Sean Kelly
7 *
8 * Copyright Digital Mars 2000 - 2009.
9 * Distributed under the Boost Software License, Version 1.0.
10 * (See accompanying file LICENSE_1_0.txt or copy at
$ gdb ./housebot-test
<snip>
(gdb) break main
Breakpoint 1 at 0x805d137
(gdb) run
<snip>
Breakpoint 1, 0x0805d137 in main ()
(gdb) list
1 module info;
2
3 import std.conv; // for to!(T)
4 import std.cpuid;
5 import versiondata;
6
7 enum gameEndProtocol{
8 PLAY_ALL_LEGAL
9 }
10
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/dmd-beta/attachments/20100503/7d973969/attachment.html>
More information about the dmd-beta
mailing list