This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] New flag_evaluation_order to preserve evaluation order.
- From: Tom Tromey <tromey at redhat dot com>
- To: Roger Sayle <roger at eyesopen dot com>
- Cc: <java-patches at gcc dot gnu dot org>
- Date: 28 Sep 2003 14:22:10 -0600
- Subject: Re: [PATCH] New flag_evaluation_order to preserve evaluation order.
- References: <Pine.LNX.4.44.0309260857520.26331-100000@www.eyesopen.com>
- Reply-to: tromey at redhat dot com
>>>>> "Roger" == Roger Sayle <roger@eyesopen.com> writes:
Roger> There may still be (almost certainly) constant folding tree
Roger> transformations that affect evaluation order.
BTW, if you're still interested in making gcj and fold work well
together, take a look at PR 6391. According to my note from
2002-05-11, this has to do with fold_convert(), but I neglected to
write down any details...
Tom