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]

r185372 - in /branches/google/gcc-4_6: gcc/c-fa...


Author: eraman
Date: Wed Mar 14 01:07:54 2012
New Revision: 185372

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

	Backport r185349 from google/main

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

2012-03-13  Easwaran Raman <eraman@google.com>

	Backport r185349 from google/main

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



Modified:
    branches/google/gcc-4_6/libstdc++-v3/ChangeLog.google-4_6
    branches/google/gcc-4_6/libstdc++-v3/include/ext/new_allocator.h

Changes in other areas also in this revision:
Modified:
    branches/google/gcc-4_6/gcc/c-family/ChangeLog.google-4_6
    branches/google/gcc-4_6/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]