[Issue 4035] New: Unexpected optlink termination

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4035 Summary: Unexpected optlink termination Product: D Version: unspecified Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Compo

[Issue 4035] Unexpected optlink termination

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4035 --- Comment #1 from Max Samukha 2010-04-01 02:20:53 PDT --- The allowed attachment size is ridiculously low. Uploaded the files here http://d-coding.clanteam.com/optlink.zip -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi

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

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 Robert Clipsham changed: What|Removed |Added Attachment #593 is|0 |1 obsolete|

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

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 Robert Clipsham changed: What|Removed |Added Keywords||patch See Also|

[Issue 4036] New: Segfault with -inline and literal of struct containing union

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4036 Summary: Segfault with -inline and literal of struct containing union Product: D Version: 1.057 Platform: x86 OS/Version: Linux Status: NEW Keywords: ice-

[Issue 3389] gdb: using -gc is mandatory but not well documented

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3389 Robert Clipsham changed: What|Removed |Added CC||rob...@octarineparrot.com --- Commen

[Issue 3214] Incorrect DWARF line number debugging information on Linux

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3214 --- Comment #5 from nfx...@gmail.com 2010-04-01 05:58:19 PDT --- It's strange... With my patch, my executable has a size of 16 MB, with a .debug_line section size of ca. 500 KB. Without my patch, it's 32 MB, of which .debug_line takes up 16 MB.

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

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #11 fro

[Issue 1954] DMD does not generate module info in DWARF

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1954 Robert Clipsham changed: What|Removed |Added Status|NEW |RESOLVED CC|

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

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 --- Comment #23 from Ellery Newcomer 2010-04-01 06:52:19 PDT --- (In reply to comment #22) > Please try the new patch in bug #3987. This fixes debug info for QtD and > Bernard Helyer's cases. I don't have a copy of dmd1 set up currently, so if

[Issue 4037] New: [gdb] Invalid DWARF output for wchar

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4037 Summary: [gdb] Invalid DWARF output for wchar Product: D Version: 1.055 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Compone

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

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 --- Comment #24 from Robert Clipsham 2010-04-01 15:39:56 BST --- Your app causes a different bug to appear, I've reported it as bug #4037, I'll see if I can create a patch for it later today, it should be far simpler to fix than the last one.

[Issue 4037] [gdb] Invalid DWARF output for wchar

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4037 --- Comment #1 from Robert Clipsham 2010-04-01 15:43:59 BST --- It would seem that dmd does not support writing debug info for wchar yet, as the case for dealing with wchar is wrapped in #if 0, and has some information on what the correct debu

[Issue 4037] [gdb] Invalid DWARF output for wchar

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4037 --- Comment #2 from Robert Clipsham 2010-04-01 19:36:11 BST --- Created an attachment (id=595) Patch to add support for debugging info for wchar I'm not sure if the file/line number that are written to the file matter, I don't think they do s

[Issue 4038] New: [gdb] Invalid DWARF output for function pointers with ref args

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4038 Summary: [gdb] Invalid DWARF output for function pointers with ref args Product: D Version: 1.055 Platform: Other OS/Version: Linux Status: NEW Severity:

[Issue 4038] [gdb] Invalid DWARF output for function pointers with ref args

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4038 --- Comment #1 from Robert Clipsham 2010-04-01 20:38:07 BST --- Created an attachment (id=596) Patch to add support for debugging info for ref args to function pointers Simple patch, just make ref args behave like pointers. -- Configure iss

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

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 Robert Clipsham changed: What|Removed |Added See Also||http://d.puremagic.com/issu

[Issue 4039] New: Another possible DWARF issue

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4039 Summary: Another possible DWARF issue Product: D Version: 1.057 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 4039] Another possible DWARF issue

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4039 --- Comment #1 from nfx...@gmail.com 2010-04-01 13:35:00 PDT --- ...and Tango as stdlib. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 4040] New: const/immutable on the right in auto return class methods

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4040 Summary: const/immutable on the right in auto return class methods Product: D Version: future Platform: x86 OS/Version: Windows Status: NEW Keywords: reje

[Issue 4004] DMD 2.042 CTFE regression with functions taking ref parameters

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4004 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 4019] [CTFE] Adding an item to an empty AA

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4019 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 4005] std.c.stdlib.exit in CTFE and more

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4005 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 4027] Closures in CTFE generate wrong code

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4027 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 4020] [ICE][CTFE] struct postblit in CTFE

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4020 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 4029] CTFE: cannot invoke delegate returned from function

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4029 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

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

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 Eldar Insafutdinov changed: What|Removed |Added CC||e.insafutdi...@gmail.com --- Comm

[Issue 4039] Another possible DWARF issue

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4039 Robert Clipsham changed: What|Removed |Added CC||rob...@octarineparrot.com --- Commen

[Issue 3911] Associative array in CTFE crashes compiler

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3911 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 3854] Error on static initialization of arrays with trailing comma.

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3854 --- Comment #5 from Iain Buclaw 2010-04-01 17:43:06 PDT --- Created an attachment (id=597) keep track of static array initiliasiser depth OK, just for clarification. uint[][] b = [[ 1, 2 ]]; // OK uint[][] b = [[ 1, 2 ],]; // OK uint[][] b

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

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 --- Comment #26 from Ellery Newcomer 2010-04-01 17:52:43 PDT --- (In reply to comment #25) > With the patches from bugs #3987, #4037 and #4308 applied, I can't reproduce > your errors any more Ellery, could you please confirm these patches fix

[Issue 3854] Error on static initialization of arrays with trailing comma.

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3854 --- Comment #6 from Ellery Newcomer 2010-04-01 18:19:29 PDT --- (In reply to comment #5) > > Attached is a patch that resolves the issue. Am not sure that the patch in the > other bug report is reasonably correct, but hey ho! > > Regards > I

[Issue 4041] New: Error with ref or auto ref return from opOpAssign

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4041 Summary: Error with ref or auto ref return from opOpAssign Product: D Version: 2.041 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

Need help fixing "The linker can't handle *.d.obj" issue

2010-04-01 Thread Daniel Ribeiro Maciel
Hey guys! The linker can't handle *.d.obj files: http://d.puremagic.com/issues/show_bug.cgi?id=2886 I really need this issue fixed, so can any of you guys point me in the right direction? Where can I find its source code and where to begin and stuff... It is really ruining my CMake building sc