[Issue 3685] Regression(D1 only): DMD silently exits on valid code

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 8 22:04:15 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=3685


Don <clugdbug at yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch
                 CC|                            |clugdbug at yahoo.com.au
            Summary|dmd silently exits on valid |Regression(D1 only): DMD
                   |code                        |silently exits on valid
                   |                            |code


--- Comment #2 from Don <clugdbug at yahoo.com.au> 2010-01-08 22:03:58 PST ---
This is a trivial.

D1 template.c, line 3500.
    error("error instantiating");
    if (tinst)
    {   tinst->printInstantiationTrace();
+        if (!global.gag) 
        fatal();
    }

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list