D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 11067 - dmd segfaults on nested template instantiation (eg A!(A!(int)) )
Summary: dmd segfaults on nested template instantiation (eg A!(A!(int)) )
Status: RESOLVED DUPLICATE of issue 10074
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: All All
: P2 blocker
Assignee: No Owner
URL:
Keywords: ice
Depends on:
Blocks:
 
Reported: 2013-09-18 20:53 UTC by thelastmammoth
Modified: 2013-10-10 23:19 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description thelastmammoth 2013-09-18 20:53:52 UTC
dmd -c main.d: segmentation fault
both v2.064-devel-66a38bb and v2.063.2

----
A!(A!(int)) detections;
struct A(T) if(is(T==int)) {}
struct A(T) if(is(T==A!(int))) {}
----
Comment 1 Kenji Hara 2013-10-10 23:19:51 UTC

*** This issue has been marked as a duplicate of issue 10074 ***