On Wed, Feb 12, 2003 at 05:06:36PM +0300, Dmitry wrote: > > PPS. Suggestion. I think it would be helpful if when using "double", > > you should get a compiler error that says that double is not supported. > > Is this easy/possible? > Not easy, yet possible. gcc just implicitly makes doubles floats.
Hi Dmitry, If you implement this, I'd prefer gcc to output a "warning", not an "error" when you declare double. Suggested message Warning: double data type is not supported. Will use float instead. Thanks, Pedro