[Issue 3602] ICE(tocsym.c) compiling a class, if its super class has preconditions

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3602 --- Comment #12 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/b79c250bc27659274aa3a93473cd8f550738e3ad Handle bug 3602 and 5230, add tests for them. --

[Issue 3602] ICE(tocsym.c) compiling a class, if its super class has preconditions

2017-09-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3602 --- Comment #11 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/b79c250bc27659274aa3a93473cd8f550738e3ad Handle bug 3602 and 5230, add tests for them. --

[Issue 3602] ICE(tocsym.c) compiling a class, if its super class has preconditions

2014-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3602 Walter Bright changed: What|Removed |Added Version|1.051 |D1 --

[Issue 3602] ICE(tocsym.c) compiling a class, if its super class has preconditions

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3602 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3602] ICE(tocsym.c) compiling a class, if its super class has preconditions

2010-09-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3602 Don changed: What|Removed |Added Keywords||patch --- Comment #9 from Don 2010-09-15 05:15:

[Issue 3602] ICE(tocsym.c) compiling a class, if its super class has preconditions

2010-06-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3602 --- Comment #8 from Stewart Gordon 2010-06-15 02:52:55 PDT --- (In reply to comment #7) >assert(x > 0); // asserts Could hardly state the obvious more - unless there was something else you meant to say -- Configure issuemail:

[Issue 3602] ICE(tocsym.c) compiling a class, if its super class has preconditions

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

[Issue 3602] ICE(tocsym.c) compiling a class, if its super class has preconditions

2010-06-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3602 --- Comment #6 from Stewart Gordon 2010-06-15 01:39:17 PDT --- (In reply to comment #5) > (In reply to comment #4) > > The given testcase is invalid. However, by fixing the errors, it's > > reproducible under Windows. > > ?? I had no trouble

[Issue 3602] ICE(tocsym.c) compiling a class, if its super class has preconditions

2010-06-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3602 --- Comment #5 from Don 2010-06-15 00:00:53 PDT --- (In reply to comment #4) > The given testcase is invalid. However, by fixing the errors, it's > reproducible under Windows. ?? I had no trouble reproducing it under Windows. Until around DMD

[Issue 3602] ICE(tocsym.c) compiling a class, if its super class has preconditions

2010-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3602 Stewart Gordon changed: What|Removed |Added CC||s...@iname.com Platform|Othe

[Issue 3602] ICE(tocsym.c) compiling a class, if its super class has preconditions

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

[Issue 3602] ICE(tocsym.c) compiling a class, if its super class has preconditions

2010-01-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3602 --- Comment #2 from Don 2010-01-27 00:46:38 PST --- This is crashing because the contracts are implemented as functions fdrequire, fdensure, which are NESTED functions of the function ('paint()') being called. fdrequire->semantic() and fdensure