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]

r217342 - in /trunk: gcc/ChangeLog gcc/ipa-chkp...


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


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