This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libjava build failure?



On May 17, 2005, at 8:51 PM, Mike Stump wrote:
Beyond this, I get a build failure:

../../../gcc/libjava/jni.cc:2141: error: Statement marked for throw, but doesn't.
# VUSE <D.14472_67(ab)>;
D.27347_69 = D.14472;


../../../gcc/libjava/jni.cc:2141: internal compiler error: verify_stmts failed.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [jni.lo] Error 1
make[2]: Leaving directory `/Volumes/mrs3/net/gcc-darwinO2/powerpc-apple-darwin8.0.0/libjava'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/Volumes/mrs3/net/gcc-darwinO2/powerpc-apple-darwin8.0.0/libjava'
make: *** [all-target-libjava] Error 2


but I think you'll know about this one?!

Yes this was caused by:


+2005-05-17 Jeff Law <law@redhat.com>
+
+ * Makefile.in (tree-ssa-forwprop.o): Depend on langhooks.h.
+ * tree-ssa-forwprop.c: Include langhooks.h.
+ (forward_propagate_addr_expr_into_variable_array_index): New.
+ (forward_propagate_addr_expr): New.
+ (tree_ssa_forward_propagate_single_use_vars): Loop over all
+ the statements in the block instead of just the last statement.
+ Call forward_propagate_addr_expr as needed.
+ (pass_forwprop): Update the SSA graph after forward propagation is
+ complete.


See <http://gcc.gnu.org/ml/gcc-patches/2005-05/msg01798.html> for a short testcase.
And <http://gcc.gnu.org/ml/gcc-patches/2005-05/msg01789.html> for analysis of the
problem (ignore the inlining comment).


Thanks,
Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]