On Wed, Aug 07, 2002 at 11:19:33AM -0700, Dale Johannesen wrote: > >(clobber (mem:blk (scratch))) will. > > Thanks! What does that mean exactly? All memory is clobbered? Yes. Ideally we'd just clobber all stack memory, but we need this special form in order to match bits marked with RTX_UNCHANGING_P. Which IMO is sort of a historical mistake for any stack variable. r~