--- 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.
--
--
tromey at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfir
--- 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?
--- 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