Thread overview
[Issue 1143] New: Assertion failure: '0' on line 850 in 'template.c' - On specialization of IFTI template parameters.
Apr 14, 2007
d-bugmail
Apr 23, 2007
d-bugmail
Apr 27, 2007
d-bugmail
April 14, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1143

           Summary: Assertion failure: '0' on line 850 in 'template.c' - On
                    specialization of IFTI template parameters.
           Product: D
           Version: 1.012
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: brunodomedeiros+bugz@gmail.com


Assertion failure: '0' on line 850 in 'template.c' :

------------------------------
void fill_data2(T, U : float = T) (char[] raw_data, T t) {
}

void main() {
   fill_data2("Yo", 1);

}


-- 

April 23, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1143


thomas-dloop@kuehne.cn changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|Windows                     |All




------- Comment #1 from thomas-dloop@kuehne.cn  2007-04-23 12:56 -------
Added to DStress as http://dstress.kuehne.cn/run/t/template_61_A.d http://dstress.kuehne.cn/run/t/template_61_B.d http://dstress.kuehne.cn/nocompile/t/template_61_C.d


-- 

April 27, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1143


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #2 from bugzilla@digitalmars.com  2007-04-27 14:56 -------
Fixed DMD 1.014


--