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]

GCC bug


Hello,

I'm trying to compile libgcj-2.95.1 on Irix 6.4.I'm stopped while
compiling
java.io.Serializable with mabi=64. Actually if I compile the following
java
code:

public interface Test{}

using the following command:

setenv CLASSPATH
/disk/norne1/odda/libgcj-2.95.1.irix/mips-sgi-irix6.4/mabi=64/libjava
gcj -mabi=64 -c Test.java

I get the following error:

Test.java:0: size of variable `_MT_Test' is too large

Note that without mabi=64 there is no problems. But I definitively need
the 64 bits version.

Tom Tromey (tromey@cygnus.com) replied:

Tom> I haven't heard of this problem before.
Tom> Does -mabi=64 even work?  That is my first question.
Tom>
Tom> If it is supposed to work, then you've found a gcc bug.  If it
isn't
Tom> known to work, then of course that's the problem.

Has anyone encountered that problem or have any suggestion?



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