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

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

[Issue 2935] ICE(out.c) using struct with constructor as function default argument

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

[Issue 2935] ICE(out.c) using struct with constructor as function default argument

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2935 --- Comment #8 from Walter Bright 2010-04-27 09:04:17 PDT --- The problem is the code here in expression.c funcParameters(): arg = p->defaultArg; arg = arg->copy(); <-- Danger, Will Robinson!

[Issue 2437] ICE(tocsym.c, !needThis()) - default struct argument

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

[Issue 4130] New: DMD crashes if it has to compile a project which is too complex

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4130 Summary: DMD crashes if it has to compile a project which is too complex Product: D Version: 1.057 Platform: x86 OS/Version: Linux Status: NEW Severity: m

[Issue 3849] [missing error] Array literal length doesn't match

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3849 --- Comment #4 from bearophile_h...@eml.cc 2010-04-27 10:09:45 PDT --- Walter doesn't want to add the int[$] arr = [...]; syntax: > D is full of syntax, at some point adding more and more syntax to deal > with more and more obscure cases is not

[Issue 1904] wrong protection lookup for private template functions

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1904 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au Version|unspecif

[Issue 2600] Nonuniform treatment of built-in types and user-defined types in value syntax

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2600 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au Version|unspecif

[Issue 3841] silent implicit cast from floating point to integral in += etc. operators

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3841 Don changed: What|Removed |Added Keywords||accepts-invalid CC|

[Issue 4011] Incorrect function overloading using mixins

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4011 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4117] rev 439 compilation error

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4117 Don changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 2606] string literals unnecessarily prone to wide conversion

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2606 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #1 from Don 2

[Issue 2437] ICE(tocsym.c, !needThis()) - default struct argument

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2437 --- Comment #8 from Walter Bright 2010-04-27 11:37:19 PDT --- changeset 452 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 2935] ICE(out.c) using struct with constructor as function default argument

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2935 --- Comment #9 from Walter Bright 2010-04-27 11:37:45 PDT --- changeset 452 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

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

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 --- Comment #15 from Robert Clipsham 2010-04-27 19:43:59 BST --- Using r452 all my mini tests are working, I haven't tried QtD or other real apps, the test cases I got from them seem to work though :) -- Configure issuemail: http://d.puremag

[Issue 4130] DMD crashes if it has to compile a project which is too complex

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

[Issue 3841] silent implicit cast from floating point to integral in += etc. operators

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3841 --- Comment #1 from Andrei Alexandrescu 2010-04-27 11:53:59 PDT --- Hell yeah it is major. Thanks Don. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

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

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 --- Comment #16 from Walter Bright 2010-04-27 12:37:33 PDT --- Robert, I should add that I'm very indebted to you for figuring out what was going wrong with the dwarf output. Thank you! -- Configure issuemail: http://d.puremagic.com/issues/u

[Issue 3849] [missing error] Array literal length doesn't match

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3849 --- Comment #5 from bearophile_h...@eml.cc 2010-04-27 13:00:32 PDT --- Once the length test is in place, to avoid adding the trailing empty items a very simple ... trailing syntax can be introduced (partially from a suggestion by Michel Fortin):

[Issue 3863] Various errors and ICE(todt.c) for struct constructors with ellipses

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3863 --- Comment #6 from S�nke Ludwig 2010-04-27 14:13:23 PDT --- Just wanted to note that this bug actually provides the only way to work around issue 3801. So please, do not fix or change this into an error message before implementing "struct.mem

[Issue 4131] New: break does not work correctly with foreach and associative arrays

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4131 Summary: break does not work correctly with foreach and associative arrays Product: D Version: unspecified Platform: Other OS/Version: Windows Status: NEW

[Issue 4131] break does not work correctly with foreach and associative arrays

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4131 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 4081] cannot compile the dmd on FreeBSD 8

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4081 --- Comment #1 from Walter Bright 2010-04-27 17:29:46 PDT --- Good to see another FreeBSD user! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 4081] cannot compile the dmd on FreeBSD 8

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4081 --- Comment #2 from Walter Bright 2010-04-27 17:40:17 PDT --- changeset 454 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 4081] cannot compile the dmd on FreeBSD 8

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4081 Brad Roberts changed: What|Removed |Added Attachment #609|application/octet-stream|text/plain mime type|

[Issue 4130] DMD crashes if it has to compile a project which is too complex

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4130 --- Comment #2 from Torsten 2010-04-27 21:10:12 PDT --- (In reply to comment #1) > Is it possible you could run it under gdb and see where it is dying? I tried this but there are no debug symbols. I wounder if the memory address can help you

[Issue 4108] [ICE] __traits(isStaticArray) on empty static array

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