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: Java: Fix jcf-write fold() fallout


Tom Tromey wrote:

I think UNLT_EXPR(a,b) means "a < b, or a and b are unordered".

If so, UNLT_EXPR(a, b) is the same as Java's "!(a >= b)", and so letting the existing GT_EXPR handle it and then reversing the result is correct, as (I think) Tom is saying.

In any case, the comments are in tree.def are unacceptably unclear.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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