https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63699
--- Comment #6 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> --- Author: fxcoudert Date: Tue Nov 11 09:20:07 2014 New Revision: 217342 URL: https://gcc.gnu.org/viewcvs?rev=217342&root=gcc&view=rev Log: 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>. Modified: trunk/gcc/ChangeLog trunk/gcc/ipa-chkp.c trunk/gcc/system.h trunk/gcc/wide-int.h trunk/libcc1/ChangeLog trunk/libcc1/plugin.cc