This is the mail archive of the java-patches@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: Patch: PR 16923


On Thu, 2005-02-24 at 12:20 +0530, Ranjit Mathew wrote:
> Thomas Fitzsimmons wrote:
> > 
> > I realized that the gij.cc change was no longer required since I
> > reallocate _Jv_Compiler_Properties in parse_init_args now.  I committed
> > this patch; the only differences are the removal of the gij.cc changes
> > and a change in the first comment in parse_init_args.  make check shows
> > no regressions.
> 
> Hi Tom,
> 
>   On an *uninstalled GCC* testsuite run, I get a FAIL
> on the testcase:
> ------------------------------ 8< ------------------------------
> Executing on host: /home/ranmath/src/gcc/build/gcc/xgcc -B/home/ranmath/src/gcc/
> build/gcc/ /home/ranmath/src/gcc/gcc-20050224/libjava/testsuite/libjava.jni/invo
> cation/PR16923.c  -I/home/ranmath/src/gcc/gcc-20050224/libjava/testsuite/../incl
> ude -lgcj  -lm   -o PR16923    (timeout = 300)
> In file included from /home/ranmath/src/gcc/gcc-20050224/libjava/testsuite/libja
> va.jni/invocation/PR16923.c:2:
> /home/ranmath/src/gcc/gcc-20050224/libjava/testsuite/../include/jni.h:17:31: err
> or: gcj/libgcj-config.h: No such file or directory
> compiler exited with status 1
> output is:
> In file included from /home/ranmath/src/gcc/gcc-20050224/libjava/testsuite/libja
> va.jni/invocation/PR16923.c:2:
> /home/ranmath/src/gcc/gcc-20050224/libjava/testsuite/../include/jni.h:17:31: err
> or: gcj/libgcj-config.h: No such file or directory
> 
> FAIL: PR16923.c compilation
> ------------------------------ 8< ------------------------------
> 
> Can you please look into this?
> 

Yes, the regression checker told me about this on Wednesday, but I've
been offline until today (travelling).  I'll fix this later today.
(FWIW, make check worked for me before I committed this).

Tom



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