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: Java bootstrap failure for libjava/java/io/FilePermission.java


"Kaveh R. Ghazi" wrote:

> My bootstrap/testsuite run prior to installation didn't detect this
> because java doesn't appear to be built and tested by default in a
> solaris2 bootstrap.  (At least that's what happens for me.  Dunno why.
> Is that expected these days or should I investigate?)

You need to configure with --enable-languages=java,c++,... or just remove
the "build_by_default=no" in gcc/java/config-lang.in. This is a bit
annoying, but better than forcing people to hack configure.in to get libgcj
as was done previously. Unfortunatly some people were still having problems
building/checking libgcj on platforms where it should work.

> So... the solution would be to revert the stmt.c change, or initialize
> integer_minus_one_node in jc1.  What do you prefer?

Fixed already. jc1 had its own "integer_negative_one_node", I just changed
it to use and initialize the integer_minus_one_node instead.

regards

  [ bryce ]



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