This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r121456 - in /trunk/libstdc++-v3: ChangeLog lib...
- From: bje at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Thu, 01 Feb 2007 04:04:35 -0000
- Subject: r121456 - in /trunk/libstdc++-v3: ChangeLog lib...
Author: bje
Date: Thu Feb 1 04:04:34 2007
New Revision: 121456
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121456
Log:
* libsupc++/eh_alloc.cc (__cxa_free_exception): Don't refer to the
emergency_buffer using `&array[0][0]' notation, use `array'.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/libsupc++/eh_alloc.cc