This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/10490] Missing #include in gcjh output
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jul 2003 17:58:10 -0000
- Subject: [Bug java/10490] Missing #include in gcjh output
- References: <20030425042600.10490.green@localhost.localdomain>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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__ */