Small bug in _Unwind_Resume_or_Rethrow

Daniel Jacobowitz drow@mvista.com
Wed May 7 19:15:00 GMT 2003


Noticed in the GCC 3.3 prerelease, in gcc/unwind.inc:

void
_Unwind_Resume_or_Rethrow (struct _Unwind_Exception *exc)
{
...
  if (exc->private_1 == 0)
    return _Unwind_RaiseException (exc);


Generates the obvious warning about returning a value in a void function.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer



More information about the Gcc-patches mailing list