﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
126	Pointer assignment with incorrect type not correctly rejected	Thierry Delisle		"This code should not compile :
{{{
struct Foo {
	int b;
};
struct Bar {
	int a;
	Foo self;
	Foo * other;
};

void Baz(Bar * this) {
	Bar * dst = this->other;
	(void)dst;
}
}}}"	defect	closed	major	cfa-cc	1.0	fixed		
