Enable interpreter for x86_64

Andrew Haley aph@redhat.com
Mon Jan 27 17:53:00 GMT 2003


Test Run By aph on Mon Jan 27 16:52:20 2003
Native configuration is x86_64-unknown-linux-gnu

                === libjava tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/aph/gcc/gcc/libjava/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /home/aph/gcc/gcc/libjava/testsuite/libjava.compile/compile.exp ...
FAIL: PR1343 compilation from bytecode
FAIL: PR1343 -O compilation from bytecode
Running /home/aph/gcc/gcc/libjava/testsuite/libjava.jacks/jacks.exp ...
Running /home/aph/gcc/gcc/libjava/testsuite/libjava.jni/jni.exp ...
Running /home/aph/gcc/gcc/libjava/testsuite/libjava.lang/lang.exp ...
FAIL: pr8823 compilation from bytecode
FAIL: pr8823 -O compilation from bytecode
Running /home/aph/gcc/gcc/libjava/testsuite/libjava.loader/loader.exp ...
Running /home/aph/gcc/gcc/libjava/testsuite/libjava.mauve/mauve.exp ...

                === libjava Summary ===

# of expected passes            2919
# of unexpected failures        4
# of expected failures          14
# of untested testcases         12


2003-01-27  Andrew Haley  <aph@redhat.com>

        * configure.host (x86_64): Enable interpreter.

Index: configure.host
===================================================================
RCS file: /cvs/gcc/gcc/libjava/configure.host,v
retrieving revision 1.44
diff -u -r1.44 configure.host
--- configure.host      22 Jan 2003 17:50:38 -0000      1.44
+++ configure.host      27 Jan 2003 17:47:30 -0000
@@ -99,11 +99,11 @@
        CHECKREFSPEC="%{m32:-fcheck-references}"
        sysdeps_dir=x86-64
        libgcj_flags="${libgcj_flags} -ffloat-store"
-       libgcj_interpreter=no
        libgcj_cxxflags="-D__NO_MATH_INLINES"
        libgcj_cflags="-D__NO_MATH_INLINES"
        enable_hash_synchronization_default=yes
        slow_pthread_self=yes
+       libgcj_interpreter=yes
        ;;
   alpha*-*)
        sysdeps_dir=alpha



More information about the Java-patches mailing list