On Thursday, February 16, 2012 00:10:20 Caligo wrote: > float x = 1.f; // GIVES ERROR > > float y = 0.f; // OK > > what's up with that? Is that a bug? I would think so. - Jonathan M Davis