This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: gcj and largest negative number
- To: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Subject: Patch: gcj and largest negative number
- From: Tom Tromey <tromey at redhat dot com>
- Date: 07 Nov 2001 16:56:50 -0700
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>, Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Reply-To: tromey at redhat dot com
A long time ago I submitted a patch to fix gcj's behavior with the
largest negative number:
http://gcc.gnu.org/ml/gcc-patches/2000-12/msg00714.html
My notes indicate that this patch was approved (pending the 3.0
branch!). However, I never applied it.
I'm clearing out my patch backlog and I would like to check this in.
Is it still ok?
I still think the patch is ugly. But I also still don't know a better
way to fix it.
Tom