This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: Reassociation


On Sat, Dec 19, 1998 at 08:30:27AM -0500, Stephen L Moshier wrote:
> By looking at the rtl.  For example, in the rtl for a*b*c*d all the
> set destinations are the same, a giveaway that the parentheses were
> omitted.

No, because that looses on ((a*b)*c)*d. 

We must add something to the tree.  There is no way to determine
where the parentheses were.


r~


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