[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 04:54:00 PST 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11776
Kenji Hara <k.hara.pg at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #4 from Kenji Hara <k.hara.pg at gmail.com> 2013-12-22 04:53:57 PST ---
> 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'
> ---
Thank you.
https://github.com/D-Programming-Language/dmd/pull/3008
--
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