This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/13493] [ABI] extra '<clinit>' generated in object file.
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Dec 2003 16:31:43 -0000
- Subject: [Bug java/13493] [ABI] extra '<clinit>' generated in object file.
- References: <20031226134345.13493.guilhem@kaffe.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-26 16:31 -------
Confirmed. The problem is that GCJ when generating native from source does create C.D.s really
statically, it has to do a store which causes this. When GCC generates from class files to native or
to class files, it produces no <clinit> at all, just like Sun's javac.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-12-26 16:31:43
date| |
Summary|extra '<clinit>' generated |[ABI] extra '<clinit>'
|in object file. |generated in object file.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13493