ICE gcc-3_0-branch in java code 1 May 2001
Jeff Sturm
jsturm@one-point.com
Tue May 1 16:37:00 GMT 2001
On Tue, 1 May 2001, Gordon Sadler wrote:
> /usr/src/cvs/gcc-3.0/libjava/jni.cc: In function `_Jv_Method*
> _Jv_JNI_FromReflectedMethod(JNIEnv*, java::lang::Object*)':
> /usr/src/cvs/gcc-3.0/libjava/jni.cc:1537: Internal compiler error
> in remove_unnecessary_notes, at emit-rtl.c:2883
> Please submit a full bug report, with preprocessed source if
> appropriate.
I got the same thing today, until I backed this patch out of my tree:
2001年05月01日 Nathan Sidwell <nathan@codesourcery.com>
* cp-tree.def (USING_STMT): New statement node.
* cp-tree.h (USING_STMT_NAMESPACE): New macro.
* decl2.c (do_using_directive): Add USING_STMT to statement
tree. Don't emit errors when processing template decl.
* pt.c (tsubst_expr, USING_STMT case): New case.
* semantics.c (cp_expand_stmt, USING_STMT case): New case.
Jeff
More information about the Java
mailing list