]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR java/10253 (String concatenation with int zero, as in ""+0, results in the...
authorEric Blake <ebb9@email.byu.edu>
Thu, 10 Apr 2003 23:41:32 +0000 (23:41 +0000)
committerEric Blake <ericb@gcc.gnu.org>
Thu, 10 Apr 2003 23:41:32 +0000 (23:41 +0000)
commit04a0be3624a48b035455f4b0696c1b1fa9fc16f1
tree8d0c8062d10221dc387a9ab5d862af804182cd53
parent9dd67c6976864c3a44fbebc43dd38684fafc5f7b
re PR java/10253 (String concatenation with int zero, as in ""+0, results in the empty string.)

2003-04-10  Eric Blake  <ebb9@email.byu.edu>

PR java/10253:
* parse.y (string_convert_int_cst): Always use at least one digit
in string conversion. Remove ASCII dependence.
(merge_string_cste): Fix merging of 3-byte UTF-8 characters.

From-SVN: r65443
gcc/java/ChangeLog
gcc/java/parse.y