On Wed, Oct 01, 2003 at 08:00:28PM -0700, Andrew Pinski wrote: > > > > int i; > > (char)a = 5; I assumed it should be: (char)i = 5; I don't personally care. I've never used that extension. But I do not understand the example.