Bug 10813 – ICE(DMD2.063) template.c:6040: Identifier* TemplateInstance::genIdent(Objects*): Assertion `global.errors' failed

Status
RESOLVED
Resolution
FIXED
Severity
critical
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
x86_64
OS
Windows
Creation time
2013-08-12T15:33:00Z
Last change time
2013-08-13T05:14:33Z
Assigned to
nobody
Creator
monkeyworks12

Comments

Comment #0 by monkeyworks12 — 2013-08-12T15:33:47Z
import std.typecons; T test(T, Tup: Tuple!(T))(Tup t) { return t[0]; } void main() {} http://dpaste.dzfl.pl/ba070d91
Comment #1 by k.hara.pg — 2013-08-13T00:04:22Z
(In reply to comment #0) > import std.typecons; > > T test(T, Tup: Tuple!(T))(Tup t) > { > return t[0]; > } > > void main() {} > > > http://dpaste.dzfl.pl/ba070d91 The issue does not occur with git head (b4584d77bd).