This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: libgcj build bug


Richard Emberson <emberson@netintouch.com> writes:

> In file included from ../../../libgcj/libjava/include/cni.h:17,
>                  from ../../../libgcj/libjava/prims.cc:20:
> ./../../libgcj/libjava/java/lang/Class.h: In method `jboolean
> java::lang::Class::isArray()':
> ./../../libgcj/libjava/java/lang/Class.h:117: Internal compiler error
> in `fundamental_type_code', at dwarfout.c:1416
> Please submit a full bug report.
> See <URL:http://egcs.cygnus.com/faq.html#bugreport> for instructions.

This is a known problem with GCC on x86 solaris.  Try finishing up
with -g0 instead of -g.

There's a configure test in libgcj that is supposed to determine if
the bug exists and switch to -g0.  I wonder why it isn't working.  Do
you see the result for the configure test "for g++ -g jboolean bug"?

AG

-- 
Anthony Green                                               Cygnus Solutions
                                                       Sunnyvale, California


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