Closed
Description
Previous ID | SR-78 |
Radar | None |
Original Reporter | windoze (JIRA User) |
Type | Bug |
Status | Resolved |
Resolution | Done |
Attachment: Download
Environment
Ubuntu 14.04.3 LTS x86_64, Ubuntu 14.04 Swift 2.2 Snapshot
Additional Detail from JIRA
Votes | 0 |
Component/s | Compiler |
Labels | Bug, CompilerCrash |
Assignee | @jckarter |
Priority | Medium |
md5: 4ce09acd58663f0925c8dc1bdf749fe1
Issue Description:
Following piece of code effectively crushes swiftc
struct A<T1, T2> {
var f:B<T1, T2>
var b:B<T2, T1>
var v:T1
}
struct B<T1, T2> {}
Logs attached