This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Java compiler no longer works since 2000-06-13
On Fri, Jun 16, 2000 at 10:30:55AM -0700, Zack Weinberg wrote:
> On Fri, Jun 16, 2000 at 10:06:18AM -0700, H . J . Lu wrote:
> > Due to the change:
> >
> > 2000-06-13 Andreas Jaeger <aj@suse.de>
> >
> > * configure.in: Use --enable-checking=misc,tree,gc by default if
> > no --enable-checking option is given and for
> > --enable-checking=yes.
> > * configure: Rebuilt.
> >
> > java compiler no longer works. The problem is java/parse.y uses
> > EXPR_WFL_LINECOL on the INTEGER_CST node when it compiles
> > java/lang/ConcreteProcess.java. It used to compile, but I have
> > no idea if it actually worked. Now ENABLE_TREE_CHECKING is on
> > by default. Java compiler won't work on java/lang/ConcreteProcess.java
> > in libgcj. It will be nice that I can do
> >
> > # ..../configure --disable-checking=tree
> >
> > if checking is on by default.
>
> Try --enable-checking= with nothing after the equals sign. Or
> --enable-checking=misc.
>
I am using --enable-checking=misc,gc now to just disable tree checking.
It would be nice I can do
# ..../configure --disable-checking=tree
to disable it. I think it makes senses since misc, tree and gc
checkings are on by default.
--
H.J. Lu (hjl@gnu.org)