1143 – Assertion failure: '0' on line 850 in 'template.c' - On specialization of IFTI template parameters.

D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 1143 - Assertion failure: '0' on line 850 in 'template.c' - On specialization of IFTI template parameters.
Summary: Assertion failure: '0' on line 850 in 'template.c' - On specialization of IFT...
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D1 (retired)
Hardware: x86 All
: P2 normal
Assignee: Walter Bright
URL:
Keywords: ice-on-valid-code
Depends on:
Blocks:
Reported: 2007年04月14日 06:43 UTC by Bruno Medeiros
Modified: 2014年02月16日 15:22 UTC (History)
0 users

See Also:


Attachments
Add an attachment (proposed patch, testcase, etc.)

Note You need to log in before you can comment on or make changes to this issue.
Description Bruno Medeiros 2007年04月14日 06:43:50 UTC
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);
}
Comment 2 Walter Bright 2007年04月27日 14:56:49 UTC
Fixed DMD 1.014


AltStyle によって変換されたページ (->オリジナル) /