This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: PATCH: tidy pointer arithmetic in __cxa_free_exception



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


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