﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
78	Generic array element dereference	Thierry Delisle	Rob Schluntz <rschlunt@…>	"This code segfaults:
{{{
forall(otype T)
struct X {
	T arr[1];
};

forall(otype T)
void doit( X(T) & x, T e ) {
	x.arr[0] = e;
}

int main() {
	X(int) a;
	doit( a, 1 );
}
}}}
"	defect	closed	major	cfa-cc	1.0	fixed		
