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

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2437 Andrei Alexandrescu changed: What|Removed |Added Version|2.019 |D2 --

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

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

[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 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 2437] ICE(tocsym.c, !needThis()) - default struct argument

2010-04-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2437 Don changed: What|Removed |Added Keywords||patch --- Comment #6 from Don 2010-04-14 07:52:

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

2010-04-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2437 --- Comment #5 from Don 2010-04-12 13:51:13 PDT --- See also the closely related bug 2935. I can patch this (against svn 433) with these two changes (and the DMD test suite still passes), which basically just remove the checks, in the case wher

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

2009-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2437 Rob Jacques changed: What|Removed |Added CC||sandf...@jhu.edu --- Comment #4 from Rob

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

2009-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2437 Don changed: What|Removed |Added Keywords|patch | --- Comment #3 from Don 2009-09-03 00:28:53

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

2009-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2437 --- Comment #2 from Don 2009-09-02 12:11:01 PDT --- The root cause is in func.c, FuncDeclaration::semantic(Scope *sc) Around line 240, we read: sd = parent->isStructDeclaration(); if (sd) { if (isCtorDeclaration()) {