Paul E. McKenney <[email protected]> wrote: > I was thinking of "y" as a simple variable, but if it is something more > complex, then the compiler could do this, right? > > char *x; > > y; > x = z;
Yeah. I presume it has to maintain the ordering, though. David
