[Mono-list] [PATCH] Literal overflow

Miguel de Icaza miguel@ximian.com
02 Jul 2002 21:31:10 -0400


Hello!

> This patch stops the compiler from bombing out when it tries to parse a
> literal which is too big to fit into int/float/whatever.  It will now give
> an error and continue the compilation using an appropriately typed zero
> value in place of the literal.
> 
> I've attached the patch, and a tarball containing five new tests which
> should go into mcs/errors.

Thanks for the patch, I have now applied it, and added the new error
files that you contributed.

Miguel