This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [java] fix some alpha/ia64 compile failures
- From: Richard Henderson <rth at redhat dot com>
- To: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Cc: java-patches at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Fri, 21 Dec 2001 18:04:44 -0800
- Subject: Re: [java] fix some alpha/ia64 compile failures
- References: <20011221114102.A30454@redhat.com> <3C23DC04.4040209@waitaki.otago.ac.nz>
On Sat, Dec 22, 2001 at 02:04:04PM +1300, Bryce McKinlay wrote:
> I think the stuff to still generate a _Jv_fooClass reference in
> build_class_ref is just cruft - can you tell where it is being called
> from in this case?
E.g. testsuite/libjava.compile/plusplus.java:
#0 build_class_ref (type=0x20000222510)
at ../../../src-gcc/gcc/java/class.c:1087
#1 0x1200ab358 in build_newarray (atype_value=10, length=0x20000248100)
at ../../../src-gcc/gcc/java/expr.c:878
#2 0x1200ab648 in build_new_array (type=0x20000222510, length=0x20000248100)
at ../../../src-gcc/gcc/java/expr.c:918
#3 0x12006dd04 in patch_newarray (node=0x200002481c0)
at ../../../src-gcc/gcc/java/parse.y:14414
[...]
r~