[Issue 2609] No documentation generated for destructor

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2609 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 2609] No documentation generated for destructor

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2609 --- Comment #4 from Don clugd...@yahoo.com.au 2010-03-29 13:08:33 PDT --- (In reply to comment #3) The documentation for those functions should not be part of their interface presented to the user. That's why doc isn't generated for them.

[Issue 4026] New: Local Documentation access too slow

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4026 Summary: Local Documentation access too slow Product: D Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 4027] New: Nested function's bug in CTFE

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4027 Summary: Nested function's bug in CTFE Product: D Version: 2.041 Platform: x86 URL: http://dusers.dip.jp/modules/forum/index.php?topic_id= 59#post_id222

[Issue 3987] [gdb] Invalid DWARF output for function pointers

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 --- Comment #5 from Robert Clipsham rob...@octarineparrot.com 2010-03-29 15:29:47 PDT --- Created an attachment (id=593) Patch for bug 3987 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 3987] [gdb] Invalid DWARF output for function pointers

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 Robert Clipsham rob...@octarineparrot.com changed: What|Removed |Added Keywords||patch ---

[Issue 1079] gdb: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 --- Comment #19 from Robert Clipsham rob...@octarineparrot.com 2010-03-29 15:43:36 PDT --- Could people having this issue when using -gc try the patch for bug #3987, which seems to fix a lot of issues with gdb. If you are only getting the

[Issue 4028] New: delegates with differing default arguments lead to same template instantiation

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4028 Summary: delegates with differing default arguments lead to same template instantiation Product: D Version: 1.057 Platform: Other OS/Version: All Status: NEW

[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3541 --- Comment #4 from nfx...@gmail.com 2010-03-29 16:17:40 PDT --- What do I have to do to make dmd support -oq ? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 1079] gdb: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 Ellery Newcomer ellery-newco...@utulsa.edu changed: What|Removed |Added CC|

[Issue 1079] gdb: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 --- Comment #21 from Robert Clipsham rob...@octarineparrot.com 2010-03-29 16:44:08 PDT --- I'm working on another patch now, another project had a similar issue, which is fixed with my new (incomplete) patch. I'll let you know when I've

[Issue 3987] [gdb] Invalid DWARF output for function pointers

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 Robert Clipsham rob...@octarineparrot.com changed: What|Removed |Added Keywords|patch | ---

[Issue 4009] OPTLINK ruins the day yet again

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4009 --- Comment #1 from nfx...@gmail.com 2010-03-29 18:18:20 PDT --- Funny thing: if I name _exactly_ the same file x2.d, OPTLINK doesn't crash! copy x.d x2.d dmd x.d -g -- OPTLINK crashes dmd x2.d -g -- OPTLINK doesn't crash Let me

[Issue 3911] Associative array in CTFE crashes compiler

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3911 --- Comment #1 from Don clugd...@yahoo.com.au 2010-03-29 21:04:14 PDT --- This fixes the ICE: expression.c line 7181. if (!type) { error(forward reference to inferred return type of function call %s, toChars()); type =

[Issue 4012] [CTFE][ICE] auto template function, forward reference error

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4012 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3911] Associative array in CTFE crashes compiler

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3911 --- Comment #2 from Don clugd...@yahoo.com.au 2010-03-29 21:05:56 PDT --- *** Issue 4012 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving