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]

r185373 - in /branches/google/gcc-4_7: ./ gcc/c...


Author: eraman
Date: Wed Mar 14 02:18:28 2012
New Revision: 185373

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185373
Log:
gcc/c-family/ChangeLog.google-4_7
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.

libstdc++-v3/ChangeLog.google-4_7
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

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

Changes in other areas also in this revision:
Added:
    branches/google/gcc-4_7/gcc/c-family/ChangeLog.google-4_7
Modified:
    branches/google/gcc-4_7/   (props changed)
    branches/google/gcc-4_7/gcc/c-family/c-cppbuiltin.c

Propchange: branches/google/gcc-4_7/
            ('svn:mergeinfo' modified)



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