This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug java/13493] [ABI] extra '<clinit>' generated in object file.


------- 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


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