[Issue 6296] Assertion failure: '0' on line 1114 in file 'glue.c'

2011-09-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6296


Denis verylonglogin@gmail.com changed:

   What|Removed |Added

   Keywords||ice-on-valid-code
   Severity|blocker |normal


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


[Issue 6296] Assertion failure: '0' on line 1114 in file 'glue.c'

2011-09-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6296


Denis verylonglogin@gmail.com changed:

   What|Removed |Added

Summary|Assertion failure: '0' on   |Assertion failure: '0' on
   |line 1121 in file 'glue.c'  |line 1114 in file 'glue.c'


--- Comment #13 from Denis verylonglogin@gmail.com 2011-09-09 11:31:21 
PDT ---
dmd 1.070 now fails with:
Assertion failure: '0' on line 1114 in file 'glue.c'

Reduced test case:
---
void f(A)(A) { }

bool b = is(typeof(  f(x)  ));
---
As it works for `f!(typeof(x))(x)`, looks like IFTI bug

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