This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ecj] Patch: FYI: update jcf-dump for 1.5


On Tue, 2006-06-27 at 18:41 -0600, Tom Tromey wrote:
> I'm checking this in on the gcj-eclipse branch.
> 
> This updates jcf-dump for the new 1.5 features:
> 
> * Handle Signature attribute.  (I renamed "signature" to "descriptor"
>   elsewhere for clarify and better conformance to the new JVM spec.)
>   The signature handling is pretty lame -- we just print it as a
>   string, rather than trying to decode it.
> * Handle EnclosingMethod
> * Handle LocalVariableTypeTable
> * Handle all annotation-related attributes
> 
> Tom

With this change to jcf-dump, I get compile warnings about mixing code
with definitions in C90.  Due to -Werror being defined, the build stops.
I can compile if I manually remove the -Werror for this file and
re-compile.

Thanks, 
-- 
Andrew :-)

Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html
public class gcj extends Freedom implements Java { ... }

Attachment: signature.asc
Description: This is a digitally signed message part


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