gcj/129

Tom Tromey tromey@cygnus.com
Fri Apr 28 10:00:00 GMT 2000


The following reply was made to PR gcj/129; it has been noted by GNATS.

From: Tom Tromey <tromey@cygnus.com>
To: Java Gnats Server <java-gnats@sourceware.cygnus.com> 
Cc: Alexandre Petit-Bianco <apbianco@cygnus.com> 
Subject: gcj/129
Date: 28 Apr 2000 11:01:32 -0600

 I looked at PR gcj/129 a little bit today.
 The crash occurs in expand_expr when trying to expand the VAR_DECL for
 the array in the other class.
 
 I think this happens when we fail to call make_decl_rtl on a static
 field.  I believe this usually happens when build_field_ref is called
 from maybe_generate_pre_expand_clinit.
 
 However, in this case, we don't call that function for
 support.PR129_A.  I'm not sure why, but I assume it has something to
 do with the fact that we aren't compiling that class -- just reading
 it.
 
 Tom


More information about the Java-prs mailing list