This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: PR java/6388
On Tue, Nov 05, 2002 at 04:31:19PM -0700, Tom Tromey wrote:
> * lex.h (JAVA_INTEGRAL_RANGE_ERROR): Wrap in do...while.
> * java-tree.h (enum java_tree_index): New values
> JTI_DECIMAL_INT_MAX_NODE, JTI_DECIMAL_LONG_MAX_NODE.
> (decimal_int_max, decimal_long_max): New defines.
> * lex.c (yylex): Rewrote range checking. Sign extend literals.
> (error_if_numeric_overflow): Rewrote range checking.
> * decl.c (java_init_decl_processing): Initialize decimal_int_max,
> decimal_long_max.
Ok.
r~