This is the mail archive of the java-prs@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]

[Bug libgcj/28546] [4.2 Regression] ./java/lang/Thread.h:31: error: using typedef-name '_Jv_Thread_t' after 'class'



------- Comment #4 from tromey at gcc dot gnu dot org  2006-07-31 21:14 -------
The forward declaration is kind of a hack.  I'm not sure why it is needed.

In any case, no-threads is also a big hack.
It wouldn't hurt to simply change the _Jv_Thread_t there to a class.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-07-31 21:14:56
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28546


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