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 /libcc1 | |
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 'libcc1')
-rw-r--r-- | libcc1/ChangeLog | 6 | ||||
-rw-r--r-- | libcc1/plugin.cc | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libcc1/ChangeLog b/libcc1/ChangeLog index 431b28859d5..5624bf67964 100644 --- a/libcc1/ChangeLog +++ b/libcc1/ChangeLog @@ -1,3 +1,9 @@ +2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> + + PR bootstrap/63699 + PR bootstrap/63750 + * plugin.cc: Don't include <string>. + 2014-10-29 Jakub Jelinek <jakub@redhat.com> Phil Muldoon <pmuldoon@redhat.com> diff --git a/libcc1/plugin.cc b/libcc1/plugin.cc index 5cdd19d78ce..7b5df1d24fa 100644 --- a/libcc1/plugin.cc +++ b/libcc1/plugin.cc @@ -55,8 +55,6 @@ #include "connection.hh" #include "rpc.hh" -#include <string> - #ifdef __GNUC__ #pragma GCC visibility push(default) #endif |