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 libgcj/30632] libgcj failed to build for Linux/ia64



------- Comment #2 from tromey at gcc dot gnu dot org  2007-01-29 20:16 -------
This is very weird.  I don't see how it can happen...

The definition is:

static jvmtiError JNICALL
_Jv_JVMTI_SuspendThread (MAYBE_UNUSED jvmtiEnv *env, jthread thread)

and afaics jthread is defined in include/jvmti_md.h:

typedef java::lang::Thread *jthread;

Hmm... perhaps this compilation is picking up some *other* jvmti.h?
One that defines jthread as 'jobject'?  Perhaps -E or the .d file would
help here.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at gcc dot gnu dot
                   |                            |org


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


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