On Wednesday 26 July 2006 22:00, Jeremy Fitzhardinge wrote: > Andi Kleen wrote: > > It's even better because we currently can't annotate explicit push/pop > > for the dwarf2 stack unwinder, and it would cause fallbacks to the > > old inexact unwinder. > > > I guess they also clobber "cc", right? They? Normally gcc assumes cc is always clobbered for asm, otherwise you would need to add it to pretty much every inline assembly statement. -Andi