PATCH: tidy pointer arithmetic in __cxa_free_exception

Benjamin Kosnik bkoz@redhat.com
Mon Jan 29 10:58:00 GMT 2007


> 2007-01-29  Ben Elliston  <bje@au.ibm.com>
> 
>         * libsupc++/eh_alloc.cc (__cxa_free_exception): Don't refer to the
>         emergency_buffer using the `&array[0][0]' notation, but just
>         `array' itself.

This is ok.

-benjamin



More information about the Libstdc++ mailing list