diff options
Diffstat (limited to 'gcc/java/typeck.c')
| -rw-r--r-- | gcc/java/typeck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/typeck.c b/gcc/java/typeck.c index 8b64ac82c5a..7a4abf85cdb 100644 --- a/gcc/java/typeck.c +++ b/gcc/java/typeck.c @@ -329,7 +329,7 @@ java_array_type_length (tree array_type) return -1; } -/* An array of unknown length will be ultimately given an length of +/* An array of unknown length will be ultimately given a length of -2, so that we can still have `length' producing a negative value even if found. This was part of an optimization aiming at removing `length' from static arrays. We could restore it, FIXME. */ |

