In-Reply-To: <1024338042.1463.21.camel@localhost.localdomain>; from justin@cs.cmu.edu on Mon, Jun 17, 2002 at 11:20:42AM -0700 You may consider configuring a hostname for your machine :) On Mon, Jun 17, 2002 at 11:20:42AM -0700, Justin Carlson wrote: > Looks to me like we're missing some proper asm clobber markers: No, as per convention $1 is never used by the compiler per convention, so clobbering not necessary. I recently removed all "$1" clobbers to make the code a bit easier to read. Ralf