Commits

Doug Gregor committed 51d2ca152fe
When comparison between the parent types of two bound generic types fails, fall back to checking for conversions. Previously, we would swallow the failure in the parents, then proceed to make a decision based only on the generic arguments of the innermost generic types, which led to accepts-invalid errors in the type checker. Test forthcoming. Swift SVN r5369