This is the mail archive of the libstdc++-cvs@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]

r185349 - in /branches/google/main: gcc/c-famil...


Author: eraman
Date: Tue Mar 13 18:28:42 2012
New Revision: 185349

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185349
Log:
c-family/ChangeLog.google-main:
2012-03-13   Easwaran Raman  <eraman@google.com>

       * c-cppbuiltin.c (c_cpp_builtins): Define  __GXX_DELETE_WITH_SIZE__ for
         C++ files compiled with -fsized-delete.

libstdc++-v3/ChangeLog.google-main:
2012-03-13   Easwaran Raman  <eraman@google.com>

       * include/ext/new_allocator.h (deallocate): Call delete with size
         if __GXX_DELETE_WITH_SIZE__ is defined.

Modified:
    branches/google/main/libstdc++-v3/ChangeLog.google-main
    branches/google/main/libstdc++-v3/include/ext/new_allocator.h

Changes in other areas also in this revision:
Modified:
    branches/google/main/gcc/c-family/ChangeLog.google-main
    branches/google/main/gcc/c-family/c-cppbuiltin.c


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