[Issue 3726] New: Assertion failure: 'fd fd-inferRetType' on line 81 in file 'mangle.c'

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3726 Summary: Assertion failure: 'fd fd-inferRetType' on line 81 in file 'mangle.c' Product: D Version: unspecified Platform: x86 OS/Version: Windows Status: NEW

[Issue 3726] Assertion failure: 'fd fd-inferRetType' on line 81 in file 'mangle.c'

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3726 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||ice-on-valid-code

[Issue 2510] provide a template instantiation backtrace when compile fails in a template

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

[Issue 3687] Array operation slice times scalar tramples over memory

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3687 --- Comment #5 from Don clugd...@yahoo.com.au 2010-01-20 06:56:52 PST --- The original test case passes on D2, but here's a test case which fails on both D1 and D2. -- void main() { float[66] array; array[] = 0; array[64] = 42;

[Issue 3727] New: lots of deffering SomeStructName messages when compiling

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3727 Summary: lots of deffering SomeStructName messages when compiling Product: D Version: 2.039 Platform: Other OS/Version: Linux Status: NEW Severity:

[Issue 3725] Add united type to standard library

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3725 Witold Baryluk bary...@smp.if.uj.edu.pl changed: What|Removed |Added CC|

[Issue 3728] New: getOverloads and identifier traits

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3728 Summary: getOverloads and identifier traits Product: D Version: unspecified Platform: Other OS/Version: Windows Status: NEW Severity: critical Priority: P2

[Issue 3728] getOverloads and identifier traits

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3728 --- Comment #1 from Max Samukha samu...@voliacable.com 2010-01-20 09:09:47 PST --- Created an attachment (id=553) getOverloads, identifier traits -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 3728] getOverloads and identifier traits

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3728 Max Samukha samu...@voliacable.com changed: What|Removed |Added Severity|critical|enhancement --

[Issue 3728] getOverloads and identifier traits

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3728 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added CC|

[Issue 3728] getOverloads and identifier traits

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

[Issue 3726] Regression: ICE(mangle.c 81): struct forward reference with static this

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3726 Don clugd...@yahoo.com.au changed: What|Removed |Added Summary|Assertion failure: 'fd|Regression: ICE(mangle.c

[Issue 3728] getOverloads and identifier traits

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3728 --- Comment #4 from Max Samukha samu...@voliacable.com 2010-01-20 11:07:36 PST --- When implementing isStaticFunction, please make sure it returns true for any function that doesn't require a context pointer (even if there is no explicit

[Issue 3729] New: Can't define opEquals for immutable types

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3729 Summary: Can't define opEquals for immutable types Product: D Version: 2.039 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 3659] Too much exegesis on opEquals

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3659 Tomasz SowiƄski tomeks...@gmail.com changed: What|Removed |Added CC|

[Issue 3723] Regression: forward referenced enum

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3723 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch --- Comment #2 from

[Issue 3730] New: Struct's explicit constructor can't initialize global variables

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3730 Summary: Struct's explicit constructor can't initialize global variables Product: D Version: 2.039 Platform: x86 OS/Version: Windows Status: NEW

[Issue 3731] New: Immutable class may be changed when inherits from mutable parent

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3731 Summary: Immutable class may be changed when inherits from mutable parent Product: D Version: 2.039 Platform: x86 OS/Version: Windows Status: NEW

[Issue 3730] Struct's explicit constructor can't initialize global variables

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3730 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 3674] forward reference error with multiple overloads with same name

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3674 --- Comment #4 from Rainer Schuetze r.sagita...@gmx.de 2010-01-20 14:48:34 PST --- The current revision (342) now shows a different error, even with a slightly reduced test case: public class IQGraphicsItem { public QGraphicsObject

[Issue 3732] New: Not all COM interfaces inherit from IUnknown.

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3732 Summary: Not all COM interfaces inherit from IUnknown. Product: D Version: 2.037 Platform: x86 OS/Version: Windows Status: NEW Severity: minor Priority: P2

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

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 --- Comment #15 from Bernard Helyer blood.of.l...@gmail.com 2010-01-20 20:53:25 PST --- This seems to have something to do with arrays (or manifests itself when they are present): [test]$ cat nolist.d void main() { int i = 0;

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

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 --- Comment #16 from Bernard Helyer blood.of.l...@gmail.com 2010-01-20 20:55:48 PST --- Oh! The above were simply compiled like so: dmd -g list.d dmd -g nolist.d -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

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

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 --- Comment #17 from Bernard Helyer blood.of.l...@gmail.com 2010-01-20 21:17:42 PST --- Compiling with `-gc` allows gdb to debug it (but not interact with AA or DAs, of course). This is with a patched gdb, though. Perhaps the bug lies in the