﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
32	assert.h fails to compile in non __STRICT_ANSI__ mode	Thierry Delisle	Rob Schluntz <rschlunt@…>	"The following code fails to compile :


{{{
extern void foo();

void libFloor() { 
	({
		if( 1 == 0 )
			; 
		else 
			foo(); 
	});
}
}}}


This code is equivalent to what can be in assert.h"	defect	closed	major	cfa-cc	1.0	fixed		
