This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: jacks oddities
- From: Tom Tromey <tromey at redhat dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: java at gcc dot gnu dot org
- Date: 12 Jul 2004 09:52:21 -0600
- Subject: Re: jacks oddities
- References: <40F2B09D.40206@pop.agri.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
Andreas> Looking for the cause I found that the gcj.log file from src
Andreas> jacks/logging was taken. This one only had about 1400 passes.
Andreas> Now running jacks out side dejagnu and copying the gcj.log
Andreas> file into the src dir of jacks made me happy :) I don't know
Andreas> where it came from.
Jacks has this file checked in. In theory running jacks should
generate a new gcj.log file, which we should then read. Do you know
what is going wrong here?
Andreas> Anyway, during this investigation I wondered why we do not set
Andreas> JAVAC_DEPRECATION_FLAG to -Wdeprecated in the gcj_setup?
No idea.
Andreas> Doing so would give us another 60 XPASSES.
Please check in your patch, but also update the xfail file at the same
time.
Tom