﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
35	Function pointer casts are broken	Thierry Delisle	Rob Schluntz <rschlunt@…>	"I need this to work for external scheduling :

{{{
extern void save( void (*func)() );

void foo( int a ) {
	save( &foo );
}
}}}
"	defect	closed	blocker	cfa-cc	1.0	fixed		
