[Bug java/30574] compiling JDK 1.4 bytecode with inner classes fails

2007-01-24 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2007-01-24 18:42 --- Andrew fixed this: 2007-01-24 Andrew Haley <[EMAIL PROTECTED]> * jcf-parse.c (HANDLE_SYNTHETIC_ATTRIBUTE): current_class is a type node, not a decl, so use TYPE_SYNTHETIC not CLASS_SYNTHETIC. --

[Bug java/30574] compiling JDK 1.4 bytecode with inner classes fails

2007-01-24 Thread tromey at gcc dot gnu dot org
-- tromey at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfir

[Bug java/30574] compiling JDK 1.4 bytecode with inner classes fails

2007-01-24 Thread mtrudel at gmx dot ch
--- Comment #2 from mtrudel at gmx dot ch 2007-01-24 14:05 --- Created an attachment (id=12948) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12948&action=view) The bytecode from a Sun JDK 1.4. Compiling this with a 4.3 gcj fails... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?

[Bug java/30574] compiling JDK 1.4 bytecode with inner classes fails

2007-01-24 Thread mtrudel at gmx dot ch
--- Comment #1 from mtrudel at gmx dot ch 2007-01-24 14:03 --- Created an attachment (id=12947) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12947&action=view) The source of the simple class... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30574