This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r217576 - in /trunk/libstdc++-v3: ChangeLog src...
- From: joel at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 14 Nov 2014 16:57:20 -0000
- Subject: r217576 - in /trunk/libstdc++-v3: ChangeLog src...
Author: joel
Date: Fri Nov 14 16:57:20 2014
New Revision: 217576
URL: https://gcc.gnu.org/viewcvs?rev=217576&root=gcc&view=rev
Log:
2014-11-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* src/c++98/mt_allocator.cc: Fix assumption that sizeof(void *) is
equal to sizeof(size_t). The m32c breaks this assumption.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/src/c++98/mt_allocator.cc