diff options
author | Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2014-11-11 09:20:07 +0000 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2014-11-11 09:20:07 +0000 |
commit | 33c430b50424ec31c83603616fc94671fc7ffac2 (patch) | |
tree | 24bb32afacf6702b2c625a2a53eac39fadac1484 /libcc1/ChangeLog | |
parent | 04dc44ac2176a137c38eff59138df59b230e6ee1 (diff) | |
download | gcc-33c430b50424ec31c83603616fc94671fc7ffac2.zip gcc-33c430b50424ec31c83603616fc94671fc7ffac2.tar.gz gcc-33c430b50424ec31c83603616fc94671fc7ffac2.tar.bz2 |
re PR bootstrap/63699 (Bootstrap fails in libcc1 on darwin14)
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>.
From-SVN: r217342
Diffstat (limited to 'libcc1/ChangeLog')
-rw-r--r-- | libcc1/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcc1/ChangeLog b/libcc1/ChangeLog index 431b288..5624bf6 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> |