This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PR 5902: Parse errors
>>>>> "Eric" == Eric Blake <ebb9@email.byu.edu> writes:
Eric> I thought patches to gcc/java were like patches to libjava,
Eric> hence my use of the java-patches mailing list.
Any patch that includes a change in the gcc/ directory has to go to
gcc-patches. I usually CC java-patches on these just so the Java
hackers will be sure to see it. (I for one don't read every message
in gcc-patches. There's too much.)
Eric> I suppose I also need to commit test cases for PR 5902, right?
Eric> Did I do these testcases correctly?
FYI: nice Jikes integration into `make check' has been on my wish list
for a long time. I picture something along the lines of the Mauve
integration: you set an environment variable and dejagnu automatically
runs Jikes for you.
Tom