On Wed, May 09, 2007 at 06:45:58AM +0000, Pedro A ARANDA wrote:
> //
> // I consider 1,0 to be a typo. IMHO this code shouldn't compile
> //
>        double typo  = 1.0 / (1,0 - 0.3 * x);

In C, this is perfectly legal, albeit confusing.  In a compiler that does dead
code detection, it would make sense to warn about this, but it should compile
in any standards-conscious compiler.



_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to