diff options
author | Tom Tromey <tromey@redhat.com> | 2002-11-06 00:01:01 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2002-11-06 00:01:01 +0000 |
commit | c034b4535845e25b6d4ba62be5bccb86ee7278c6 (patch) | |
tree | 2b6700e1b5e792d259ddb86880b95e93c8315f4b /config | |
parent | 112615e7d3db8aae00b002543db3ddf94e8e31a2 (diff) | |
download | gcc-c034b4535845e25b6d4ba62be5bccb86ee7278c6.zip gcc-c034b4535845e25b6d4ba62be5bccb86ee7278c6.tar.gz gcc-c034b4535845e25b6d4ba62be5bccb86ee7278c6.tar.bz2 |
re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc)
Fix for PR java/6388.
* 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.
From-SVN: r58843
Diffstat (limited to 'config')
0 files changed, 0 insertions, 0 deletions