possible typo in gcc/java/expr.c at line 1053

Kenneth Zadeck zadeck@naturalbridge.com
Fri Oct 12 01:59:00 GMT 2012


this code looks bogus, i think that the "== INTEGER_CST" needs to disappear.

kenny

tree
build_newarray (int atype_value, tree length)
{
   tree type_arg;

   tree prim_type = decode_newarray_type (atype_value);
   tree type
     = build_java_array_type (prim_type,
                  host_integerp (length, 0) == INTEGER_CST
                  ? tree_low_cst (length, 0) : -1);



More information about the Gcc mailing list