diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-11-11 09:20:07 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-11-11 09:20:07 +0000 |
commit | 7ff6cfb384fc0023e77466afa58bbdc117e4cd46 (patch) | |
tree | 24bb32afacf6702b2c625a2a53eac39fadac1484 /gcc/ipa-chkp.c | |
parent | 3582b939326a42e71378ad0e3ecb08c73a14143e (diff) | |
download | gcc-7ff6cfb384fc0023e77466afa58bbdc117e4cd46.tar.gz |
PR bootstrap/63699
PR bootstrap/63750
* system.h: Include <string> before "safe-ctype.h"
* wide-int.h (wi::smin, wi::smax, wi::umin, wi::umax): Prefix
calls to min/max with wi namespace.
* ipa-chkp.c: Don't include <string>.
* plugin.cc: Don't include <string>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217342 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ipa-chkp.c')
-rw-r--r-- | gcc/ipa-chkp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ipa-chkp.c b/gcc/ipa-chkp.c index f910583907d..19a989453b6 100644 --- a/gcc/ipa-chkp.c +++ b/gcc/ipa-chkp.c @@ -41,7 +41,6 @@ along with GCC; see the file COPYING3. If not see #include "cgraph.h" #include "tree-chkp.h" #include "ipa-chkp.h" -#include <string> /* Pointer Bounds Checker has two IPA passes to support code instrumentation. |