This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

r235364 - in /branches/gcc-6-branch/gcc: Change...


Author: nsz
Date: Fri Apr 22 11:09:22 2016
New Revision: 235364

URL: https://gcc.gnu.org/viewcvs?rev=235364&root=gcc&view=rev
Log:
[PATCH 2/2] (header usage fix) include c++ headers in system.h

cherry picked from trunk r235362

2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>

	* system.h (list, map, set, vector): Include conditionally.
	* auto-profile.c (INCLUDE_MAP, INCLUDE_SET): Define.
	* graphite-isl-ast-to-gimple.c (INCLUDE_MAP): Define.
	* ipa-icf.c (INCLUDE_LIST): Define.
	* config/aarch64/cortex-a57-fma-steering.c (INCLUDE_LIST): Define.
	* config/sh/sh.c (INCLUDE_VECTOR): Define.
	* config/sh/sh_treg_combine.cc (INCLUDE_ALGORITHM): Define.
	(INCLUDE_LIST, INCLUDE_VECTOR): Define.
	* cp/logic.cc (INCLUDE_LIST): Define.
	* fortran/trans-common.c (INCLUDE_MAP): Define.


Modified:
    branches/gcc-6-branch/gcc/ChangeLog
    branches/gcc-6-branch/gcc/auto-profile.c
    branches/gcc-6-branch/gcc/config/aarch64/cortex-a57-fma-steering.c
    branches/gcc-6-branch/gcc/config/sh/sh.c
    branches/gcc-6-branch/gcc/config/sh/sh_treg_combine.cc
    branches/gcc-6-branch/gcc/cp/logic.cc
    branches/gcc-6-branch/gcc/fortran/trans-common.c
    branches/gcc-6-branch/gcc/graphite-isl-ast-to-gimple.c
    branches/gcc-6-branch/gcc/ipa-icf.c
    branches/gcc-6-branch/gcc/system.h


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