* system.h (string, algorithm): Include only conditionally.
authormatz <matz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Jan 2016 16:44:10 +0000 (16:44 +0000)
committermatz <matz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Jan 2016 16:44:10 +0000 (16:44 +0000)
commite1b9f8603a7f1ea27d159940eade3226ec2475b0
tree93cc6b7235cf5430477fce1662a210a0904b17e9
parenta44dd069f34153291b7c13b649fe3da21d9b5df8
* system.h (string, algorithm): Include only conditionally.
(new): Include always under C++.
* bb-reorder.c (toplevel): Define INCLUDE_ALGORITHM.
* final.c (toplevel): Ditto.
* ipa-chkp.c (toplevel): Define INCLUDE_STRING.
* genconditions.c (write_header): Make gencondmd.c define
INCLUDE_STRING.
* mem-stats.h (mem_usage::print_dash_line): Don't use std::string.

* config/aarch64/aarch64.c (toplevel): Define INCLUDE_STRING.
* common/config/aarch64/aarch64-common.c (toplevel): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232736 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/bb-reorder.c
gcc/common/config/aarch64/aarch64-common.c
gcc/config/aarch64/aarch64.c
gcc/final.c
gcc/genconditions.c
gcc/ipa-chkp.c
gcc/mem-stats.h
gcc/system.h