[Issue 11776] [ICE] Assertion failure: 'tf->next == NULL' on line 119 in file 'mangle.c'

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Dec 22 00:28:50 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11776


Denis Shelomovskij <verylonglogin.reg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|LATER                       |


--- Comment #3 from Denis Shelomovskij <verylonglogin.reg at gmail.com> 2013-12-22 12:28:47 MSK ---
(In reply to comment #1)
> You know we're going to need more than that.  Have you tried dustmite on the
> segfaulting program?  Do you have a stack trace?

(In reply to comment #2)
> We're not ESPers. Without test case, we cannot recognize the issue you argue.
> 
> I change status to 'RESOLVED LATER'.

You are free to get testcase by e-mail as I wrote. Also there is e.g.
TeamViewer to easily debug on remote PC without the need to set up the
envirenment.

Anyway, it's my bad to not reduce it. Sorry, I had some time today so here is
it:


This code should compile:
---
struct S(alias fun) { }

void f()
{
    auto g = ()
    {
        if(1) return;
        if(1) auto s = S!(a => 1)();
    };
}
---
Assertion failure: 'tf->next == NULL' on line 119 in file 'mangle.c'
---

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


More information about the Digitalmars-d-bugs mailing list