This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Libjava failures status
>>>>> "Jan" == Jan Hubicka <jh@suse.cz> writes:
Jan> The removal of code is other interesting issue I wasn't aware of.
Jan> It means that if I write something like division by zero with
Jan> unused result, Java specification says we must throw? (unlike C
Jan> where such cases are usually undefined).
I believe that is the case. I dug through the language spec a little
but I couldn't find the definitive wording.
Jan> Thanks for clarification, I guess I should browse trought the
Jan> Java standard to understand the issue better.
I believe they are available online.
Tom