﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
50	Assertion failure with tuple constructor-expressions	Rob Schluntz	Rob Schluntz	"{{{
int main() {
  [int, int] x;
  x { [5, 5] };  // assert fail
}
}}}
The relevant assertion is an unhandled case in FixCtorExprs::postmutate( ConstructorExpr *) for TupleAssignExpr."	defect	assigned	major	cfa-cc	1.0			
