19.10.2015 17:08, Paolo Bonzini wrote: > I am not sure why the compiler does not catch it. There is no > semantic change since gen_excp returns EXIT_NORETURN, but the > old code is wrong.
Applied to -trivial. Indeed it's interesting why gcc can't catch it, might be due to unlikely() (which smells like a bug?) Thanks, /mjt