generate_bytecode_insn - tree code not implemented: min_expr
Erik Poupaert
erik.poupaert@hurricanedev.com
Sat Sep 13 11:30:00 GMT 2003
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 2003年9月13日 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: org-xbill-DNS-1-4-1.tar.gz
Type: application/octet-stream
Size: 87456 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java/attachments/20030913/e68f7eb7/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: free-build.sh
Type: application/octet-stream
Size: 35142 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java/attachments/20030913/e68f7eb7/attachment-0001.obj>
More information about the Java
mailing list