This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: non-local goto optimization


On Fri, Jul 06, 2007 at 01:00:21PM +0200, Roman Zippel wrote:
> +  /* Nonzero if function saves all registers, e.g. if it has a nonlocal
> +     label that can reach the exit block via non-exceptional paths. */
> +  unsigned int saves_all_register : 1;

saves_all_registers maybe?  I keep thinking that's a typo when I read
your patch...

-- 
Daniel Jacobowitz
CodeSourcery


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