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: generate_bytecode_insn - tree code not implemented: min_expr


I've attached the sources org-xbill-DNS-1.4.1 that I've started modifying to allow
for native compilation (taking out for example the security namespace). I have also
attached a shell script that compiles it (free-build.sh).

Sometimes it compiles (and the folding problem doesn't occur), sometimes it doesn't.

If you can see the folder org-xbill-DNS-1-4-1 when you invoke "ls", you should be
able to invoke the bash script with ../free-build.sh. The script expects gcj to sit
on PATH and libgcj on LD_LIBRARY_PATH.

The problem occurs with the following version of gcj:

Reading specs from /usr/local/gcc/3.3/lib/gcc-lib/i686-pc-linux-gnu/3.3/specs
Reading specs from
/usr/local/gcc/3.3/lib/gcc-lib/i686-pc-linux-gnu/3.3/../../../libgcj.spec rename spec
lib to liborig Configured with: ../gcc-3.3/configure --prefix=/usr/local/gcc/3.3
--enable-languages=c,c++,java --enable-threads=posix Thread model: posix
gcc version 3.3


Erik


On Sat, 13 Sep 2003 10:22:00 +0100
Andrew Haley <aph@redhat.com> wrote:

> Erik Poupaert writes:
>  > 
>  > In an attempt to compile org-xbill-DNS-1.4.1 natively, I bumped into a strange
>  > error message:
>  > 
>  > err>org-xbill-DNS-1-4-1/src/org/xbill/DNS/Name.java: In class
>  > `org.xbill.DNS.Name': err>org-xbill-DNS-1-4-1/src/org/xbill/DNS/Name.java: In
>  > method`org.xbill.DNS.Name.compareTo(java.lang.Object)':
>  > err>org-xbill-DNS-1-4-1/src/org/xbill/DNS/Name.java:806: error: internal error
>  > in generate_bytecode_insn - tree code not implemented: min_expr
>  > 
>  > Does anybody know what it is?
> 
> Oh hell, someone's broken fold() again.
> 
> Can you extract a test case?  If you can, send it to me and I'll fix the bug.
> 
> Andrew.


Attachment: org-xbill-DNS-1-4-1.tar.gz
Description: Binary data

Attachment: free-build.sh
Description: Binary data


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