This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: could somebody please confirm this?
- From: Jeff Sturm <jsturm at one-point dot com>
- To: java at gcc dot gnu dot org
- Date: Thu, 12 Sep 2002 18:52:29 -0400 (EDT)
- Subject: Re: could somebody please confirm this?
On 12 Sep 2002, Oscar Pearce wrote:
> It crashed for me on my Debian unstable system. Here's the last few
> lines of the run:
Mine got a bit further:
../../../gcc/libjava/java/lang/Class.java: In class `java.lang.Class':
../../../gcc/libjava/java/lang/Class.java: In method
`java.lang.Class.getResource(java.lang.String)':
../../../gcc/libjava/java/lang/Class.java:183: internal compiler error: in
add_abstract_origin_attribute, at dwarf2out.c:9514
> And here's the versions of binutils and gcc installed on the box:
>
> oscar@katana:~/tester$ ld --version
[jsturm@suzy tmp]$ ld --version
GNU ld 2.11.90.0.8
> oscar@katana:~/tester$ gcc --version
[jsturm@suzy tmp]$ gcc --version
gcc (GCC) 3.3 20020801 (experimental)
Jeff