This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: could somebody please confirm this?
Jeff Sturm <jsturm@one-point.com> writes:
> ../../../gcc/libjava/java/lang/Class.java:183: internal compiler error: in
> add_abstract_origin_attribute, at dwarf2out.c:9514
This is what Andrew reported should have happened.
Very strange -- why do Oscar and I get crashes much earlier?
> [jsturm@suzy tmp]$ gcc --version
> gcc (GCC) 3.3 20020801 (experimental)
One common factor is that we're both using gcc 2.95 as our base
compiler, but at that point in the process, it's using xgcc, which
should have been compiled from source (ie not the system compiler).
So I don't think that's the problem...
- a