* libsupc++/eh_alloc.cc (__cxa_free_exception): Don't refer to the
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Feb 2007 04:04:34 +0000 (04:04 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Feb 2007 04:04:34 +0000 (04:04 +0000)
commite62879ce4aa3754c3f204fe5bd0550c391676090
treef479c94d167e852161402775e4b9df9cf1ef441a
parent3ef658047f73c4f50ddb3cc45e82f991ac5d2d27
* libsupc++/eh_alloc.cc (__cxa_free_exception): Don't refer to the
emergency_buffer using `&array[0][0]' notation, use `array'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121456 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/eh_alloc.cc