﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
49	Tuple construction generates the wrong code for references	Rob Schluntz	Rob Schluntz	"{{{
int main() {
  int i;
  int & ref = i;
  [int &, int] x;
  ?{}( x, [ref, 5] );  // GCC warning: assignment makes pointer from integer without a cast
}
}}}
"	defect	closed	major	cfa-cc	1.0	fixed		
