This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/13141] New: FAIL: InvokeReturn output - source compiled test
- From: "daney at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Nov 2003 19:56:00 -0000
- Subject: [Bug libgcj/13141] New: FAIL: InvokeReturn output - source compiled test
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
$ mipsel-linux-gcj --version
mipsel-linux-gcj (GCC) 3.4 20031119 (experimental)
configured as:
../gcccvsw/gcc/configure --host=i686-pc-linux-gnu --target=mipsel-linux
--enable-languages=c,c++,java
--with-headers=/home/mipsel-linux/mipsel-linux/include --prefix=/home/testcvs/
--with-float=soft --with-arch=mips32
make check in libjava results in:
<...>
Executing on host:
/home/daney/mipsel-gcccvs/mipsel-linux/libjava/testsuite/../libtool --silent
--tag=GCJ --mode=link /home/daney/mipsel-gcccvs/gcc/gcj
-B/home/daney/mipsel-gcccvs/gcc/ --encoding=UTF-8
-B/home/daney/mipsel-gcccvs/mipsel-linux/./libjava/
/home/daney/gcccvsw/gcc/libjava/testsuite/libjava.lang/InvokeReturn.java
-no-install --main=InvokeReturn -g
-L/home/daney/mipsel-gcccvs/mipsel-linux/./libjava/.libs -lm -o
/home/daney/mipsel-gcccvs/mipsel-linux/libjava/testsuite/InvokeReturn.exe
(timeout = 300)
PASS: InvokeReturn compilation from source
put /home/daney/mipsel-gcccvs/mipsel-linux/libjava/testsuite/InvokeReturn.exe
/tmp/InvokeRe
turn.exe.6071
local: /home/daney/mipsel-gcccvs/mipsel-linux/libjava/testsuite/InvokeReturn.exe
remote: /tmp/InvokeReturn.exe.6071
227 Entering Passive Mode (192,168,0,112,90,28)
150 Opening BINARY mode data connection for /tmp/InvokeReturn.exe.6071.
226 Transfer complete.
60974 bytes sent in 0.0038 secs (1.6e+04 Kbytes/sec)
ftp> site chmod 0755 /tmp/InvokeReturn.exe.6071
200 CHMOD command successful.
ftp> Executing on proton: /tmp/InvokeReturn.exe.6071 (timeout = 300)
Executing on proton: rm -f /tmp/InvokeReturn.exe.6071 (timeout = 300)
Executed
/home/daney/mipsel-gcccvs/mipsel-linux/libjava/testsuite/InvokeReturn.exe, status 0
true
false
c
5
6
34359738375
0.0
0.0
PASS: InvokeReturn execution - source compiled test
FAIL: InvokeReturn output - source compiled test
<...>
It looks like long, float, and double return values are not correct.
--
Summary: FAIL: InvokeReturn output - source compiled test
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: daney at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: mipsel-linux
GCC target triplet: mipsel-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13141