This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

Re: gcj trunk on OS X


Hi Andreas,

>>> What Xcode version do you have installed ?
>> 
>> Xcode: 2.2.1
>> Xcode IDE: 656.0
>> Xcode Core: 660.0
>> ToolSupport: 651.0
>
>Aha! This the issue. If you download and install an Xcode 2.4.1 for 
>example, you'd be able to use the below. These headers get an update 
>while you install the new Xcode.

Thanks for the tip. I don't mind upgrading.

Another question, while I have you here.

If I try to compile javolution.jar, which can be obtained
from here:

http://www.javolution.org/javolution-4.2.5-bin.zip

(BSD license.)

With my built gcj, I get this when I compile with -O2:

mohanembar$ gcj -c -O2 /Data/temp/javolution/javolution-4.2/javolution.jar 
javolution/lang/MathLib.java: In class 'javolution.lang.MathLib':
javolution/lang/MathLib.java: In method 'javolution.lang.MathLib.toLongPow2(double,int)':
javolution/lang/MathLib.java:0: internal compiler error: in build_int_cst_wide, at tree.c:885
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

This doesn't happen when I leave out the -O2.

Does this seem familiar to you? I'll submit a Bugzilla
report if you want me to.

-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/




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