This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: fold-const.c versus Java, part the ninety-ninth
- From: Richard Henderson <rth at redhat dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, java at gcc dot gnu dot org, Mark Wielaard <mark at klomp dot org>
- Date: Mon, 4 Nov 2002 14:42:39 -0800
- Subject: Re: fold-const.c versus Java, part the ninety-ninth
- References: <aoj2fe$em6$1@main.gmane.org> <aoj5et$oge$1@main.gmane.org> <15789.25849.52895.808128@cuddles.cambridge.redhat.com> <1035542943.29141.383.camel@elsschot> <15814.44346.763700.86164@cuddles.cambridge.redhat.com>
On Mon, Nov 04, 2002 at 05:24:10PM +0000, Andrew Haley wrote:
> * fold-const.c (fold): Don't transform (a0 op compound(a1,a2))
> to (compound(a1,a0 op a2)) if a0 or a1 have side effects.
Ok.
r~