r232736 - in /trunk/gcc: ChangeLog bb-reorder.c...

matz@gcc.gnu.org matz@gcc.gnu.org
Fri Jan 22 16:44:00 GMT 2016


Author: matz
Date: Fri Jan 22 16:44:10 2016
New Revision: 232736

URL: https://gcc.gnu.org/viewcvs?rev=232736&root=gcc&view=rev
Log:
	* 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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/bb-reorder.c
    trunk/gcc/common/config/aarch64/aarch64-common.c
    trunk/gcc/config/aarch64/aarch64.c
    trunk/gcc/final.c
    trunk/gcc/genconditions.c
    trunk/gcc/ipa-chkp.c
    trunk/gcc/mem-stats.h
    trunk/gcc/system.h



More information about the Gcc-cvs mailing list