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/10490] Missing #include in gcjh output


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-31 17:58 -------
Not a bug as the header includes forward delaring the class:
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __pr10490$t__
#define __pr10490$t__

#pragma interface

#include <java/lang/Object.h>

extern "Java"
{
  class pr10490$t;
  class pr10490;  //here.
}

class pr10490$t : public ::java::lang::Object
{
public: // actually package-private
  pr10490$t (::pr10490 *);
private:
  ::pr10490 * __attribute__((aligned(__alignof__( ::java::lang::Object )))) this$0;

  friend class pr10490$t;
public:

  static ::java::lang::Class class$;
};

#endif /* __pr10490$t__ */


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