This is the mail archive of the gcc@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: GCC 3.0/Java and control flow analysis?


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


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