[Bug java/10490] Missing #include in gcjh output

pinskia at physics dot uc dot edu gcc-bugzilla@gcc.gnu.org
Thu Jul 31 17:58:00 GMT 2003


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__ */



More information about the Gcc-bugs mailing list