re PR java/15133 (gcjh generates wrong method signatures)
authorRanjit Mathew <rmathew@hotmail.com>
Fri, 30 Apr 2004 18:19:37 +0000 (18:19 +0000)
committerRanjit Mathew <rmathew@gcc.gnu.org>
Fri, 30 Apr 2004 18:19:37 +0000 (18:19 +0000)
commit55ce9c52a2a92950c252e8d5a34a3b018448df11
tree6b89dbbf7c15425987ef61a507b3be356eb69537
parent3fb577a58935b9b1be60200000422ead1a69f561
re PR java/15133 (gcjh generates wrong method signatures)

* testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Use
additional option "-Wmissing-prototypes" for compiling C sources.
Print actual filename for pass/fail rather than $name.c.
* testsuite/libjava.jni/PR15133.java: New testcase file.
* testsuite/libjava.jni/PR15133.c: Likewise.
* testsuite/libjava.jni/PR15133.out: Likewise.

Co-Authored-By: Tom Tromey <tromey@redhat.com>
From-SVN: r81358
libjava/ChangeLog
libjava/testsuite/libjava.jni/PR15133.c [new file with mode: 0644]
libjava/testsuite/libjava.jni/PR15133.java [new file with mode: 0644]
libjava/testsuite/libjava.jni/PR15133.out [new file with mode: 0644]
libjava/testsuite/libjava.jni/jni.exp