From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Matthias Urlichs" To: Joe Buck Cc: egcs@cygnus.com Subject: Re: /internet Date: Tue, 15 Dec 1998 23:08:00 -0000 Message-id: <19981216080851.A5351@noris.de> References: <199812160320.TAA11586@atrus.synopsys.com> X-SW-Source: 1998-12/msg00564.html Hi, Joe Buck: > That is, for > > y = a * b * c * d; > > the compiler could do the multiplications in any order, but for No it cannot. C specifies whether operations are left- or right-associative, meaning it's well-defined which is executed first. Think "-" vs. "=". ;-) -- Matthias Urlichs | noris network GmbH | smurf@noris.de | ICQ: 20193661