GCC 3.0/Java and control flow analysis?
Alexandre Petit-Bianco
apbianco@cygnus.com
Thu Aug 9 09:01:00 GMT 2001
Kai Hofmann <hofmann@isl.org> writes:
> I am working on JShopz 3.0 (a Java based shop under GPL). Because I
> changed the base architecture heavily I am searching for a java
> compiler that does a control flow analysis and tells me about unused
> variables, method parameters etc. like C/C++ did.
Gcj inherits from gcc all the infrastructure required to do that. It
should even work with the current compiler, but it actually
doesn't. I'm looking into this...
./A
More information about the Gcc
mailing list